summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2004-08-26 16:01:17 (GMT)
committerdas <das>2004-08-26 16:01:17 (GMT)
commit1d21fcfd2d8f150847d7d1636ce03746adff3955 (patch)
tree21027e38d6dcd722efa194b6054bb9a63532834a /ChangeLog
parent3060491426e52099c85b053985225c8518fa0d4e (diff)
downloadtcl-1d21fcfd2d8f150847d7d1636ce03746adff3955.zip
tcl-1d21fcfd2d8f150847d7d1636ce03746adff3955.tar.gz
tcl-1d21fcfd2d8f150847d7d1636ce03746adff3955.tar.bz2
* unix/Makefile.in: added customization of default module path roots
via TCL_MODULE_PATH makefile variable. * macosx/Makefile: add platform standard locations to default module path roots. [Patch 94288]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a6363f..33f3567 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-08-27 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/Makefile.in: added customization of default module path roots
+ via TCL_MODULE_PATH makefile variable.
+ * macosx/Makefile: add platform standard locations to default
+ module path roots. [Patch 94288]
+
2004-08-25 Don Porter <dgp@users.sourceforge.net>
* tests/timer.test (timer-10.1): Test for Bug 1016167.