groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 07/16: ChangeLog, NEWS: Clarify items.


From: G. Branden Robinson
Subject: [groff] 07/16: ChangeLog, NEWS: Clarify items.
Date: Sun, 10 Sep 2023 15:09:33 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit a6a2ebf093a0d7511a39070bc8aaf020165757ff
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Sep 5 14:30:12 2023 -0500

    ChangeLog, NEWS: Clarify items.
---
 ChangeLog | 12 ++++++------
 NEWS      | 19 ++++++++++---------
 2 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 432d6c806..c677519c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -963,7 +963,7 @@
 
        * src/roff/troff/env.h (read_hyphen_file): Drop relic prototype
        for undeclared function.  Should have been disposed of on
-       1992-09-21, per ChangeLog.115.
+       1992-09-21, per ChangeLog.old (né ChangeLog.115).
 
 2023-05-23  G. Branden Robinson <g.branden.robinson@gmail.com>
 
@@ -1159,12 +1159,12 @@
        getters defined above in environment object since the relevant
        fields are now private.
        (assign_control_character): New function assumes the former
-       responsibilities of env.cpp:control_char and rejects the request
-       if the desired character is already the escape or no-break
-       control character.
+       responsibilities of `env.cpp::control_char()` and rejects the
+       request if the desired character is already the escape or
+       no-break control character.
        (assign_no_break_control_character): New function assumes the
-       former responsibilities of env.cpp:no_break_control_char and
-       rejects the request if the desired character is already the
+       former responsibilities of `env.cpp::no_break_control_char()`
+       and rejects the request if the desired character is already the
        escape or control character.
        (process_input_stack): Reorder comparisons to avoid inadvertent
        lvalue assignment.  Add parentheses to assignment with complex
diff --git a/NEWS b/NEWS
index 64731b289..95e938e4d 100644
--- a/NEWS
+++ b/NEWS
@@ -53,15 +53,16 @@ o The device-specific macro files loaded by "troffrc" 
automatically on
   troff, the font repertoire, like the special character repertoire, was
   device-dependent.  Since groff 1.23.0, our diagnostic messages report
   problems with attempts to use nonexistent font names.  We recommend
-  addressing such portability issues wherever suits you; in a document,
-  perhaps by using `ie` and `el` requests and the `.g` register to test
-  for groff extensions, then `ie` and `el` again with the `F` groff
-  conditional expression operator to check for font availability, and
-  perform font remappings with the groff `ftr` request as desired; doing
-  so in your "troffrc" file; or by modifying these macro files
-  similarly.  Users of the "dvi" and "lbp" output devices should be
-  aware that these devices don't supply full families of monospaced
-  fonts (and never have).  See grodvi(1) and grolbp(1).
+  addressing such portability issues wherever suits you: (1) in a
+  document, perhaps by using `ie` and `el` requests and the `.g`
+  register to test for groff extensions, then `ie` and `el` again with
+  the `F` groff conditional expression operator to check for font
+  availability, and performing font remappings with the groff `ftr`
+  request as desired; (2) doing so in your "troffrc" file; or (3) by
+  modifying these macro files similarly.  Users of the "dvi" and "lbp"
+  output devices should be aware that these devices don't supply full
+  families of monospaced fonts (and never have).  See grodvi(1) and
+  grolbp(1).
 
 o Hyperlink support is now enabled by default on non-HTML devices that
   support it (PDF and terminal devices) for an (man) documents.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]