summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredman <redman>1999-03-01 19:41:42 (GMT)
committerredman <redman>1999-03-01 19:41:42 (GMT)
commitc4688fc3a2fedd3e93c57acbfefbf117f340734f (patch)
tree8eddfbd252e54458436c1f14357a25856a34c4eb
parentae8bded1462fdf8027bf827da04a18d65ae0a4a2 (diff)
downloadtk-c4688fc3a2fedd3e93c57acbfefbf117f340734f.zip
tk-c4688fc3a2fedd3e93c57acbfefbf117f340734f.tar.gz
tk-c4688fc3a2fedd3e93c57acbfefbf117f340734f.tar.bz2
Enter comments for focus -force changes on windows.
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd46467..0305f82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+1999-03-01 <redman@scriptics.com>
+
+ * win/tkWinWm.c:
+ * win/tkWinPointer.c:
+ * win/tkWinInt.h: Fix "focus -force" for Windows. The Win32 API
+ function SetForegroundWindow() does not work unless the window
+ handle is a toplevel window (a Windows toplevel). The handle
+ being passed was a Tk toplevel, which is a child of the Windows
+ toplevel.
+
1999-02-26 <redman@scriptics.com>
* win/cat.c: Remove this file, use the one in the Tcl source directory.