diff options
author | dgp <dgp@users.sourceforge.net> | 2008-04-02 03:55:38 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-04-02 03:55:38 (GMT) |
commit | a7fb3ccca3786f584d415e800a6ef4904d4d3ba9 (patch) | |
tree | 3fee0e42cb702c6dd134e9a98427556b1fa887b2 /ChangeLog | |
parent | 75e61094c52d15415001b986ab464880604da592 (diff) | |
download | tk-a7fb3ccca3786f584d415e800a6ef4904d4d3ba9.zip tk-a7fb3ccca3786f584d415e800a6ef4904d4d3ba9.tar.gz tk-a7fb3ccca3786f584d415e800a6ef4904d4d3ba9.tar.bz2 |
* generic/tkWindow.c: Revised package initialization so that
* unix/Makefile.in: "tkStubsPtr" is not present in libtk.so, but
is present only in libtkstub.a. This tightens up the rules for users
of the stubs interfaces. [Tcl Bug 1819422].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,5 +1,10 @@ 2008-04-01 Don Porter <dgp@users.sourceforge.net> + * generic/tkWindow.c: Revised package initialization so that + * unix/Makefile.in: "tkStubsPtr" is not present in libtk.so, but + is present only in libtkstub.a. This tightens up the rules for users + of the stubs interfaces. [Tcl Bug 1819422]. + * README: Bump version number to 8.6a0 * generic/tk.h: * library/tk.tcl: @@ -17,9 +22,6 @@ * generic/tkMain.c: might [load] into a Tcl 8.5 interp. * generic/tkWindow.c: - * generic/tkStubLib.c: Update to compatibility with a libtcl.so - that contains no "tclStubsPtr" [Tcl Bug 1819422]. - * generic/tkDecls.h: make genstubs * generic/tkIntDecls.h: * generic/tkIntPlatDecls.h: |