summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorredman <redman>1999-03-10 21:39:09 (GMT)
committerredman <redman>1999-03-10 21:39:09 (GMT)
commite2383e35dacc53cbbf232cd525cbc68efca757d3 (patch)
tree6c1ab51745b0ec6dfbee69d3e6f1daa31752805b /ChangeLog
parent79af7a3035aee0515128033a6b0af599d1a29801 (diff)
downloadtk-e2383e35dacc53cbbf232cd525cbc68efca757d3.zip
tk-e2383e35dacc53cbbf232cd525cbc68efca757d3.tar.gz
tk-e2383e35dacc53cbbf232cd525cbc68efca757d3.tar.bz2
ChangeLog for 8.0.6, stubs implementation and focus -force patch
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog64
1 files changed, 64 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d8cdfb8..243306f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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