diff options
author | chengyemao <chengyemao> | 2004-12-20 01:22:00 (GMT) |
---|---|---|
committer | chengyemao <chengyemao> | 2004-12-20 01:22:00 (GMT) |
commit | db5f4c3788a6416e6451650939a88eace829b75e (patch) | |
tree | 4112e8dc75c25c1511e41e37e9ccec1a62748f62 /changes | |
parent | a24199bd3446b589ea816cd70e58f5165f18724f (diff) | |
download | tk-db5f4c3788a6416e6451650939a88eace829b75e.zip tk-db5f4c3788a6416e6451650939a88eace829b75e.tar.gz tk-db5f4c3788a6416e6451650939a88eace829b75e.tar.bz2 |
Updated
Diffstat (limited to 'changes')
-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) + |