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)
commit1c3b0b5de107ba659c5e545ba833f63e90ab8772 (patch)
treec889179d28464c9ed345a3cbc3ffc0b2b4e6cf41 /ChangeLog
parent986656e0ed50292c1a304de8226179bf74b4886c (diff)
downloadtk-1c3b0b5de107ba659c5e545ba833f63e90ab8772.zip
tk-1c3b0b5de107ba659c5e545ba833f63e90ab8772.tar.gz
tk-1c3b0b5de107ba659c5e545ba833f63e90ab8772.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 ***