diff options
author | das <das> | 2006-12-01 07:13:13 (GMT) |
---|---|---|
committer | das <das> | 2006-12-01 07:13:13 (GMT) |
commit | 260b7669fe91bcce70291cebc46fce55570dbc98 (patch) | |
tree | 145291c85ee7362870f5eee3e424d36b76b0865d /ChangeLog | |
parent | d41ab6205872b1d12cfed06affa0795065da8f7c (diff) | |
download | tk-260b7669fe91bcce70291cebc46fce55570dbc98.zip tk-260b7669fe91bcce70291cebc46fce55570dbc98.tar.gz tk-260b7669fe91bcce70291cebc46fce55570dbc98.tar.bz2 |
* macosx/tkMacOSXDialog.c (Tk_MessageBoxObjCmd): fix inability to use
buttons with standard Escape key binding as -default button (reported
on tcl-mac by Hans-Christoph Steiner).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-11-30 Daniel Steffen <das@users.sourceforge.net> + + * macosx/tkMacOSXDialog.c (Tk_MessageBoxObjCmd): fix inability to use + buttons with standard Escape key binding as -default button (reported + on tcl-mac by Hans-Christoph Steiner). + 2006-11-26 Daniel Steffen <das@users.sourceforge.net> * tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558] |