diff options
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 *** |