diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-09 18:42:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-09 18:42:43 (GMT) |
commit | 497bc9460c22455176d9935f1af6b643260c2dbd (patch) | |
tree | b0fc79d86c98a6c9619dcdfd2de0c6f382a31f49 /ChangeLog | |
parent | 0e23807506cde25fbd9689f83c09a35db89fa79f (diff) | |
download | tcl-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-- | ChangeLog | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -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> |