summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-03-28 21:10:05 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-03-28 21:10:05 (GMT)
commit890d36fd2065fa3e1fd8cadcfac6013dbc1e7b62 (patch)
treeabe8e7c76378bc4db1585384c83f4f85bdaa7f61 /ChangeLog
parent3d4f035971accd19235c75811291ce1f150798de (diff)
downloadtk-890d36fd2065fa3e1fd8cadcfac6013dbc1e7b62.zip
tk-890d36fd2065fa3e1fd8cadcfac6013dbc1e7b62.tar.gz
tk-890d36fd2065fa3e1fd8cadcfac6013dbc1e7b62.tar.bz2
Make tk::FindAltKeyTarget handle the traversal of the logical window manager
hierarchy correctly. Based on comments by Emiliano Gavilan.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 459e3b7..c4be78e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,18 @@
+2011-03-28 Donal K. Fellows <dkf@users.sf.net>
+
+ * library/tk.tcl (::tk::FindAltKeyTarget): Make this handle the
+ traversal of the logical window manager hierarchy correctly. Based on
+ comments by Emiliano Gavilan.
+
2011-03-28 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tkTextBTree.c: [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and
- -D_FORTIFY_SOURCE=2. One more place where this problem could appear.
+ * generic/tkTextBTree.c: [Bug 3129527]: Fix buffer overflow w/ GCC 4.5
+ and -D_FORTIFY_SOURCE=2. One more place where this problem could
+ appear.
2011-03-24 Jan Nijtmans <nijtmans@users.sf.net>
- * win/tkWinMenu.c: [Bug #3239768] tk8.4.19 (and later) WIN32
+ * win/tkWinMenu.c: [Bug #3239768]: tk8.4.19 (and later) WIN32
menu font support.
2011-03-16 Jan Nijtmans <nijtmans@users.sf.net>