summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 31b58e68..a9d01ea3 100644
--- a/NEWS
+++ b/NEWS
@@ -14,10 +14,10 @@ Troff
-----
o Color support has been added to troff and pic (and to the device drivers
- grops, grotty, and grohtml -- other preprocessors and drivers will
+ grops, grodvi, grotty, and grohtml -- other preprocessors and drivers will
follow). A new function `defcolor' defines colors; the escape sequence
`\m' sets the drawing color, the escape sequence `\M' specifies the
- background color for closed objects created with \D'...' commands.
+ background color for closed objects created with \D'...' commands.
Similar to fonts, `\mP' and `\MP' switch back to the previous color. `\m'
and `\M' correspond to the new troff output command sets starting with `m'
and `DF'. The device-specific default color is called `default' and can't
@@ -215,6 +215,9 @@ o EC and TC fonts have been integrated. Use `-mec' (calling the file
Note that ec.tmac must be called before any language-specific files; it
doesn't take care of hcode values.
+o Color support has been added. For drawing commands, colors are translated
+ to gray values currently.
+
Grotty
------