Add missing ChangeLog entry for the last commit.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30076 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
wlux 2010-03-30 07:35:14 +00:00
parent b69e5ffdbd
commit e523ff6a0e

View file

@ -1,5 +1,9 @@
2010-03-30 Wolfgang Lux <wolfgang.lux@gmail.com>
* Source/NSWindow.m (-sendEvent:): Remove a stray semicolon, which
made NSWindow ignore all GSAppKitWindowLeave events. This was the
cause for, e.g., somewhat too sticky tooltips.
* Source/GSGormLoading.m:
* Source/GSNibLoading.m: Attempt to improve a possibly misleading
comment about releasing top level objects of a gorm/nib file.