diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-18 23:45:15 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-18 23:45:15 (GMT) |
commit | 72d34422eacbba7943133639ab202f4cb9869a06 (patch) | |
tree | f6c276fef4010ddf0f97541f9e016a3c1e19d569 /ChangeLog | |
parent | 28155c8eab47a927fe919db3b537dde2ef01366b (diff) | |
download | tcl-72d34422eacbba7943133639ab202f4cb9869a06.zip tcl-72d34422eacbba7943133639ab202f4cb9869a06.tar.gz tcl-72d34422eacbba7943133639ab202f4cb9869a06.tar.bz2 |
The final parts of my doc improvement project
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,14 @@ +2011-07-19 Donal K. Fellows <dkf@users.sf.net> + + * doc/*.3, doc/*.n: Many small fixes to documentation as part of + project to improve quality of generated HTML docs. + + * tools/tcltk-man2html.tcl (remap_link_target): More complete set of + definitions of link targets, especially for major C API types. + * tools/tcltk-man2html-utils.tcl (output-IP-list, cross-reference): + Update to generation to produce proper HTML bulleted and enumerated + lists. + 2011-07-19 Alexandre Ferrieux <ferrieux@users.sourceforge.net> * doc/upvar.n: Undocument long gone limitation of [upvar]. @@ -7,9 +18,9 @@ * generic/tclCompile.c: Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. - * generic/tclCompile.c: [Bug 467523, 3357771] Prevent circular + * generic/tclCompile.c: [Bug 467523, 3357771]: Prevent circular references in values with ByteCode intreps. They can lead to - memory leaks. + memory leaks. 2011-07-14 Donal K. Fellows <dkf@users.sf.net> |