gbranden pushed a commit to branch master
in repository groff.

commit 531fc01b4ee7305c0a06f5bcefd29e67cca5b74b
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Jul 13 01:47:25 2024 -0500

    [mm]: Unsupport `Limsp` register.
    
    * contrib/mm/m.tmac ([initialization], LI): Do it.
    
    * contrib/mm/groff_mm.7.man (Macros) <LI>:
      (Registers) <Limsp>:
    * NEWS: De-document it.
---
 NEWS                      | 10 ++++++----
 contrib/mm/ChangeLog      |  6 ++++++
 contrib/mm/groff_mm.7.man | 14 --------------
 contrib/mm/m.tmac         |  5 -----
 4 files changed, 12 insertions(+), 23 deletions(-)

diff --git a/NEWS b/NEWS
index 37f194452..fa4d7c616 100644
--- a/NEWS
+++ b/NEWS
@@ -324,6 +324,9 @@ o The doc (mdoc) macro package now honors the `U` register 
and `MF`
 o The new macro file "koi8-r.tmac" supports the KOI8-R character
   encoding, which supports the new Russian locale for groff.
 
+o The m (mm) macro package's `Limsp` register has been removed; see the
+  item about the `LI` macro below.
+
 o The m (mm) macro package's `AST` macro is deprecated, warns upon
   usage, and is slated for withdrawal in the next release.  Assign to
   the new string `Abstract` instead.
@@ -370,10 +373,9 @@ o The m (mm) macro package's `LI` macro now interprets its 
second
   argument as a Boolean indicating whether a space should separate the
   list item mark from its prefix (the first argument).  Thus, where you
   formerly specified "2" to indicate no such separation, you would now
-  use "0", matching the semantics of the `Limsp` register (which
-  configures a default prefix/mark separation policy).  "2" continues to
-  be recognized and handled as before, but prompts a warning; migrate
-  your documents.
+  use "0", matching the semantics of the former `Limsp` register.  "2"
+  continues to be recognized and handled as before, but prompts a
+  warning; migrate your documents.
 
 o The m (mm) macro package now supports the `E` register as DWB mm did.
 
diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index 4b7f30c98..231cb6d42 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,9 @@
+2024-07-13  G. Branden Robinson <[email protected]>
+
+       * m.tmac ([initialization], LI): Unsupport `Limsp` register.
+       * groff_mm.7.man (Macros) <LI>
+       (Registers) <Limsp>: De-document it.
+
 2024-07-12  G. Branden Robinson <[email protected]>
 
        * tests/lists-indent-correctly.sh: Test `.mgm` register to gate
diff --git a/contrib/mm/groff_mm.7.man b/contrib/mm/groff_mm.7.man
index d4d1a8fbe..fc4da8282 100644
--- a/contrib/mm/groff_mm.7.man
+++ b/contrib/mm/groff_mm.7.man
@@ -2570,9 +2570,6 @@ to the configured mark
 and conditionally puts an unbreakable space between the prefix and mark
 per the argument's Boolean value.
 .
-See register
-.BR Limsp .
-.
 .
 .TP
 .BI LO\~ option\~\c
@@ -5077,17 +5074,6 @@ argument is greater than zero
 .
 .
 .TP
-.B Limsp
-inserts a space between the prefix and the mark in lists;
-see
-.B LB
-and
-.B LI
-(Boolean-valued;
-.BR 1 ).
-.
-.
-.TP
 .B Ls
 sets a threshold for placement of vertical space before list items.
 .
diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac
index 5f04808fe..5ce303c6e 100644
--- a/contrib/mm/m.tmac
+++ b/contrib/mm/m.tmac
@@ -337,10 +337,6 @@ http://savannah.gnu.org/bugs/?group=groff.
 .ds Liec Equation
 .\" caption for the table of contents
 .ds Licon CONTENTS
-.\" Put space between a list item's prefix and its mark?
-.\" `LI`'s second argument overrides.
-.nr Limsp 1
-.\"
 .\" Lsp controls the height of an empty line. Normally 0.5v
 .\" Normally used for nroff compatibility.
 .ie t .nr Lsp 0.5v
@@ -2377,7 +2373,6 @@ ML, RL, VL, or LB first
 .\" Assemble (prefix, prefix padding, and) mark for this item.
 .ds li*c-mark \" empty
 .nr li*apply-prefix 0
-.nr li*pad-prefix \\n[Limsp]
 .if \\n[.$]>1 \{\
 .      ie \\n[li*type]=0 \{\
 .              \" VL and BVL use a dummy character `\&` as the "mark"

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to