diff options
author | jenglish <jenglish@flightlab.com> | 2002-08-08 22:32:11 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2002-08-08 22:32:11 (GMT) |
commit | e6119ff8e2695b362e38523181634e8ad31537d3 (patch) | |
tree | 80c879fd85e4184f38319f75d95ad352e11e6d88 /ChangeLog | |
parent | 9cac02656967687ba2f7d9372883690993e82e26 (diff) | |
download | tk-e6119ff8e2695b362e38523181634e8ad31537d3.zip tk-e6119ff8e2695b362e38523181634e8ad31537d3.tar.gz tk-e6119ff8e2695b362e38523181634e8ad31537d3.tar.bz2 |
Fix for Tk Bug #592201 "wm transient fails with two masters".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-08-08 Joe English <jenglish@users.sourceforge.net> + * unix/tkUnixWm.c: + * win/tkWinWm.c: + * tests/wm.test: Fix for Tk Bug #592201 "wm transient fails with two + masters"; fixes panic after a transient window is reassigned to + new master and either master is subsequently destroyed. + 2002-08-08 Don Porter <dgp@users.sf.net> * tests/unixWm.test: Corrected packaging of unixWm-50.3 so that |