summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwlemb <wlemb>2004-07-27 01:29:22 +0000
committerwlemb <wlemb>2004-07-27 01:29:22 +0000
commited6e025d8ea25694c0a531983cf1d255c2c9a264 (patch)
tree400aaa44d4426fffc8c65fcc1c8eda90837aa449 /NEWS
parent84c727ff469a27244e73d74a7fb3f26a8fb80ff3 (diff)
downloadgroff-ed6e025d8ea25694c0a531983cf1d255c2c9a264.tar.gz
Add requests `fcolor' and `gcolor'.
* src/roff/troff/env.cpp (fill_color_change, glyph_color_change): New functions. (init_env_requests): Add `fcolor' and `gcolor'. * src/roff/troff/input.h: Export do_glyph_color and do_fill_color. * NEWS, man/groff_diff.man, man/groff.man, doc/groff.texinfo: Document new requests.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d659768e..2cf7a031 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ VERSION 1.19.2
Troff
-----
+o Analogously to the .ft and \f pair, two new requests `glyphcolor' and
+ `fillcolor' (which pair with \m and \M, respectively) have been added.
+
o A new read-only, string-valued register `.sty' returns the name of the
current style.