summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-06-18 13:42:39 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-06-18 13:42:39 (GMT)
commit24852b45e7e8cfca94b0fdc026236119e87b60d6 (patch)
treea8b0859a71c6cb5c1070861a256f491e5e419e58 /ChangeLog
parent9c324c95dca16f94b271dad6051d928e7275999c (diff)
downloadtcl-24852b45e7e8cfca94b0fdc026236119e87b60d6.zip
tcl-24852b45e7e8cfca94b0fdc026236119e87b60d6.tar.gz
tcl-24852b45e7e8cfca94b0fdc026236119e87b60d6.tar.bz2
Fix tclWinInit.c for KBK, adding comments as I go. :^)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9f3879..70c8817 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-18 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * win/tclWinInit.c (SetDefaultLibraryDir): Fix logic, simplify and
+ add comments.
+
2004-06-17 Don Porter <dgp@users.sourceforge.net>
* generic/tclObj.c: Added missing space in panic message.