gbranden pushed a commit to branch master
in repository groff.
commit 546ad0d37f372052834323d59a778bef9c53203a
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Aug 17 13:39:04 2026 -0500
[mm]: Slightly rearrange initialization logic.
* contrib/mm/m.tmac: Reorganize initialization code for clarity.
Also update annotations.
---
contrib/mm/ChangeLog | 4 ++++
contrib/mm/m.tmac | 7 ++++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index 0c9f9ebb3..e5a5630c7 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,7 @@
+2026-08-17 G. Branden Robinson <[email protected]>
+
+ * m.tmac: Reorganize initialization code for clarity.
+
2026-05-09 G. Branden Robinson <[email protected]>
* m.tmac (@reset, pg@set-env): Cancel temporary indentation,
diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac
index fa25f5878..f0622dd67 100644
--- a/contrib/mm/m.tmac
+++ b/contrib/mm/m.tmac
@@ -319,9 +319,7 @@ http://savannah.gnu.org/bugs/?group=groff.
.ds Apptext \" empty
.\" spacing before and after static displays (if undefined, Lsp is used)
.\" .nr Dsp 1v
-.\" more heading level counters
-.as HF " 2 2 2 2 2 2 2
-.as HP " 0 0 0 0 0 0 0
+.\" add more heading level counters
.nr H8 0 1
.nr H9 0 1
.nr H10 0 1
@@ -329,6 +327,9 @@ http://savannah.gnu.org/bugs/?group=groff.
.nr H12 0 1
.nr H13 0 1
.nr H14 0 1
+.\" extend header font selection and type size controls respectively
+.as HF " 2 2 2 2 2 2 2
+.as HP " 0 0 0 0 0 0 0
.\" add a dot after level one heading number?
.nr H1dot 1
.\" put vertical space of \n[Hps2] before headings of level <= Hps
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit