diff options
author | chengyemao <chengyemao@noemail.net> | 2004-12-18 20:40:42 (GMT) |
---|---|---|
committer | chengyemao <chengyemao@noemail.net> | 2004-12-18 20:40:42 (GMT) |
commit | f740226bb9a057bfc42bc61b605b2b72cd662018 (patch) | |
tree | 75bd8e4858aa9e60427759a52b69c78b8a919b63 /changes | |
parent | c86e1bbc114fc597e4afc420a8ee7e45cf297da2 (diff) | |
download | tk-f740226bb9a057bfc42bc61b605b2b72cd662018.zip tk-f740226bb9a057bfc42bc61b605b2b72cd662018.tar.gz tk-f740226bb9a057bfc42bc61b605b2b72cd662018.tar.bz2 |
updated
FossilOrigin-Name: e7c95821cc5cfe92860853ccf4a06fa728c70e7e
Diffstat (limited to 'changes')
-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) + |