diff options
author | chengyemao <chengyemao> | 2004-12-18 20:40:43 (GMT) |
---|---|---|
committer | chengyemao <chengyemao> | 2004-12-18 20:40:43 (GMT) |
commit | b546045b5729b5b866dfb0f665f1cd3286c16968 (patch) | |
tree | 75bd8e4858aa9e60427759a52b69c78b8a919b63 /changes | |
parent | e94c90e06fd97526f65f289b9bc10dad9dafbc6b (diff) | |
download | tk-b546045b5729b5b866dfb0f665f1cd3286c16968.zip tk-b546045b5729b5b866dfb0f665f1cd3286c16968.tar.gz tk-b546045b5729b5b866dfb0f665f1cd3286c16968.tar.bz2 |
updated
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) + |