diff options
-rw-r--r-- | ChangeLog | 64 |
1 files changed, 64 insertions, 0 deletions
@@ -1,3 +1,67 @@ +1999-03-10 <redman@scriptics.com> + * win/tkWinInt.h: + * win/tkWinPointer.c: + * win/tkWinWm.c: Fixed bug with "focus -force". Windows' + SetForegroundWindow doesn't work properly if you don't pass the + handle to the true toplevel window. Added a wrapper function + TkWinSetForegroundWindow to work around the problem. Back-ported + from Tk 8.1. + +1999-03-10 <redman@scriptics.com> + * xlib/xdraw.c: + * xlib/X11/Xlib.h: + * unix/tkUnixInt.h: + * mac/tkMac.h: + * mac/tkMacInt.h: + * mac/tkMacPort.h: + * mac/tkMacXStubs.c: + * win/makefile.vc: + * win/tkWin.h: + * win/tkWinInt.h: + * win/tkWinPort.h: + * win/tkWinDraw.c: + * win/winMain.c: + * generic/tk.h: + * generic/tkInt.h: + * generic/tk.decls: + * generic/tkInt.decls: + * generic/tkDecls.h: + * generic/tkPlatDecls.h: + * generic/tkIntDecls.h: + * generic/tkIntPlatDecls.h: + * generic/tkIntXlibDecls.h: + * generic/tkStubs.c: + * generic/tkPlatStubs.c: + * generic/tkIntStubs.c: + * generic/tkIntPlatStubs.c: + * generic/tkIntXlibStubs.c: + * generic/tkStubInit.c: + * generic/tkStubLib.c: + * generic/tkBind.c: + * generic/tkCmds.c: + * generic/tkConsole.c + * generic/tkGrab.c: + * generic/tkImgPhoto.c: + * generic/tkMain.c: + * generic/tkPointer.c: + * generic/tkTextDisp.c: + * generic/tkWindow.c: + * unix/Makefile.in: + * unix/configure.in: + * unix/tkConfig.sh.in: + * unix/tkUnix.c: + * unix/tkUnix3d.c: + * unix/tkUnixDraw.c: + * unix/tkUnixFont.c: Stubs implementation for 8.0.6. Tk_Main() is + now a wrapper around Tk_MainEx() and will be removed in 8.1 and + replaced with a macro. Tk does not link to the Tcl stubs library + for now, because of issues with wish (will be fixed in 8.1). + Exported all public functions through the stubs mechanism (see the + *.decls files) and many of the internal functions. Most of the + changes dealt with shifting around the function declarations in + the header files. Mac code may not compile, but it shouldn't take + much work to fix this. + 1999-02-04 <stanton@GASPODE> * win/tkWinMenu.c (TkpDestroyMenu): Changed so modalMenuPtr is |