diff options
author | mdejong <mdejong> | 2002-06-22 01:43:47 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-06-22 01:43:47 (GMT) |
commit | cfa0529ef3bf8c4d9c87387908d3a32457499c51 (patch) | |
tree | 6cc14635010abed81c3e4148c8858c8c7312907c /ChangeLog | |
parent | afbc11e3d922f8b560027b81eb6abc022645a330 (diff) | |
download | tk-cfa0529ef3bf8c4d9c87387908d3a32457499c51.zip tk-cfa0529ef3bf8c4d9c87387908d3a32457499c51.tar.gz tk-cfa0529ef3bf8c4d9c87387908d3a32457499c51.tar.bz2 |
* tests/wm.test: Add tests to make sure a withdrawn
transient does not get remapped by state changes
in the master.
* unix/tkUnixWm.c (Tk_WmCmd, WmWaitMapProc):
* win/tkWinWm.c (Tk_WmCmd, WmWaitVisibilityOrMapProc):
Add a WM_TRANSIENT_WITHDRAWN flag that gets set by the
withdraw, deiconify, or state wm subcommands. Check
this flag before mapping a transient when processing
a MapNotify event. [Tk bug 570764]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,4 +1,16 @@ -2002-06-22 Donal K. Fellows <fellowsd@cs.man.ac.uk> +2002-06-21 Mo DeJong <mdejong@users.sourceforge.net> + + * tests/wm.test: Add tests to make sure a withdrawn + transient does not get remapped by state changes + in the master. + * unix/tkUnixWm.c (Tk_WmCmd, WmWaitMapProc): + * win/tkWinWm.c (Tk_WmCmd, WmWaitVisibilityOrMapProc): + Add a WM_TRANSIENT_WITHDRAWN flag that gets set by the + withdraw, deiconify, or state wm subcommands. Check + this flag before mapping a transient when processing + a MapNotify event. [Tk bug 570764] + +2002-06-21 Donal K. Fellows <fellowsd@cs.man.ac.uk> * unix/tk.spec (version), README, win/configure.in, unix/configure.in: * generic/tk.h (TK_RELEASE_*, TK_PATCH_LEVEL): Bumped to beta1. |