diff options
author | das <das> | 2007-12-12 23:44:21 (GMT) |
---|---|---|
committer | das <das> | 2007-12-12 23:44:21 (GMT) |
commit | eab645efcaf1952d13741e71ca0568212af825b5 (patch) | |
tree | 40bd58482b0bf7ee90a5ccb229822b551da0f0ec /changes | |
parent | 1f1ea982a78eacbb0d096ed73ca61e5fe2ba5add (diff) | |
download | tk-eab645efcaf1952d13741e71ca0568212af825b5.zip tk-eab645efcaf1952d13741e71ca0568212af825b5.tar.gz tk-eab645efcaf1952d13741e71ca0568212af825b5.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-- | changes | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 --- |