summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwl <wl>2004-10-07 11:50:16 +0000
committerwl <wl>2004-10-07 11:50:16 +0000
commit2e43e0b990ad83032741393c8c4e0b1168eaf213 (patch)
tree68c9989b1d7cb6238354bed6dd398fe0a71c01ba /ChangeLog
parent0e26260691b62c34c4cf40edfa01f9f0fe9944b9 (diff)
downloadgroff-2e43e0b990ad83032741393c8c4e0b1168eaf213.tar.gz
* src/include/printer.h (printer): New virtual method `round_width'.
* src/devices/grodvi/dvi.cpp, src/devices/grolbp/lbp.cpp, src/devices/grolj4/lj4.cpp, src/devices/grops/ps.cpp, src/devices/grotty/tty.cpp (printer::round_width): New function member. * src/devices/grohtml/post-html.cpp (printer::round_width): New function member. (html_printer::set_numbered_char): Use it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d2e40c5..ddcedc28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-10-04 Gaius Mulley <gaius@glam.ac.uk>
+
+ * src/include/printer.h (printer): New virtual method `round_width'.
+
+ * src/devices/grodvi/dvi.cpp, src/devices/grolbp/lbp.cpp,
+ src/devices/grolj4/lj4.cpp, src/devices/grops/ps.cpp,
+ src/devices/grotty/tty.cpp (printer::round_width): New function
+ member.
+
+ * src/devices/grohtml/post-html.cpp (printer::round_width): New
+ function member.
+ (html_printer::set_numbered_char): Use it.
+
2004-10-03 Gaius Mulley <gaius@glam.ac.uk>
* aclocal.m4 (GROFF_GHOSTSCRIPT_PATH): New macro.