diff options
author | mdejong <mdejong> | 2002-06-13 06:33:36 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-06-13 06:33:36 (GMT) |
commit | 4709b3246126636d7efce4e7ad3429852a7cdebf (patch) | |
tree | ce315efafd4c351432c5e60dc6f65b157271c87a /ChangeLog | |
parent | 921391f5555439afe693af68ea0e59f6739857e3 (diff) | |
download | tk-4709b3246126636d7efce4e7ad3429852a7cdebf.zip tk-4709b3246126636d7efce4e7ad3429852a7cdebf.tar.gz tk-4709b3246126636d7efce4e7ad3429852a7cdebf.tar.bz2 |
* changes: Clearly label wm transient changes as
a POTENTIAL INCOMPATIBILITY.
* doc/wm.n: Remove "some window managers will" text
and explicitly state what behavior a transient
window will display. Also mention that it is an
error to make a window a transient of itself.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2002-06-12 Mo DeJong <mdejong@users.sourceforge.net> + * changes: Clearly label wm transient changes as + a POTENTIAL INCOMPATIBILITY. + * doc/wm.n: Remove "some window managers will" text + and explicitly state what behavior a transient + window will display. Also mention that it is an + error to make a window a transient of itself. + +2002-06-12 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): |