summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das@noemail.net>2003-10-21 23:39:40 (GMT)
committerdas <das@noemail.net>2003-10-21 23:39:40 (GMT)
commit4792e74e2460f3ae5d3730340d06b6ee3a3634a3 (patch)
treed9be1b60767f98896413234b17590221348cd533 /ChangeLog
parentb1b4c37883d6ede3479d6ea8b20fdad4516db46e (diff)
downloadtcl-4792e74e2460f3ae5d3730340d06b6ee3a3634a3.zip
tcl-4792e74e2460f3ae5d3730340d06b6ee3a3634a3.tar.gz
tcl-4792e74e2460f3ae5d3730340d06b6ee3a3634a3.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. FossilOrigin-Name: 1c115e499ef19779c9a7471854efdd5847f7b61a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 686eab2..dc8fddd 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