gbranden pushed a commit to branch master
in repository groff.

commit 53d1fc58bb2aba7b3267d81e64075cefc2f3b411
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon May 11 01:55:37 2026 -0500

    [grog]: Recognize `pwh` instead of `ptr` request.
    
    * src/utils/grog/grog.pl (interpret_line): Recognize `pwh` instead of
      `ptr` as a GNU troff request name.  That request- renaming was a
      late-breaking change in the 1.24.0 release cycle.
    
    Continues fixing <https://savannah.gnu.org/bugs/?67880>.
---
 ChangeLog              | 8 ++++++++
 src/utils/grog/grog.pl | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index e1cf6c4d5..c044e1b09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,6 +59,14 @@
        duplicatively.  Right now there's no visible effect, but there
        is with forthcoming work to implement new `LS` and `LE` macros.
 
+2026-05-10  G. Branden Robinson <[email protected]>
+
+       * src/utils/grog/grog.pl (interpret_line): Recognize `pwh`
+       instead of `ptr` as a GNU troff request name.  That request-
+       renaming was a late-breaking change in the 1.24.0 release cycle.
+
+       Continues fixing <https://savannah.gnu.org/bugs/?67880>.
+
 2026-05-10  G. Branden Robinson <[email protected]>
 
        * tmac/doc.tmac: Recognize that using the "X100-12" or "X75-12"
diff --git a/src/utils/grog/grog.pl b/src/utils/grog/grog.pl
index 13b7fc158..fe277235a 100644
--- a/src/utils/grog/grog.pl
+++ b/src/utils/grog/grog.pl
@@ -333,7 +333,7 @@ sub interpret_line {
                 'opena', 'os', 'output', 'pc', 'pchar', 'pcolor',
                 'pcomposite', 'pev', 'pfp', 'pftr', 'phw', 'pi', 'pl',
                 'pline', 'pm', 'pn', 'pnr', 'po', 'ps', 'psbb', 'pso',
-                'ptr', 'pvs', 'rchar', 'rd', 'return', 'rfschar', 'rj',
+                'pvs', 'pwh', 'rchar', 'rd', 'return', 'rfschar', 'rj',
                 'rm', 'rn', 'rnn', 'rr', 'rs', 'rt', 'schar', 'shc',
                 'shift', 'sizes', 'so', 'soquiet', 'sp', 'special',
                 'spreadwarn', 'ss', 'stringdown', 'stringup', 'sty',

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

Reply via email to