summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-01-23 22:00:07 +0000
committerwlemb <wlemb>2001-01-23 22:00:07 +0000
commitce31f2c625246934e4cc5139a1e5fb0feb8eccef (patch)
treedfdd32385285e30bf63e205311b2dbb074622de1 /NEWS
parentbc05c9088062a84a4c9f75dd6702fb5ef28c2173 (diff)
downloadgroff-ce31f2c625246934e4cc5139a1e5fb0feb8eccef.tar.gz
Introducing a new read-only register `.int' which is set to a
positive value if the last output line is interrupted (i.e., if it contains `c'). * src/roff/troff/env.cc (init_env_requests): Add it. * NEWS, src/roff/troff/troff.man, man/groff.man: Document it. * tmac/mwww.tmac: Call `www.tmac', not `arkup.tmac'. * src/preproc/html/pre-html.cc (findPrefix): New function which generates the troff executable name via the system prefix. * src/preproc/eqn/main.cc: Modified warning message.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2ae42654..db805799 100644
--- a/NEWS
+++ b/NEWS
@@ -50,8 +50,8 @@ o The `asciify' request has been extended to `unformat' space characters
o The new `unformat' request is similar to `asciify' but only converts
(formatted) horizontal space back to its input form, retaining font
- information in. This makes it possible to reformat diversions; for
- example the following
+ information. This makes it possible to reformat diversions; for example
+ the following
.ll 3i
.
@@ -105,6 +105,9 @@ o The new escape sequence \B'...' is an analogon to `\A': If the string
o The `tr' request can now map characters onto `\~'.
+o The new read-only register `.int' is set to a positive value if the last
+ output line is interrupted (i.e., if it contains `\c').
+
o The `writem' request is not new, but hasn't been documented before. This
is similar to `write' but instead of a string the contents of a given
macro or string is written to a stream.