diff options
author | das <das@noemail.net> | 2006-12-01 07:13:12 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2006-12-01 07:13:12 (GMT) |
commit | d1438382c5d3e25237af27e3fcabf344eb35611d (patch) | |
tree | 145291c85ee7362870f5eee3e424d36b76b0865d /ChangeLog | |
parent | d8d6ded4b8f9d0c84fa03477b113eac8aba019fb (diff) | |
download | tk-d1438382c5d3e25237af27e3fcabf344eb35611d.zip tk-d1438382c5d3e25237af27e3fcabf344eb35611d.tar.gz tk-d1438382c5d3e25237af27e3fcabf344eb35611d.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).
FossilOrigin-Name: 1ecb3412c5b524b884d30517d8a23c6521ef06ee
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] |