summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-03-23 23:07:43 +0000
committerwlemb <wlemb>2001-03-23 23:07:43 +0000
commit800c6f39a745ebf6b41d9f1c516dd11e66567c88 (patch)
treed86fb117f8e661f43d64edc852b113ef0507a89a /NEWS
parenta8fb9c4c22a89a09e59587cb0131367ac52b8b7b (diff)
downloadgroff-800c6f39a745ebf6b41d9f1c516dd11e66567c88.tar.gz
* src/roff/troff/div.cc (save_vertical_space): Add default argument
to `sv' request. * src/roff/troff/env.cc (family_change): Make `.fam' accept no argument to restore previous font family. * src/roff/troff/troff.man, man/groff.man, NEWS: Updated. * doc/groff.texinfo: More fixes and additions (mainly for font manipulating commands).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ea9846d9..c650b66b 100644
--- a/NEWS
+++ b/NEWS
@@ -159,6 +159,9 @@ o The new escape sequence `\:' inserts a zero-width break point. This is
o The `tr' request can now map characters onto `\~'.
+o Calling the `fam' request without an argument switches back to the
+ previous font family.
+
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').