summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-06-13 06:33:36 (GMT)
committermdejong <mdejong>2002-06-13 06:33:36 (GMT)
commit8e366fbb8888c7c6e6ac0065b1392213b789ad0a (patch)
treece315efafd4c351432c5e60dc6f65b157271c87a /ChangeLog
parent00eb28810aae93e396001907717682efb48960d4 (diff)
downloadtk-8e366fbb8888c7c6e6ac0065b1392213b789ad0a.zip
tk-8e366fbb8888c7c6e6ac0065b1392213b789ad0a.tar.gz
tk-8e366fbb8888c7c6e6ac0065b1392213b789ad0a.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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2908006..98ff4a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):