diff options
author | das <das> | 2006-04-11 12:05:48 (GMT) |
---|---|---|
committer | das <das> | 2006-04-11 12:05:48 (GMT) |
commit | c1df5ffe0c56ab2de0a34269f3d7ebba7708c61c (patch) | |
tree | c49e2d62ab31a7fadbf742e091637a1f106db84f /changes | |
parent | fe655994fef60e520c091e7d5d7d705a62eac6d4 (diff) | |
download | tk-c1df5ffe0c56ab2de0a34269f3d7ebba7708c61c.zip tk-c1df5ffe0c56ab2de0a34269f3d7ebba7708c61c.tar.gz tk-c1df5ffe0c56ab2de0a34269f3d7ebba7708c61c.tar.bz2 |
* macosx/tkMacOSXDialog.c (Tk_MessageBoxObjCmd): added standard Escape
key binding for msgbox cancel buttons [Patch 1193614], whitespace.
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was released on March 13, 1991. Changes that aren't backward compatible are marked specially. -RCS: @(#) $Id: changes,v 1.95 2006/04/11 10:23:20 das Exp $ +RCS: @(#) $Id: changes,v 1.96 2006/04/11 12:05:48 das Exp $ 3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from the interpreter when the main window is deleted (otherwise there will @@ -6168,6 +6168,8 @@ accept the color names "Black" and "White" (porter) 2006-04-11 (bug fix)[700316] Aqua: enable 'Preferences' app menu item (steffen) +2006-04-11 (bug fix)[1193614] Aqua: tk_messageBox escape key binding (steffen) + 2006-04-11 (enhancement)[1105284] Aqua: call ::tk::mac::* procs for all registered applevents (steffen) |