summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwolfsuit <wolfsuit>2004-03-17 19:01:45 (GMT)
committerwolfsuit <wolfsuit>2004-03-17 19:01:45 (GMT)
commit64a51bdf01b7ffa1a184f1c8e32a4ccd00443c93 (patch)
tree48e9c91a3d0fb614426b0d0a68c276fe0f45243f /ChangeLog
parent16bfdf9ebd970a07cec78144b103dcbc9542d246 (diff)
downloadtk-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--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c23d6c2..8ad99f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ***