* NSApplication.h/NSApplication.m remove unused ivar recycledEventsQueue.

* NSApplication.m terminate: fix call to applicationShouldTerminate, should
		use self not sender.
	* NSMenuItem.h and NSMenu.m aesthetic tweaks.
	* NSWindow.m implement performClose and close per OS 4.2 docs.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3173 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Felipe A. Rodriguez 1998-11-04 22:59:47 +00:00
parent b2820c8fe0
commit 779f1285f5

View file

@ -1,3 +1,11 @@
Wed Nov 4 1998 Felipe A. Rodriguez <far@ix.netcom.com>
* NSApplication.h/NSApplication.m remove unused ivar recycledEventsQueue.
* NSApplication.m terminate: fix call to applicationShouldTerminate, should
use self not sender.
* NSMenuItem.h and NSMenu.m aesthetic tweaks.
* NSWindow.m implement performClose and close per OS 4.2 docs.
Tue Nov 3 1998 Felipe A. Rodriguez <far@ix.netcom.com>
* NSMenuItem.h ADDITIONAL_WIDTH increase defined size (fix overlap in Edit)