summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwl <wl>2006-06-29 08:51:22 +0000
committerwl <wl>2006-06-29 08:51:22 +0000
commite6f7c48b0d5791bda3184473531bae879e000059 (patch)
tree3b46304abe3f6b8bf88185293017cd8c12833a6a /NEWS
parent1e509817190d38994904e3334f1409940ec9bc3d (diff)
downloadgroff-e6f7c48b0d5791bda3184473531bae879e000059.tar.gz
Add support for \D'p...' to grotty.
* src/devices/grotty/grotty.cpp (tty_printer::draw): Move most of its code to... (tty_printer::line): This function. (tty_printer::draw): Rewritten; just call either draw_line or draw_polygon. (tty_printer::draw_line, tty_printer::draw_polygon): New functions. * src/devices/grotty/grotty.man, NEWS: Document it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0ba1d83c..55759b50 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,12 @@ o int(x) now really behaves as documented: It truncates the non-integer part
of x, this is, it rounds towards zero and not towards the next integer
less than or equal to x.
+Grotty
+------
+
+o \D'p...' is now supported if the polygon consists entirely of horizontal
+ and vertical lines.
+
Afmtodit
--------