From a7125fc8496668ab53068432a93bb318e40d278c Mon Sep 17 00:00:00 2001 From: wim Date: Tue, 16 Mar 2004 08:42:21 +0000 Subject: [PATCH] updated git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18848 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9f6526012..25fd916ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-03-16 Willem Rein Oudshoorn + + * Source/NSNotificationCenter.m ([NSNotificationCenter -removeObserver:name:object:]): + Just return if all arguments are nil instead of throwing exception. The new + behaviour is compatible with MacOSX. + 2004-03-15 Richard Frith-Macdonald * Source/GSCompatibility.m: