fit line length limits

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37625 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2014-01-21 07:12:54 +00:00
parent 7e1b8d8197
commit d5e6564198

View file

@ -1,7 +1,6 @@
2014-01-20 Quentin Mathe <quentin.mathe@gmail.com>
* Source/NSSet.m (-valueForKey:): Added missing method (-valueForKeyPath:
is already implemented).
* Source/NSSet.m: Added missing ([-valueForKey:]) method.
2014-01-20 Quentin Mathe <quentin.mathe@gmail.com>
@ -13,8 +12,8 @@
2014-01-18 Quentin Mathe <quentin.mathe@gmail.com>
* Source/NSObject.m (-respondsToSelector,
+instancesRespondToSelector:): Fixed to check +resolveInstanceMethod: and
+resolveClassMethod: as documented in Cocoa NSObject API.
+instancesRespondToSelector:): Fixed to check +resolveInstanceMethod:
and +resolveClassMethod: as documented in Cocoa NSObject API.
2014-01-16 Niels Grewe <niels.grewe@halbordnung.de>