summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2009-05-21 23:01:33 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2009-05-21 23:01:33 (GMT)
commit473fe655bbd25c1af26b5f1f80c276a1a41e15fb (patch)
tree0fc12ef4b3de3f7adf50d3d7b3d83fb1b977d7f6 /ChangeLog
parent5a966747464966ed42006979a0db4c42d66f0799 (diff)
downloadtk-473fe655bbd25c1af26b5f1f80c276a1a41e15fb.zip
tk-473fe655bbd25c1af26b5f1f80c276a1a41e15fb.tar.gz
tk-473fe655bbd25c1af26b5f1f80c276a1a41e15fb.tar.bz2
[Bug 2794778]: backported fix for keyboard transversal of the menus on Windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db35c67..6bd62c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-21 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * win/tkWinMenu.c: [Bug 2794778]: Backported fix for keyboard
+ traversal of the menus on Windows.
+
2009-05-14 Pat Thoyts <patthoyts@users.sourceforge.net>
* generic/tkButton.c: [Bug 1923684]: backported checkbutton fix