summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordas <das>2007-12-12 23:44:21 (GMT)
committerdas <das>2007-12-12 23:44:21 (GMT)
commitbfde69ff7fa86c9ddb6217bd20b84e2fd28bc862 (patch)
tree40bd58482b0bf7ee90a5ccb229822b551da0f0ec /changes
parentce92326665197b0a8921a341c1a3ead465d2ec76 (diff)
downloadtk-bfde69ff7fa86c9ddb6217bd20b84e2fd28bc862.zip
tk-bfde69ff7fa86c9ddb6217bd20b84e2fd28bc862.tar.gz
tk-bfde69ff7fa86c9ddb6217bd20b84e2fd28bc862.tar.bz2
* macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26
change to window class of transient toplevels that are not also overrideredirect. [Bug 1845899] * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Implement more * macosx/tkMacOSXMouseEvent.c (BringWindowForward): X11-like transient * macosx/tkMacOSXSubwindows.c (XDestroyWindow): behaviour by adding transient windows to a window group owned by the master window, this ensures transients always remain in front of and are collapsed with the master; bring master to front when selecting transient windows; restore default window group of transients if master destroyed. [Bug 1845899]
Diffstat (limited to 'changes')
-rw-r--r--changes4
1 files changed, 3 insertions, 1 deletions
diff --git a/changes b/changes
index 74405c8..d147ac6 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.117 2007/12/12 15:49:13 dgp Exp $
+RCS: @(#) $Id: changes,v 1.118 2007/12/12 23:44:21 das 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
@@ -6454,6 +6454,8 @@ steffen, kupries)
2007-12-11 (bug fix)[1602537] crash in [$text replace] (goth,porter,fellows)
+2007-12-12 (bug fix)[1845899] Aqua: [wm transient] (steffen)
+
Several documentation and release notes improvements
--- Released 8.5.0, December 14, 2007 --- See ChangeLog for details ---