diff options
author | jenglish <jenglish@flightlab.com> | 2002-12-27 21:23:03 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2002-12-27 21:23:03 (GMT) |
commit | 9c5a098a155068a728d1af4451ec854dacfd071f (patch) | |
tree | 7533506d51f38061141e64e9dee26073d69c4cf0 /ChangeLog | |
parent | c2326802ed8c5c19836ca7ef9c7d75106105e24c (diff) | |
download | tk-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |