diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-11-03 23:49:10 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-11-03 23:49:10 (GMT) |
commit | eec8fcddae44e16a8c7a1d295a68fcc55223ab45 (patch) | |
tree | c889179d28464c9ed345a3cbc3ffc0b2b4e6cf41 /changes | |
parent | 88cab73bda545db2653e191c79322e318568afdd (diff) | |
download | tk-eec8fcddae44e16a8c7a1d295a68fcc55223ab45.zip tk-eec8fcddae44e16a8c7a1d295a68fcc55223ab45.tar.gz tk-eec8fcddae44e16a8c7a1d295a68fcc55223ab45.tar.bz2 |
[Bug 2891541] fix minimization of main window when it is grabbed.
This fixes a fault in some applications that fail to release a grab set on
the main toplevel which were prevented from minimizing on windows
following the changes for bug 1847002.
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 4 |
1 files changed, 3 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.130.2.14 2009/11/03 20:15:24 dgp Exp $ +RCS: @(#) $Id: changes,v 1.130.2.15 2009/11/03 23:49:11 patthoyts 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 @@ -6670,4 +6670,6 @@ in screen distances, reducing precision loss (ferrieux) 2009-10-29 (bug fix)[1825353] Russian Windows tiny fonts problem (thoyts) +2009-11-03 (bug fix)[2891541] fix grab behaviour for main window (thoyts) + --- Released 8.5.8, November xx, 2009 --- See ChangeLog for details --- |