summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-03-30 19:44:41 (GMT)
committerericm <ericm>2000-03-30 19:44:41 (GMT)
commit464c4bdc8c2a1c45079e582b1a5035b89654f9c0 (patch)
treea679aca4f7aa3650a33883ac68d42f7f3b732f59 /ChangeLog
parent56e8792ef11a51b6ce082136867b60e2189cc999 (diff)
downloadtk-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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d6a198..58e65a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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