summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorchengyemao <chengyemao@noemail.net>2005-10-05 00:43:45 (GMT)
committerchengyemao <chengyemao@noemail.net>2005-10-05 00:43:45 (GMT)
commitf9d5e58f3a24fd619d1f0137141d1ae6342bed41 (patch)
tree988a342df9086a882f1bf30da8a844f602d7be63 /changes
parentddacaf9563e90fd91a6ae174002dba03c09151aa (diff)
downloadtk-f9d5e58f3a24fd619d1f0137141d1ae6342bed41.zip
tk-f9d5e58f3a24fd619d1f0137141d1ae6342bed41.tar.gz
tk-f9d5e58f3a24fd619d1f0137141d1ae6342bed41.tar.bz2
Fixed bug #1311734
FossilOrigin-Name: 23934d265714cd6a5cd30c7d761882c6f8dc4eaa
Diffstat (limited to 'changes')
-rw-r--r--changes5
1 files changed, 4 insertions, 1 deletions
diff --git a/changes b/changes
index f255ac5..448760b 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.88 2005/06/04 20:53:17 hobbs Exp $
+RCS: @(#) $Id: changes,v 1.89 2005/10/05 00:49: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
@@ -6062,3 +6062,6 @@ display/resizing (south)
Documentation improvements [1087842,1081527,1115907,etc.]
--- Released 8.5a3, June 4, 2005 --- See ChangeLog for details ---
+
+2005-10-04 (bug fix)[1311734] Fixed the problems that an embedded windows failed
+to respond to display changes (Windows platform) (chengyemao)