summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2002-12-27 21:23:03 (GMT)
committerjenglish <jenglish@flightlab.com>2002-12-27 21:23:03 (GMT)
commit9c5a098a155068a728d1af4451ec854dacfd071f (patch)
tree7533506d51f38061141e64e9dee26073d69c4cf0 /ChangeLog
parentc2326802ed8c5c19836ca7ef9c7d75106105e24c (diff)
downloadtk-9c5a098a155068a728d1af4451ec854dacfd071f.zip
tk-9c5a098a155068a728d1af4451ec854dacfd071f.tar.gz
tk-9c5a098a155068a728d1af4451ec854dacfd071f.tar.bz2
WaitForEvent(): process Map and Unmap events
as well as Configure events during WaitFor{Configure|Map}Notify. Fixes [Bug 578569] (WaitForMapNotify could process Map and Unmap events out of order, making Tk think a window was unmapped when it really wasn't).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cff06c..c3c99d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-12-27 Joe English <jenglish@users.sourceforge.net>
+ * unix/tkUnixWm.c (WaitForEvent): process Map and Unmap events
+ as well as Configure events during WaitFor{Configure|Map}Notify.
+ Fixes [Bug 578569] (WaitForMapNotify could process Map and Unmap
+ events out of order, making Tk think a window was unmapped when
+ it really wasn't).
+
2002-12-18 Todd M. Helfter <tmh@purdue.edu>
* doc/label.n: Fixed documentation of the -compound option to
the label widget. The option was simply missing from the