summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2003-10-21 23:39:52 (GMT)
committerdas <das>2003-10-21 23:39:52 (GMT)
commit4babd9463cca124b608680aceabf2132b40d7c26 (patch)
treef74ef611e8d0862e48d2d15b2b0b0099c309d97f /ChangeLog
parent95eb7edeb1e37ebd0497c92022ceb063a21ae06f (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e59813..7a901ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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