mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
* 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:
parent
b2820c8fe0
commit
779f1285f5
1 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue