summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03295fc..fdcf6f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: