summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@noemail.net>2009-11-03 23:49:09 (GMT)
committerpatthoyts <patthoyts@noemail.net>2009-11-03 23:49:09 (GMT)
commit215c37282999b07bbbd66d72086df7391638cfcd (patch)
treec889179d28464c9ed345a3cbc3ffc0b2b4e6cf41 /changes
parentf548cd23a84eaab47e192bd29d3f2b3aabbe77b1 (diff)
downloadtk-215c37282999b07bbbd66d72086df7391638cfcd.zip
tk-215c37282999b07bbbd66d72086df7391638cfcd.tar.gz
tk-215c37282999b07bbbd66d72086df7391638cfcd.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. FossilOrigin-Name: 2a62f7c02e6b01f1df8c82794b6b4f3a1d5747da
Diffstat (limited to 'changes')
-rw-r--r--changes4
1 files changed, 3 insertions, 1 deletions
diff --git a/changes b/changes
index a0eb85b..1dfa8a5 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.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 ---