summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwolfsuit <wolfsuit>2003-03-08 02:15:45 (GMT)
committerwolfsuit <wolfsuit>2003-03-08 02:15:45 (GMT)
commit1238067f586fbaeae2bd4884928148be043cdf12 (patch)
tree3d85c24e612d56a706d180983bd8b868023489ed /ChangeLog
parentca9be35a9fc7236e607923ad25ab5fd75d0029cc (diff)
downloadtk-1238067f586fbaeae2bd4884928148be043cdf12.zip
tk-1238067f586fbaeae2bd4884928148be043cdf12.tar.gz
tk-1238067f586fbaeae2bd4884928148be043cdf12.tar.bz2
Fix a bug with MacOS X Tk's handling of the help menu. The code expected the
MacOS 9 behavior, which was to insert a separator item after the system help menus, but this doesn't happen on X...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df1747e..35eb60f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-03-07 Jim Ingham <jingham@apple.com>
+
+ * macosx/tkMacOSXMenus.c (TkMacOSXInitMenus): No longer need
+ to call TkMacOSXSetHelpMenuItemCount.
+ * macosx/tkMacOSXMenu.c (TkMacOSXHelpMenuItemCount): Stub out
+ since it is no longer need (but is in the stubs table...).
+ (TkMacOSXDispatchMenuEvent): Get the number of system help
+ menu items from HMGetHelpMenu.
+ (ReconfigureMacintoshMenu): Ditto.
+ (TkpDestroyMenu): Ditto.
+
2003-03-06 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* doc/FindPhoto.3: Documentation of the photo API changes due to