diff options
author | ericm <ericm> | 2000-03-30 19:44:41 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-03-30 19:44:41 (GMT) |
commit | 464c4bdc8c2a1c45079e582b1a5035b89654f9c0 (patch) | |
tree | a679aca4f7aa3650a33883ac68d42f7f3b732f59 /ChangeLog | |
parent | 56e8792ef11a51b6ce082136867b60e2189cc999 (diff) | |
download | tk-464c4bdc8c2a1c45079e582b1a5035b89654f9c0.zip tk-464c4bdc8c2a1c45079e582b1a5035b89654f9c0.tar.gz tk-464c4bdc8c2a1c45079e582b1a5035b89654f9c0.tar.bz2 |
* generic/tkImgGIF.c: Fixed some ANSI specific bits to avoid
compile problems with non-ANSI compilers (ie, replace const with
CONST, etc). [Bug: 4223].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2000-03-30 Eric Melski <ericm@scriptics.com> + + * generic/tkImgGIF.c: Fixed some ANSI specific bits to avoid + compile problems with non-ANSI compilers (ie, replace const with + CONST, etc). [Bug: 4223]. + + * unix/configure.in: Applied patch from [Bug: 4237]; ensures that + srcdir is fully qualified. + + * unix/Makefile.in: Applied patch from [Bug: 4237]; if tcltest was + not compiled, make test/tktest failed. Now it has a rule to build + tcltest if it has not been built. + 2000-03-28 Eric Melski <ericm@scriptics.com> * library/tkfbox.tcl: Moved an overlooked tkFDialog* function in |