summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-12-01 07:13:13 (GMT)
committerdas <das>2006-12-01 07:13:13 (GMT)
commit260b7669fe91bcce70291cebc46fce55570dbc98 (patch)
tree145291c85ee7362870f5eee3e424d36b76b0865d /ChangeLog
parentd41ab6205872b1d12cfed06affa0795065da8f7c (diff)
downloadtk-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e8f7e8..57f3003 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]