diff options
author | chengyemao <chengyemao> | 2005-10-05 00:43:45 (GMT) |
---|---|---|
committer | chengyemao <chengyemao> | 2005-10-05 00:43:45 (GMT) |
commit | dc15e989855b9081fcd9d2951c0fbed6103928c7 (patch) | |
tree | 988a342df9086a882f1bf30da8a844f602d7be63 /changes | |
parent | 440cc7e1303fe245a83684186494fdf558edc50a (diff) | |
download | tk-dc15e989855b9081fcd9d2951c0fbed6103928c7.zip tk-dc15e989855b9081fcd9d2951c0fbed6103928c7.tar.gz tk-dc15e989855b9081fcd9d2951c0fbed6103928c7.tar.bz2 |
Fixed bug #1311734
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 5 |
1 files changed, 4 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.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) |