From c69d8e90346240441dbb09795a0dd9536be43798 Mon Sep 17 00:00:00 2001 From: CaS Date: Tue, 28 Oct 2003 10:11:33 +0000 Subject: [PATCH] compatibility fixes for MacOS-X git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17986 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1103c9434..f84503f93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Oct 28 10:12:00 2003 Richard Frith-Macdonald + + * Source/NSRunLoop.m: Modified (acceptInputForMode:beforeDate:) and + (runMode:beforeDate:) to poll input sources when given a date in the + past, rather than ignoring them entirely ... this seems more useful + and appears to be consistent with MacOS-X. + Updated method documentation. + Mon Oct 27 13:37:00 2003 Richard Frith-Macdonald * Source/NSConnection.m: Rewrite/simplify methods dealing with DO