diff options
author | wolfsuit <wolfsuit> | 2004-04-01 18:33:29 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2004-04-01 18:33:29 (GMT) |
commit | 70074e3ac26b510594d84e1200f827db34a75089 (patch) | |
tree | 1d90d3f2090d5341ddc0c5d009b3cbb4f1b530ef /ChangeLog | |
parent | 6320df04ec1f7454632285dcfc34f22a38122b0f (diff) | |
download | tk-70074e3ac26b510594d84e1200f827db34a75089.zip tk-70074e3ac26b510594d84e1200f827db34a75089.tar.gz tk-70074e3ac26b510594d84e1200f827db34a75089.tar.bz2 |
Fixes for bugs 220871 and 917557. Plus remove the Quit menu from the default
File menu.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2004-03-31 Jim Ingham <jingham@apple.com> + + * tkMacOSXCarbonEvents.c (AppEventHandlerProc): Handle the + kEventAppHidden and kEventAppShown events. + (TkMacOSXInitCarbonEvents): Register for the above events. + * tkMacOSXKeyEvent.c (TkMacOSXProcessKeyboardEvent): Steal + the Command-H menu key event and allow the Application + handler to have it. This is currently the only way to get + the Hide behavior to work. [Bug 917557] + + * tkMacOSMenus.c (TkMacOSXHandleMenuSelect): Remove the Quit menu + handler - this was for the Quit item in the File menu, but it doesn't + belong there. + (TkMacOSXInitMenus): Remove the Quit menu item from the File menu. + + * tkMacOSXMenu.c (EventuallyInvokeMenu): Report errors from invoking + menu commands as background errors. [Bug 220871] + 2004-03-31 Don Porter <dgp@users.sourceforge.net> * generic/tkImgPhoto.c: Removed outdated #include's of the tclMath.h |