gbranden pushed a commit to branch master
in repository groff.

commit 3f51029cb0292729282ae4b9421b6c5f6c99423b
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Tue Apr 30 08:11:39 2024 -0500

    ChangeLog: Clarify old entries.
---
 ChangeLog | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 451b3e0ea..4b975c9de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,10 +59,12 @@
 
 2024-04-27  G. Branden Robinson <g.branden.robin...@gmail.com>
 
-       * src/roff/troff/env.cpp (environment::output) [WIDOW_CONTROL]:
-       Fix code style nit (in de-configured code); explicitly compare
-       variable of pointer type to null pointer constant instead of
-       letting it pun down to a Boolean.
+       * src/roff/troff/env.cpp (environment::add_italic_correction):
+       Fix code style nit; explicitly compare variable of pointer type
+       to null pointer constant instead of letting it pun down to a
+       Boolean.
+       (environment::output) [WIDOW_CONTROL]: Same, in de-configured
+       code.
 
 2024-04-27  G. Branden Robinson <g.branden.robin...@gmail.com>
 
@@ -4490,12 +4492,12 @@
 
        * src/preproc/tbl/table.cpp: Add C preprocessor macro storing a
        "text block staggering macro" name.
-       (block_entry::position_vertically): Call it in generated output
-       with a negative half-vee motion.
+       (block_entry::position_vertically): If staggering, call it in
+       generated output with a negative half-vee motion.
        (block_entry::position_vertically, left_block_entry::print)
        (right_block_entry::print, center_block_entry::print)
-       (alphabetic_block_entry::print): Call it in generated output
-       with a positive half-vee motion.
+       (alphabetic_block_entry::print): If staggering, call it in
+       generated output with a positive half-vee motion.
        (table::init_output): Write out its definition in generated
        output.  It wraps the `sp` request.  If we're in a diversion,
        use the `\!` technique to recursively call ourselves and bubble

_______________________________________________
Groff-commit mailing list
Groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to