summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-06-24 02:17:57 (GMT)
committermdejong <mdejong>2002-06-24 02:17:57 (GMT)
commit890c34e8889317e09ba6b4a4c328e16b4712b9c7 (patch)
treeedbc5e0880c2a9fa6c82684e50af26e54f9b776b /ChangeLog
parentada9b40cb1ed12dff8ae71d167aeeea17bcade14 (diff)
downloadtk-890c34e8889317e09ba6b4a4c328e16b4712b9c7.zip
tk-890c34e8889317e09ba6b4a4c328e16b4712b9c7.tar.gz
tk-890c34e8889317e09ba6b4a4c328e16b4712b9c7.tar.bz2
* tests/wm.test: Remove invalid minsize test. Add update
calls to wm transient tests so that idle handlers get run. This is needed to get the tests to pass under Win32. * unix/tkUnixWm.c (WmWaitMapProc): Move the special transient withdrawn check into the if body to make it easier to set a breakpoint on this test inside a debugger. No functional changes. * win/tkWinWm.c (WmWaitVisibilityOrMapProc): Ditto.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 097e2f9..40cdadd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2002-06-22 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * tests/wm.test: Remove invalid minsize test. Add update
+ calls to wm transient tests so that idle handlers get
+ run. This is needed to get the tests to pass under Win32.
+ * unix/tkUnixWm.c (WmWaitMapProc): Move the special
+ transient withdrawn check into the if body to
+ make it easier to set a breakpoint on this test
+ inside a debugger. No functional changes.
+ * win/tkWinWm.c (WmWaitVisibilityOrMapProc): Ditto.
+
2002-06-22 Jeff Hobbs <jeffh@ActiveState.com>
* doc/wm.n: TIP #95 Windows implementation and