summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2004-10-20 18:11:52 (GMT)
committerandreas_kupries <akupries@shaw.ca>2004-10-20 18:11:52 (GMT)
commit02b44df49ea3df0256e9e7b48d0f45f29840defe (patch)
tree65a82fe01e2c875623647854bfe5b661c2667303 /ChangeLog
parent23e6cb833078496ac9af54cba4a1b4d9aff3866b (diff)
downloadtcl-02b44df49ea3df0256e9e7b48d0f45f29840defe.zip
tcl-02b44df49ea3df0256e9e7b48d0f45f29840defe.tar.gz
tcl-02b44df49ea3df0256e9e7b48d0f45f29840defe.tar.bz2
* win/Makefile.in (install-msgs): Fixed a problem with the
* win/Makefile.in (install-tzdata): installation of timezone data and message catalogs. They used the installed tcl library directory, not the source library. Before it was installed. Switched to source lib dir. Thanks to Kevin for the help in figuring this out.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a92cf4..806e611 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-10-20 Andreas Kupries <andreask@activestate.com>
+
+ * win/Makefile.in (install-msgs): Fixed a problem with the
+ * win/Makefile.in (install-tzdata): installation of timezone data
+ and message catalogs. They used the installed tcl library
+ directory, not the source library. Before it was installed.
+ Switched to source lib dir. Thanks to Kevin for the help in
+ figuring this out.
+
2004-10-20 Don Porter <dgp@users.sourceforge.net>
* generic/tclThreadTest.c (ThreadEventProc): Corrected subtle