summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@noemail.net>2010-01-09 00:48:35 (GMT)
committerpatthoyts <patthoyts@noemail.net>2010-01-09 00:48:35 (GMT)
commitb9a8f42d822bb724c21ddf6db4bd56eb3cec1532 (patch)
treeb96c64e99d40e9797e3a01fd72f2950b78e67200 /ChangeLog
parentc66fda21524ed9abe1adfe621cc6e37c9af37826 (diff)
downloadtk-b9a8f42d822bb724c21ddf6db4bd56eb3cec1532.zip
tk-b9a8f42d822bb724c21ddf6db4bd56eb3cec1532.tar.gz
tk-b9a8f42d822bb724c21ddf6db4bd56eb3cec1532.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> FossilOrigin-Name: 6821c28743dad60517ae8e5ec511dd94962a8659
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.