diff options
author | das <das> | 2003-10-21 23:39:52 (GMT) |
---|---|---|
committer | das <das> | 2003-10-21 23:39:52 (GMT) |
commit | 4babd9463cca124b608680aceabf2132b40d7c26 (patch) | |
tree | f74ef611e8d0862e48d2d15b2b0b0099c309d97f /ChangeLog | |
parent | 95eb7edeb1e37ebd0497c92022ceb063a21ae06f (diff) | |
download | tcl-4babd9463cca124b608680aceabf2132b40d7c26.zip tcl-4babd9463cca124b608680aceabf2132b40d7c26.tar.gz tcl-4babd9463cca124b608680aceabf2132b40d7c26.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 |