summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwl <wl>2004-12-07 21:23:55 +0000
committerwl <wl>2004-12-07 21:23:55 +0000
commit280cf78e68c31dda1f2084a8a4e7e59a670d570c (patch)
treeef2427eb531fda4b31ce73646df37675a0059253 /ChangeLog
parentbc05d84241ddafc6edb7f0946ee30b0fe54a5ca4 (diff)
downloadgroff-280cf78e68c31dda1f2084a8a4e7e59a670d570c.tar.gz
Fix a bug with title handling in HTML.
* src/devices/grohtml/post-html.cpp (text_glob::is_nf, text_glob::is_fi, text_glob::is_ce): Use strlen to compute string length. (html_printer::handle_tag_within_title): New function. (html_printer::do_title): Use it. * tmac/s.tmac (TL): Don't set `need_eo_tl'. (cov*tl-au-print): Emit `.eo.tl' tag.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01134661..9adb7ab6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-12-07 Gaius Mulley <gaius@glam.ac.uk>
+
+ Fix a bug with title handling in HTML.
+
+ * src/devices/grohtml/post-html.cpp (text_glob::is_nf,
+ text_glob::is_fi, text_glob::is_ce): Use strlen to compute string
+ length.
+ (html_printer::handle_tag_within_title): New function.
+ (html_printer::do_title): Use it.
+
+ * tmac/s.tmac (TL): Don't set `need_eo_tl'.
+ (cov*tl-au-print): Emit `.eo.tl' tag.
+
2004-12-05 Alejandro López-Valencia <dradul@etb.net.co>
* man/groff_char.man: Minor imrovements.