diff options
author | hobbs <hobbs> | 2001-08-04 00:32:53 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-08-04 00:32:53 (GMT) |
commit | 31eb3a306231598e9c894331e6e12337d4704d17 (patch) | |
tree | d83d99df97ea21f838c4b62dc39f5b2a57424c44 /ChangeLog | |
parent | 443319ae2dc2d8cc244ac35378b22d03a36c4ce6 (diff) | |
download | tk-31eb3a306231598e9c894331e6e12337d4704d17.zip tk-31eb3a306231598e9c894331e6e12337d4704d17.tar.gz tk-31eb3a306231598e9c894331e6e12337d4704d17.tar.bz2 |
* win/configure: regenerated
* win/tcl.m4: fixed DLLSUFFIX definition to always be ${DBGX}.dll.
This is necessary for TEA compliant builds that build shared
against a static-built Tk.
* win/Makefile.in ($(WISH)): added $(TK_STUB_LIB_FILE) to build
target, otherwise it wouldn't get generated in a static build.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2001-08-03 Jeff Hobbs <jeffh@ActiveState.com> + + * win/configure: regenerated + * win/tcl.m4: fixed DLLSUFFIX definition to always be ${DBGX}.dll. + This is necessary for TEA compliant builds that build shared + against a static-built Tk. + * win/Makefile.in ($(WISH)): added $(TK_STUB_LIB_FILE) to build + target, otherwise it wouldn't get generated in a static build. + +2001-05-21 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/aclocal.m4: sync'ed up IRIX config with tcl changes. + [Bug #424748] + 2001-05-04 Daniel Steffen <das@users.sourceforge.net> ** Mac 8.3.3 binary release @@ -100,6 +114,7 @@ * mac/tkMacWindowMgr.c: added/fixed AppearanceMgr checks; override AppearanceMgr version detection on static 68k to ensure static 68k Wish runs on PPCs with recent AppearanceMgr + 2001-04-05 Jeff Hobbs <jeffh@ActiveState.com> * tests/canvas.test: marked canvas-13.1 knownBug |