diff options
-rw-r--r-- | changes | 8 |
1 files changed, 7 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.74 2004/12/18 20:40:43 chengyemao Exp $ +RCS: @(#) $Id: changes,v 1.75 2004/12/20 01:22:00 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 @@ -5903,3 +5903,9 @@ and potential crashes in exit). (chengyemao) 2004-12-18 (buf fix)[222677] Close the embedded window (of a different process) when its container is destroyed. (chengyemao) +2004-12-19 (feature implementation of embedded/embedding Tk and bug fix) +Implemented container identification, focus, raise, set title of and move window +so that an embedded widget is able to identify a container, to get focus and to +receive key press input. Fixed bugs include [1024364] and an incorrect wm +overrideredirect for an embedded window. (chengyemao) + |