summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorchengyemao <chengyemao>2005-01-09 18:50:12 (GMT)
committerchengyemao <chengyemao>2005-01-09 18:50:12 (GMT)
commit33f4d75865ec06b87c31d1d3e2e5de60c3f44ce2 (patch)
tree38978e5a06e7633fd8f4675cb693021945d8b7cb /changes
parenta2455a5686d0db82e6d05203f8048152c7e7193f (diff)
downloadtk-33f4d75865ec06b87c31d1d3e2e5de60c3f44ce2.zip
tk-33f4d75865ec06b87c31d1d3e2e5de60c3f44ce2.tar.gz
tk-33f4d75865ec06b87c31d1d3e2e5de60c3f44ce2.tar.bz2
Updated
Diffstat (limited to 'changes')
-rw-r--r--changes9
1 files changed, 8 insertions, 1 deletions
diff --git a/changes b/changes
index dd3cf77..78b0d86 100644
--- a/changes
+++ b/changes
@@ -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.84 2005/01/09 17:55:34 chengyemao Exp $
+RCS: @(#) $Id: changes,v 1.85 2005/01/09 18:50:12 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
@@ -5942,3 +5942,10 @@ TkWinEmbeddedEventProc in tkWinEmbed.c; TkWinChildProc in tkWinX.c.
2005-1-9 (bug fix)[1098779] TkParsePadAmount (tkPack.c) did not properly
handle list. The bug was due to fail to handle leading spaces. Skipping the
leading spaces fixes the bug (chengyemao).
+
+2005-1-9 (feature implementation of embedded/embedding Tk) Changed
+FrameWidgetObjCmd (tkFrame.c), TkpUseWindow (tkMacOSXEmbed.c, tkUnixEmbed.c,
+tkWinEmbed.c) to make implementation ready for a configurable toplevel -use
+option and completed the implementation for Windows (tkWinWm.c, tkWinEmbed.c,
+tkWinInt.h). Embedding with a frame container needs further debugging
+(chengyemao).