summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-08-04 13:42:08 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-08-05 00:03:05 -0500
commitf17868f6b7c9504b9afc212e47caa0fd4855d437 (patch)
treec7a24a01ba8750d7d633bfb85553b6fac970ef81 /NEWS
parent7b9e3181df5069037349b0c6292a66bf0ec6259d (diff)
downloadgroff-git-f17868f6b7c9504b9afc212e47caa0fd4855d437.tar.gz
[mm]: Recognize new vertical spacing register `V`.
* contrib/mm/m.tmac (initialization): Recognize new register `V` for setting the vertical spacing from the command line, instead of blindly setting the vertical spacing two points larger than the type size. Handle setting of `V` and type size `S` in case they are given with an appended scaling unit, using the same technique as groff ms(7)--if the values are over 1,000, assume that conversion to basic units by the formatter has already taken place. * contrib/mm/groff_mm.7.man (Registers) <S, V>: Document it. * NEWS: Add item.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1aaa63b2b..ec8447044 100644
--- a/NEWS
+++ b/NEWS
@@ -306,6 +306,12 @@ o The e (me) macro package's `$v` and `$V` registers have been renamed
are expected to set them if desired, unlike other registers and
strings beginning with "$".
+o The m (mm) macro package now recognizes a `V` register to set the
+ vertical spacing for the document. Like the existing `S`, it must be
+ set from the command line. Further, both registers are interpreted
+ correctly if suffixed with a scaling unit, instead of requiring an
+ unscaled value assumed to be points.
+
o The m (mm) macro package now requires a title to be declared when
memorandum type 5 is used (".MT 5"), just as type 4 has since groff
1.10 (November 1995).