diff options
author | wolfsuit <wolfsuit> | 2003-03-08 02:15:45 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2003-03-08 02:15:45 (GMT) |
commit | 1238067f586fbaeae2bd4884928148be043cdf12 (patch) | |
tree | 3d85c24e612d56a706d180983bd8b868023489ed /ChangeLog | |
parent | ca9be35a9fc7236e607923ad25ab5fd75d0029cc (diff) | |
download | tk-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |