summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-04-17 03:53:54 (GMT)
committerhobbs <hobbs>2004-04-17 03:53:54 (GMT)
commitdcd76225d8fdb164013cc2580b44caecd6630af9 (patch)
treeb7621a48f4cf945d164ff53e8015ebb0832c8ab7 /ChangeLog
parent94da1855bfb5427e7f876dfb71c009df2e912eeb (diff)
downloadtk-dcd76225d8fdb164013cc2580b44caecd6630af9.zip
tk-dcd76225d8fdb164013cc2580b44caecd6630af9.tar.gz
tk-dcd76225d8fdb164013cc2580b44caecd6630af9.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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3208996..f3ce9ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
+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-04-04 Joe English <jenglish@users.sourceforge.net>
+
* unix/tkUnixWm.c: Fix for bug #915350 "Tk sets min, max size in
WM_HINTS when it shouldn't" and #922336 "Tk apps have no maximize
window button under KDE-3.2.1"