diff options
author | mdejong <mdejong> | 2002-12-01 23:37:53 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-12-01 23:37:53 (GMT) |
commit | 86e45159acabbaf667b4c297ae2a07745369e792 (patch) | |
tree | 17edb0418713442deef44e4687c1729ab0d62a32 /ChangeLog | |
parent | e41cd186045b78af345b11758be8c161d1f051c6 (diff) | |
download | tk-86e45159acabbaf667b4c297ae2a07745369e792.zip tk-86e45159acabbaf667b4c297ae2a07745369e792.tar.gz tk-86e45159acabbaf667b4c297ae2a07745369e792.tar.bz2 |
* tests/wm.test: Add wm-transient-6.3 to
check that a transient remains withdrawn
when it is first withdrawn and then turned
into a transient.
* unix/tkUnixWm.c:
* win/tkWinWm.c: Replace WM_TRANSIENT_WITHDRAWN
with WM_WITHDRAWN and set this flag whenever
a window is explicitly withdrawn. This fixes
the test case added above. [Bug 644356]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2002-12-01 Mo DeJong <mdejong@users.sourceforge.net> + + * tests/wm.test: Add wm-transient-6.3 to + check that a transient remains withdrawn + when it is first withdrawn and then turned + into a transient. + * unix/tkUnixWm.c: + * win/tkWinWm.c: Replace WM_TRANSIENT_WITHDRAWN + with WM_WITHDRAWN and set this flag whenever + a window is explicitly withdrawn. This fixes + the test case added above. [Bug 644356] + 2002-11-22 Jeff Hobbs <jeffh@ActiveState.com> * tests/textDisp.test: |