summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwl <wl>2010-05-23 05:09:00 +0000
committerwl <wl>2010-05-23 05:09:00 +0000
commit85e96668e55fa4e53090df101c329e74047470b0 (patch)
treea8188f3ed50e29f944ec860d59f6e1e7c2d0502c /ChangeLog
parent1855efd41b208d1674e27f946c864a352cebadb2 (diff)
downloadgroff-85e96668e55fa4e53090df101c329e74047470b0.tar.gz
Use DESC's `unicode' keyword for grotty.
Consequently, no longer check directly for the `utf8' device name which prevented the creation of arbitrarily called output device directories like `devunicode'. Problem reported by Christopher Yeleighton <giecrilj@stegny.2a.pl> in Savannah bug #29895. * src/devices/grotty/tty.cpp (tty_printer): Remove `is_utf8' member. Replace all ocurrences with `font::is_unicode'. (tty_printer::tty_printer): Remove argument. * src/devices/grotty/grotty.man: Document `unicode' keyword.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4811d7b..8d305656 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2010-05-22 Werner LEMBERG <wl@gnu.org>
+
+ Use DESC's `unicode' keyword for grotty.
+
+ Consequently, no longer check directly for the `utf8' device name
+ which prevented the creation of arbitrarily called output device
+ directories like `devunicode'.
+
+ Problem reported by Christopher Yeleighton <giecrilj@stegny.2a.pl>
+ in Savannah bug #29895.
+
+ * src/devices/grotty/tty.cpp (tty_printer): Remove `is_utf8' member.
+ Replace all ocurrences with `font::is_unicode'.
+ (tty_printer::tty_printer): Remove argument.
+
+ * src/devices/grotty/grotty.man: Document `unicode' keyword.
+
2010-05-19 Werner LEMBERG <wl@gnu.org>
Update symbol tables for devps font generation.