summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-01-09 18:42:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-01-09 18:42:43 (GMT)
commit497bc9460c22455176d9935f1af6b643260c2dbd (patch)
treeb0fc79d86c98a6c9619dcdfd2de0c6f382a31f49 /ChangeLog
parent0e23807506cde25fbd9689f83c09a35db89fa79f (diff)
downloadtcl-497bc9460c22455176d9935f1af6b643260c2dbd.zip
tcl-497bc9460c22455176d9935f1af6b643260c2dbd.tar.gz
tcl-497bc9460c22455176d9935f1af6b643260c2dbd.tar.bz2
Added the contributed packages to the code to build HTML docs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 9927869..54a592d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,16 @@
+2010-01-09 Donal K. Fellows <dkf@users.sf.net>
+
+ * tools/tcltk-man2html.tcl: Added basic support for building the docs
+ for contributed packages into the HTML versions. Prompted by question
+ on Tcler's Chat by Tom Krehbiel. Note that there remain problems in
+ the documentation generated due to errors in the contributed docs.
+
2010-01-05 Don Porter <dgp@users.sourceforge.net>
- * generic/tclPathObj.c (TclPathPart): Correct inconsistency between
- * tests/fileName.test (filename-14.31): the string rep and the intrep
- of a path value created by [file rootname]. Thanks to Vitaly Magerya
- for reporting. [Bug 2918610]
+ * generic/tclPathObj.c (TclPathPart): [Bug 2918610]: Correct
+ * tests/fileName.test (filename-14.31): inconsistency between the
+ string rep and the intrep of a path value created by [file rootname].
+ Thanks to Vitaly Magerya for reporting.
2010-01-03 Donal K. Fellows <dkf@users.sf.net>