gbranden pushed a commit to branch master
in repository groff.
commit d483834af930eeec2cc9f77441af5d581fe18c50
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Jul 30 22:02:58 2024 -0500
tmac/an.tmac: Silence `HP` deprecation warning.
* tmac/an.tmac (HP): The `mS` extension register has changed its meaning
(commit f680c55d38, 13 June) such that it is no longer a reliable
indicator of whether the deprecation warning for this macro should be
suppressed, so stop suppressing a deprecation warning based on its
value. In fact, stop issuing the deprecation warning altogether.
(See <https://lists.gnu.org/archive/html/bug-ncurses/2024-04/
msg00027.html>.)
---
ChangeLog | 10 ++++++++++
tmac/an.tmac | 1 -
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 20bf4efd8..f5230695c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2024-07-30 G. Branden Robinson <[email protected]>
+
+ * tmac/an.tmac (HP): The `mS` extension register has changed its
+ meaning (commit f680c55d38, 13 June) such that it is no longer a
+ reliable indicator of whether the deprecation warning for this
+ macro should be suppressed, so stop suppressing a deprecation
+ warning based on its value. In fact, stop issuing the
+ deprecation warning altogether. (See <https://
+ lists.gnu.org/archive/html/bug-ncurses/2024-04/msg00027.html>.)
+
2024-07-30 G. Branden Robinson <[email protected]>
* src/roff/troff/div.cpp (page_length):
diff --git a/tmac/an.tmac b/tmac/an.tmac
index d0c1727f9..2b361970f 100644
--- a/tmac/an.tmac
+++ b/tmac/an.tmac
@@ -881,7 +881,6 @@ contains unsupported escape sequence
.\" Set a paragraph with a hanging indentation.
.\" .HP [indent]
.de1 HP
-. if !\\n[mS] \\*[an-deprecation-warn]\\
. an-break-paragraph
. ne (1v + 1u)
. if \\n[.$] .nr an-prevailing-indent (n;\\$1)
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit