summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorchengyemao <chengyemao>2004-12-17 14:59:36 (GMT)
committerchengyemao <chengyemao>2004-12-17 14:59:36 (GMT)
commit13dd2dd5e9cc7cb93e9d4a62c2b5c2b291506c2a (patch)
treee39c936e88af78c4674c10a0547ed9db5428ce83 /changes
parent1c5d158063a264c63c8b1d1177934e0f91c94505 (diff)
downloadtk-13dd2dd5e9cc7cb93e9d4a62c2b5c2b291506c2a.zip
tk-13dd2dd5e9cc7cb93e9d4a62c2b5c2b291506c2a.tar.gz
tk-13dd2dd5e9cc7cb93e9d4a62c2b5c2b291506c2a.tar.bz2
Updaged for new changes
Diffstat (limited to 'changes')
-rw-r--r--changes15
1 files changed, 14 insertions, 1 deletions
diff --git a/changes b/changes
index cb7c2c7..58ec9d0 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.72 2004/12/06 22:54:12 dgp Exp $
+RCS: @(#) $Id: changes,v 1.73 2004/12/17 14:59:36 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
@@ -5886,3 +5886,16 @@ for long lines using unix AA fonts (english)
Updated test suite, documentation, and demos.
--- Released 8.5a2, December 7, 2004 --- See ChangeLog for details ---
+
+2004-12-17 (feature change) Modified DisplayFrame to draw a container's
+background when the embedded window is NULL (chengyemao)
+
+2004-12-17 (bug fix)[842945][831627] Fixed a bug in ContainerEventProc
+to handle ConfigureNotify event properly; Changed CleanupContainList to
+TkWinCleanupContainerList to be invoked in TkWinXCleanup; Changed Intialize
+and CreateTopLevelWindow to create the DeleteWindowsExitProc after TkpInit
+so that finalization will be done in a proper sequence (to avoid painics
+and potential crashes in exit). (chengyemao)
+
+2004-12-17 (platform support) Added TkWinClenupContainerList into stublib.
+(chengyemao)