Change log entry for correction to GormClassManager.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21173 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-05-01 05:18:51 +00:00
parent fbb9934b20
commit cc62de25fb

View file

@ -1,3 +1,10 @@
2005-05-01 01:18 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormClassManager.m: Added code in initWithDocument:
which properly adds the methods to FirstResponder. Previously these
methods were being added in "ExtraActions" which was not correct.
Methods which are added in the palette should be added to "Actions".
2005-04-28 08:50 Gregory John Casamento <greg_casamento@yahoo.com> 2005-04-28 08:50 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormDocument.m: Correct problem in setName:forObject: * GormCore/GormDocument.m: Correct problem in setName:forObject: