summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-09-11 20:01:03 +0000
committerwlemb <wlemb>2000-09-11 20:01:03 +0000
commit2c6f3075dcc8ab71b0c781d27b0ba8de5cd68d79 (patch)
tree2c3b62264b7e1825a30b5fb1ff37c103b0cc268d /NEWS
parente9c74c714d59d9e05ef479e4d36c2a4ff746542f (diff)
downloadgroff-2c6f3075dcc8ab71b0c781d27b0ba8de5cd68d79.tar.gz
Implementing two new requests .tm1 and .tmc: The former is similar
to .tm but can output leading spaces; its syntax is similar to defining a string, i.e., a `"' can be used to mark the beginning of the string to be written to stderr: `.tm1 " test'. The latter is similar to .tm1 but doesn't write out a final newline character. * src/roff/troff/input.cc (terminal1, terminal_continue, do_terminal): New functions. (init_input_requests): Use them. * src/roff/troff/troff.man, NEWS, man/groff.man: Updated. * tmac/groff_mdoc.samples.man: Small fixes. * tmac/groff_mdoc.man: Fixing typo.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 412a3254..b06de6eb 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ Troff
-----
A new request `nop' (no operation) has been added which is similar to
-`if 1'. Now,
+`if 1'. For example,
.if t \{
Hallo!
@@ -24,6 +24,10 @@ can now be written as
. nop Hallo!
.\}
+Two new requests `tm1' and `tmc' have been added to improve writing messages
+to the terminal. `tm1' is similar to `tm' but allows leading whitespace.
+`tmc' is similar to `tm1' but doesn't emit a final newline.
+
VERSION 1.16.1
==============