summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2009-11-03 23:49:10 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2009-11-03 23:49:10 (GMT)
commiteec8fcddae44e16a8c7a1d295a68fcc55223ab45 (patch)
treec889179d28464c9ed345a3cbc3ffc0b2b4e6cf41 /ChangeLog
parent88cab73bda545db2653e191c79322e318568afdd (diff)
downloadtk-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 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b06d269..e442025 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-03 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * win/tkWinWm.c: [Bug 2891541] Permit normal behaviour on
+ Windows for a grabbed toplevel when it is the main window.
+
2009-11-03 Don Porter <dgp@users.sourceforge.net>
*** 8.5.8 TAGGED FOR RELEASE ***