mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Improved messages in NSObject for exception when methods are not found
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12333 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
736bff391d
commit
1046f2496b
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,4 +1,17 @@
|
|||
Thu Jan 31 15:35:21 2002 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* Source/NSObject.m ([-doesNotRecognizeSelector:]): Modified
|
||||
exception message to print out if we are an instance or a class
|
||||
object. For example, no longer 'IvarProxy does not recognize
|
||||
initWithClass:' but rather 'IvarProxy(class) does not recognize
|
||||
initWithClass:'.
|
||||
([-doesNotRecognize:]): Idem.
|
||||
([-subclassResponsibility:]): Similar change.
|
||||
([-shouldNotImplement:]): Similar change.
|
||||
([-notImplemented:]): Similar change.
|
||||
|
||||
2002-01-31 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/gnustep/base/GSIArray.h: Use array as parameter to macros.
|
||||
* Source/GSAttributedString.m: Update for GSIArray change.
|
||||
* Source/GSCountedSet.m: Update for GSIArray change.
|
||||
|
@ -25,6 +38,7 @@
|
|||
* configure.in: Improve check for sa_len
|
||||
|
||||
2002-01-30 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/gnustep/base/GSIMap.h: Fix bug cleaning table and add
|
||||
option to specify type of enumerator structure externally.
|
||||
* Headers/gnustep/base/NSHashTable.h: Modify to conform to MacOS-X
|
||||
|
|
Loading…
Reference in a new issue