diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-28 21:10:05 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-28 21:10:05 (GMT) |
commit | 890d36fd2065fa3e1fd8cadcfac6013dbc1e7b62 (patch) | |
tree | abe8e7c76378bc4db1585384c83f4f85bdaa7f61 /ChangeLog | |
parent | 3d4f035971accd19235c75811291ce1f150798de (diff) | |
download | tk-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-- | ChangeLog | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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> |