diff options
author | wolfsuit <wolfsuit> | 2004-03-17 19:01:45 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2004-03-17 19:01:45 (GMT) |
commit | 64a51bdf01b7ffa1a184f1c8e32a4ccd00443c93 (patch) | |
tree | 48e9c91a3d0fb614426b0d0a68c276fe0f45243f /ChangeLog | |
parent | 16bfdf9ebd970a07cec78144b103dcbc9542d246 (diff) | |
download | tk-64a51bdf01b7ffa1a184f1c8e32a4ccd00443c93.zip tk-64a51bdf01b7ffa1a184f1c8e32a4ccd00443c93.tar.gz tk-64a51bdf01b7ffa1a184f1c8e32a4ccd00443c93.tar.bz2 |
Get the "Command-H" -> hide binding working. Also remove the spurious
Quit menu item from the File command.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2004-03-17 Jim Ingham <jingham@apple.com> + + * macosx/tkMacOSXHLEvents.c (ApplicationCarbonEventsHandler): New + function. + (tkMacOSXInitAppleEvents): Init the Application Event handler as + well. + * macosx/tkMacOSXKeyEvent.c (TkMacOSXProcessKeyboardEvent): Grab + the Command-H & Command-Shift-H keys and use them for Hide and + Hide Others before passing keystrokes on to the generic keyboard + event processing. There isn't any other good way to get the + Hide command to work, and the Apple HIG explicitly reserves them. + * macosx/tkMacOSXMenus.c (TkMacOSXInitMenus): Stop putting a Quit + menu item in the File menu. It doesn't belong there. + 2004-03-01 Don Porter <dgp@users.sourceforge.net> *** 8.4.6 TAGGED FOR RELEASE *** |