summaryrefslogtreecommitdiffstats
path: root/changes
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 /changes
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 'changes')
-rw-r--r--changes5
1 files changed, 3 insertions, 2 deletions
diff --git a/changes b/changes
index 6d36b05..30bb5cf 100644
--- a/changes
+++ b/changes
@@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was
released on March 13, 1991. Changes that aren't backward compatible
are marked specially.
-RCS: @(#) $Id: changes,v 1.53 2002/06/12 19:02:48 mdejong Exp $
+RCS: @(#) $Id: changes,v 1.54 2002/06/13 06:33:36 mdejong Exp $
3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from
the interpreter when the main window is deleted (otherwise there will
@@ -5185,7 +5185,8 @@ address TIP 72 changes (64-bit) in Tcl (fellows)
--- Released 8.4a4, March 5, 2002 --- See ChangeLog for details ---
2002-05-27 (feature change) [wm transient .t .t] now raises an error (dejong)
+ *** POTENTIAL INCOMPATIBILITY ***
2002-06-12 (feature change) A transient toplevel now mirrors state
changes in the master. (dejong)
-
+ *** POTENTIAL INCOMPATIBILITY ***