diff options
author | mdejong <mdejong> | 2002-06-12 23:08:11 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-06-12 23:08:11 (GMT) |
commit | e06013dff27b79e915a083567f787260b69d5f16 (patch) | |
tree | 63c9432dfc34ae837dc633748cf0a09e8dcef2ea /ChangeLog | |
parent | d0a1bb90be7ff13f1f6e4726a619d023aed98e71 (diff) | |
download | tk-e06013dff27b79e915a083567f787260b69d5f16.zip tk-e06013dff27b79e915a083567f787260b69d5f16.tar.gz tk-e06013dff27b79e915a083567f787260b69d5f16.tar.bz2 |
* library/choosedir.tcl (tk::dialog::file::chooseDir):
* library/clrpick.tcl (tk::dialog::color):
* library/dialog.tcl (tk_dialog):
* library/msgbox.tcl (tk::MessageBox):
* library/tkfbox.tcl (tk::dialog::file):
* library/xmfbox.tcl (tk::MotifFDialog_Create):
Only make the dialog window a transient if
the master is visible. This check already
appeared in some of the dialogs. This patch
just copies the check into those that were
lacking.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2002-06-12 Mo DeJong <mdejong@users.sourceforge.net> + * library/choosedir.tcl (tk::dialog::file::chooseDir): + * library/clrpick.tcl (tk::dialog::color): + * library/dialog.tcl (tk_dialog): + * library/msgbox.tcl (tk::MessageBox): + * library/tkfbox.tcl (tk::dialog::file): + * library/xmfbox.tcl (tk::MotifFDialog_Create): + Only make the dialog window a transient if + the master is visible. This check already + appeared in some of the dialogs. This patch + just copies the check into those that were + lacking. + +2002-06-12 Mo DeJong <mdejong@users.sourceforge.net> + * changes: Add note about new transient behavior. * tests/unixWm.test: Check that the WM_TRANSIENT_FOR property for a transient window is being cleared |