From c4688fc3a2fedd3e93c57acbfefbf117f340734f Mon Sep 17 00:00:00 2001 From: redman Date: Mon, 1 Mar 1999 19:41:42 +0000 Subject: Enter comments for focus -force changes on windows. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index cd46467..0305f82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +1999-03-01 + + * 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 * win/cat.c: Remove this file, use the one in the Tcl source directory. -- cgit v0.12