diff options
author | das <das> | 2003-10-21 23:39:40 (GMT) |
---|---|---|
committer | das <das> | 2003-10-21 23:39:40 (GMT) |
commit | 42fbaa410b2501c93ddaa79603b456bc07adab88 (patch) | |
tree | d9be1b60767f98896413234b17590221348cd533 /ChangeLog | |
parent | 7a35ea9d8d02668b5432e6021163f53406a95e96 (diff) | |
download | tcl-42fbaa410b2501c93ddaa79603b456bc07adab88.zip tcl-42fbaa410b2501c93ddaa79603b456bc07adab88.tar.gz tcl-42fbaa410b2501c93ddaa79603b456bc07adab88.tar.bz2 |
* tools/tcltk-man2html.tcl: fixed incorrect html generated for
.IP/.TP lists, now use <DL><DT>...<DD>...<P><DT>...<DD>...</DL>
instead of illegal <DL><P><DT>...<DD>...<P><DT>...<DD>...</DL>.
Added skipping of directives directly after .TP to avoid them
being used as item descriptions, e.g. .TP\n.VS in clock.n.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2003-10-21 Daniel Steffen <das@users.sourceforge.net> + + * tools/tcltk-man2html.tcl: fixed incorrect html generated for + .IP/.TP lists, now use <DL><DT>...<DD>...<P><DT>...<DD>...</DL> + instead of illegal <DL><P><DT>...<DD>...<P><DT>...<DD>...</DL>. + Added skipping of directives directly after .TP to avoid them + being used as item descriptions, e.g. .TP\n.VS in clock.n. + 2003-10-21 Andreas Kupries <andreask@pliers.activestate.com> * win/tclWinPipe.c (BuildCommandLine): Applied the patch coming |