diff options
author | mdejong <mdejong> | 2002-07-22 21:25:38 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-07-22 21:25:38 (GMT) |
commit | 09c9fe0a8e767f6769f71b996e02777a7c44c245 (patch) | |
tree | 7b1b413ea71bc06edbf8d7d2f22055d73208e5e8 /ChangeLog | |
parent | fad0ed435d992bfb98d700b8adf7931664c8ee5f (diff) | |
download | tk-09c9fe0a8e767f6769f71b996e02777a7c44c245.zip tk-09c9fe0a8e767f6769f71b996e02777a7c44c245.tar.gz tk-09c9fe0a8e767f6769f71b996e02777a7c44c245.tar.bz2 |
* library/choosedir.tcl (tk::dialog::file::chooseDir):
* library/clrpick.tcl (tk::dialog::file::chooseDir):
* library/msgbox.tcl (tk::MessageBox):
* library/tkfbox.tcl (tk::dialog::file):
* library/xmfbox.tcl (tk::MotifFDialog):
Revert [Tk patch 568278]. The transient window workaround
is no longer needed since the fix for [Tk bug 570764]
solved the problem for withdrawn transients.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +2002-07-22 Mo DeJong <mdejong@users.sourceforge.net> + + * library/choosedir.tcl (tk::dialog::file::chooseDir): + * library/clrpick.tcl (tk::dialog::file::chooseDir): + * library/msgbox.tcl (tk::MessageBox): + * library/tkfbox.tcl (tk::dialog::file): + * library/xmfbox.tcl (tk::MotifFDialog): + Revert [Tk patch 568278]. The transient window workaround + 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: |