diff options
author | hobbs <hobbs> | 2006-04-11 20:27:27 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-04-11 20:27:27 (GMT) |
commit | a585fdbbd3d3ab32d8f3e97b5c2834fc0961f204 (patch) | |
tree | 1c170c6c7ac73767d442f797e41e0f0addd653ba /changes | |
parent | af3470b9807a931c2d7acb9d00d1403f6b017a4f (diff) | |
download | tk-a585fdbbd3d3ab32d8f3e97b5c2834fc0961f204.zip tk-a585fdbbd3d3ab32d8f3e97b5c2834fc0961f204.tar.gz tk-a585fdbbd3d3ab32d8f3e97b5c2834fc0961f204.tar.bz2 |
update to latest
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.64.2.35 2006/04/11 12:05:18 das Exp $ +RCS: @(#) $Id: changes,v 1.64.2.36 2006/04/11 20:27:27 hobbs 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 @@ -5927,4 +5927,6 @@ accept the color names "Black" and "White" (porter) 2006-04-11 (enhancement)[1105284] Aqua: call ::tk::mac::* procs for all registered applevents (steffen) +2006-04-11 (bug fix)[1212056] fix panic on safe window exit on Windows (hobbs) + --- Released 8.4.13, April 14, 2006 --- See ChangeLog for details --- |