diff options
author | dgp <dgp@users.sourceforge.net> | 2005-06-24 13:51:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-06-24 13:51:39 (GMT) |
commit | f530cc6c93d16a5f3cad85c2358084939ebb168f (patch) | |
tree | 403b58173875075c852d190b27620dc4cda900d9 | |
parent | 303f648c3c4cd55009825a5e652f3586de1fe14c (diff) | |
download | tk-f530cc6c93d16a5f3cad85c2358084939ebb168f.zip tk-f530cc6c93d16a5f3cad85c2358084939ebb168f.tar.gz tk-f530cc6c93d16a5f3cad85c2358084939ebb168f.tar.bz2 |
update
-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.24 2005/06/23 20:33:46 dgp Exp $ +RCS: @(#) $Id: changes,v 1.64.2.25 2005/06/24 13:51:39 dgp 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 @@ -5828,4 +5828,6 @@ Documentation improvements [1087842,1081527,1115907,etc.] 2005-06-23 (bug fix)[1176610] Aqua: default [entry] borderwidth (steffen) +2005-06-23 (bug fix)[756840] Fix Tk console cleanup on exit/reinit (mistachkin) + --- Released 8.4.11, June 28, 2005 --- See ChangeLog for details --- |