summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2010-01-03 19:50:59 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2010-01-03 19:50:59 (GMT)
commit1695610f2b000063acc70451fe91fae47c911150 (patch)
treecea8865039c68954654c0375c60472fd677f3ec1 /ChangeLog
parent497b85748d56fb3aa77b7f62ea9eaf98d49f6e22 (diff)
downloadtk-1695610f2b000063acc70451fe91fae47c911150.zip
tk-1695610f2b000063acc70451fe91fae47c911150.tar.gz
tk-1695610f2b000063acc70451fe91fae47c911150.tar.bz2
Patch 2848897: Support the system keyboard cues setting on Windows
This patch by Anton Kovalenko adds support for the Windows system-wide UI setting that prevents accelerators being underlined unless the Alt key is pressed. Modified to support the system keyboard cues flag and to handle dynamic changes to the system parameters by the user.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index abbae49..b914406 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-01-03 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * generic/tkMenu.h: [Patch 2848897] Support the system keyboard
+ * win/tkWinMenu.c: cues option on Windows. This system parameter
+ hides the underlines on menu items unless the keyboard is used to
+ open the menu. (kovalenko, thoyts)
+
2010-01-03 Donal K. Fellows <dkf@users.sf.net>
* generic/tkFont.c (Tk_TextLayoutToPostscript): Simplified the code to