summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorchengyemao <chengyemao>2005-10-05 00:43:45 (GMT)
committerchengyemao <chengyemao>2005-10-05 00:43:45 (GMT)
commitdc15e989855b9081fcd9d2951c0fbed6103928c7 (patch)
tree988a342df9086a882f1bf30da8a844f602d7be63 /changes
parent440cc7e1303fe245a83684186494fdf558edc50a (diff)
downloadtk-dc15e989855b9081fcd9d2951c0fbed6103928c7.zip
tk-dc15e989855b9081fcd9d2951c0fbed6103928c7.tar.gz
tk-dc15e989855b9081fcd9d2951c0fbed6103928c7.tar.bz2
Fixed bug #1311734
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)