diff options
author | hobbs <hobbs> | 2001-08-28 19:41:55 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-08-28 19:41:55 (GMT) |
commit | bb2e83f1a03683e1eab6fe2a31cf5c181caeee97 (patch) | |
tree | fb60f055996e578cc807a9f91e9bc65343346d74 /ChangeLog | |
parent | ab3740cf60e35ad20ac9a37728fa26fcf2fdf2f6 (diff) | |
download | tk-bb2e83f1a03683e1eab6fe2a31cf5c181caeee97.zip tk-bb2e83f1a03683e1eab6fe2a31cf5c181caeee97.tar.gz tk-bb2e83f1a03683e1eab6fe2a31cf5c181caeee97.tar.bz2 |
* unix/tkUnixWm.c (TkWmRestackToplevel): reworked how
ConfigureNotify requests were handled in relation to the parent to
avoid the problem with potential 'raise' delays on some wms.
[Bug #220260] (baker) wms that were affected should notice the
difference in tests unixWm-51.* not failing that failed before.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2001-08-28 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/tkUnixWm.c (TkWmRestackToplevel): reworked how + ConfigureNotify requests were handled in relation to the parent to + avoid the problem with potential 'raise' delays on some wms. + [Bug #220260] (baker) wms that were affected should notice the + difference in tests unixWm-51.* not failing that failed before. + 2001-08-26 Don Porter <dgp@users.sourceforge.net> * library/text.tcl (<Shift-Up> binding): Corrected TIP 44 typo |