diff options
author | hobbs <hobbs> | 2004-04-17 03:54:09 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-04-17 03:54:09 (GMT) |
commit | 6df0f87c2b7371a450da4a6be3c698b0c150022c (patch) | |
tree | f06c061d435233339d806131c21a66f63d2fff92 /ChangeLog | |
parent | d09c2dc8fe0cc3d0e4252a6564c884880efabc65 (diff) | |
download | tk-6df0f87c2b7371a450da4a6be3c698b0c150022c.zip tk-6df0f87c2b7371a450da4a6be3c698b0c150022c.tar.gz tk-6df0f87c2b7371a450da4a6be3c698b0c150022c.tar.bz2 |
* library/bgerror.tcl (bgerror): rework to only set -topmost bit
on Windows if necessary. Also use existing ::tk functions for
placing dialog and managing focus/grab.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2004-04-16 Jeff Hobbs <jeffh@ActiveState.com> + + * library/bgerror.tcl (bgerror): rework to only set -topmost bit + on Windows if necessary. Also use existing ::tk functions for + placing dialog and managing focus/grab. + 2004-03-31 Jim Ingham <jingham@apple.com> * tkMacOSXMenu.c (EventuallyInvokeMenu): Report errors from invoking @@ -296,7 +302,7 @@ * generic/tkMenu.c (MenuVarProc): prevent this from triggering while interp is being destroyed. -2x03-11-21 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> +2003-11-21 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> *** 8.4.5 TAGGED FOR RELEASE *** |