diff options
author | chengyemao <chengyemao> | 2004-12-18 20:40:43 (GMT) |
---|---|---|
committer | chengyemao <chengyemao> | 2004-12-18 20:40:43 (GMT) |
commit | 45826f4c8f2a31626cd5673c0466bb20985590c7 (patch) | |
tree | 75bd8e4858aa9e60427759a52b69c78b8a919b63 | |
parent | 4c1f1e15de61bb5adedc4ea38b18255400ce5167 (diff) | |
download | tk-45826f4c8f2a31626cd5673c0466bb20985590c7.zip tk-45826f4c8f2a31626cd5673c0466bb20985590c7.tar.gz tk-45826f4c8f2a31626cd5673c0466bb20985590c7.tar.bz2 |
updated
-rw-r--r-- | changes | 6 |
1 files changed, 5 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.73 2004/12/17 14:59:36 chengyemao Exp $ +RCS: @(#) $Id: changes,v 1.74 2004/12/18 20:40:43 chengyemao 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 @@ -5899,3 +5899,7 @@ and potential crashes in exit). (chengyemao) 2004-12-17 (platform support) Added TkWinClenupContainerList into stublib. (chengyemao) + +2004-12-18 (buf fix)[222677] Close the embedded window (of a different process) +when its container is destroyed. (chengyemao) + |