summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwolfsuit <wolfsuit>2003-03-12 05:56:21 (GMT)
committerwolfsuit <wolfsuit>2003-03-12 05:56:21 (GMT)
commit413da068905437f950c4f16ac5f0c699724fb5b4 (patch)
treeb00a57fe2641e2716944ca46b11e7191cef01b97 /ChangeLog
parent50813805a9b54deccdeee4e0dc5f0dca3ac730c1 (diff)
downloadtk-413da068905437f950c4f16ac5f0c699724fb5b4.zip
tk-413da068905437f950c4f16ac5f0c699724fb5b4.tar.gz
tk-413da068905437f950c4f16ac5f0c699724fb5b4.tar.bz2
2003-03-11 Jim Ingham <jingham@apple.com>
* macosx/tkMacOSXMenu.c (EventuallyInvokeMenu): New function, used to invoke menu commands at idle time. (TkMacOSXDispatchMenuEvent): Don't immediately dispatch menu commands, wait till the idle loop to do so. This is more like what is done on Windows, and avoids the crash from destroying a menu in it's command. * macosx/tkMacOSXHLEvents.c (ReallyKillMe): Don't force the shell to exit. According to the OS X HI guidelines, it should be possible to cancel an attempt to quit, and if we force the kill, here, it would not be possible to implement this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89a3f4d..3903402 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2003-03-11 Jim Ingham <jingham@apple.com>
+
+ * macosx/tkMacOSXMenu.c (EventuallyInvokeMenu): New function,
+ used to invoke menu commands at idle time.
+ (TkMacOSXDispatchMenuEvent): Don't immediately dispatch menu
+ commands, wait till the idle loop to do so. This is more like
+ what is done on Windows, and avoids the crash from destroying
+ a menu in it's command.
+
+ * macosx/tkMacOSXHLEvents.c (ReallyKillMe): Don't force the shell
+ to exit. According to the OS X HI guidelines, it should be
+ possible to cancel an attempt to quit, and if we force the kill,
+ here, it would not be possible to implement this.
+
2003-03-11 Mo DeJong <mdejong@users.sourceforge.net>
* tests/unixWm.test: Add the testwrapper