summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2010-01-09 00:48:36 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2010-01-09 00:48:36 (GMT)
commit0d5ee63431a40ebbe9d3a895d1ca2a3bb9a30cd0 (patch)
treeb96c64e99d40e9797e3a01fd72f2950b78e67200 /ChangeLog
parent7540b82fe0542de05038049569f2b6656338dd18 (diff)
downloadtk-0d5ee63431a40ebbe9d3a895d1ca2a3bb9a30cd0.zip
tk-0d5ee63431a40ebbe9d3a895d1ca2a3bb9a30cd0.tar.gz
tk-0d5ee63431a40ebbe9d3a895d1ca2a3bb9a30cd0.tar.bz2
TIP 360: Remove special handling of .help menu on X11.
Tk is the only toolkit to continue the Motif scheme of anchoring a Help menu to the extreme right of the menubar. This patch disables the special handling of the .help menu so that the help menu will be grouped with the other menu items as is common with other toolkits. The old behaviour can be restored by setting the option *Menu.useMotifHelp to true or by calling 'tk::classic::restore menu'. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77c388a..aae7b06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-01-09 Pat Thoyts <patthoyts@users.sourceforge.net>
+ * doc/menu.n: [TIP 360]: Remove special handling of
+ * library/obsolete.tcl: the .help menu on X11.
+ * unix/tkUnixMenu.c:
+
* library/menu.tcl: [TIP 360] Make Tk menu activation
* library/obsolete.tcl: follow mouse movements.