summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-11-17 18:37:37 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-11-17 20:28:08 -0600
commitd4227cea5c101da766bd835303465a683935be80 (patch)
treeb3c69abfefca4ea44f152ed1ebc28bc1d89c5b0a /ChangeLog
parent0089d2e5a2d6096b6c31d06305ff1fea33ef0292 (diff)
downloadgroff-git-d4227cea5c101da766bd835303465a683935be80.tar.gz
[mdoc]: Fix Savannah #63377.
* tmac/doc.tmac (Nm): Properly leverage new `doc-in-name-section` variable. Set page topic `doc-topic-name` to the first encountered argumentful `Nm` call in the "Name" section while handling other "Name" section concerns, instead of later after deciding we're not in the "Synopsis" section. Problem caused by me when fixing antediluvian mdoc bug in commit 0d85615c62, 5 November. Fixes <https://savannah.gnu.org/bugs/?63380>. Thanks to John Gardner for the report.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8232b2e1d..ac2ad201a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2022-11-17 G. Branden Robinson <g.branden.robinson@gmail.com>
+ [mdoc]: Fix Savannah #63377.
+
+ * tmac/doc.tmac (Nm): Properly leverage new
+ `doc-in-name-section` variable. Set page topic `doc-topic-name`
+ to the first encountered argumentful `Nm` call in the "Name"
+ section while handling other "Name" section concerns, instead of
+ later after deciding we're not in the "Synopsis" section.
+ Problem caused by me when fixing antediluvian mdoc bug in commit
+ 0d85615c62, 5 November.
+
+ Fixes <https://savannah.gnu.org/bugs/?63380>. Thanks to John
+ Gardner for the report.
+
+2022-11-17 G. Branden Robinson <g.branden.robinson@gmail.com>
+
[mdoc]: Add tests for `Nm` macro.
* tmac/tests/doc_Nm-works.sh: Do it. Test regression reported