summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-07-23 09:05:20 (GMT)
committermdejong <mdejong>2002-07-23 09:05:20 (GMT)
commitcd3f3476d23910bafba9039f999389c4a8a01735 (patch)
tree62e6b8085aba4e2809e4189fba9c3e5ae18ea6c9 /ChangeLog
parent09c9fe0a8e767f6769f71b996e02777a7c44c245 (diff)
downloadtk-cd3f3476d23910bafba9039f999389c4a8a01735.zip
tk-cd3f3476d23910bafba9039f999389c4a8a01735.tar.gz
tk-cd3f3476d23910bafba9039f999389c4a8a01735.tar.bz2
removed invalid ChangeLog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 0 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cda68b..b8c4cc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,21 +9,6 @@
is no longer needed since the fix for [Tk bug 570764]
solved the problem for withdrawn transients.
-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]
-
- workaround
- is no longer needed since
-
2002-07-19 Mo DeJong <mdejong@users.sourceforge.net>
* unix/configure: