groff-commit
[Top][All Lists]
Advanced

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

[groff] 07/11: ChangeLog: Clarify old entries.


From: G. Branden Robinson
Subject: [groff] 07/11: ChangeLog: Clarify old entries.
Date: Sat, 19 Aug 2023 20:03:48 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 7bfb917853ee8d6f38b7f5bc48d837961c3f96c9
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat Aug 19 18:17:51 2023 -0500

    ChangeLog: Clarify old entries.
---
 ChangeLog | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 829e839ac..686a1ad45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -72,7 +72,9 @@
 
        * tmac/an.tmac: Introduce new interface register, `BP`, to
        control the base paragraph indentation amount.  Formerly, `IN`
-       determined it _and_ the default relative inset amount.
+       determined it, the default relative inset amount, and the
+       default amount of additional indentation used by `IP`, `TP`, and
+       the deprecated `HP`.
        (an-reset-margin-and-inset-level, SH, SS): Use it.
 
        * tmac/doc.tmac: Introduce `BP` register, replacing `IN`.
@@ -217,12 +219,12 @@
 
 2023-07-29  G. Branden Robinson <g.branden.robinson@gmail.com>
 
-       * src/libs/libgroff/fontfile.cpp (font::open_file): Do more
-       parameter validation.  Don't construct a file name for opening
-       from components that are null pointers.  Also `assert()` this
-       since it should be an invariant.  Migrate from `sprintf()` to
-       `snprintf()`; we have the size of the destination buffer handy.
-       Update `#include`s.
+       * src/libs/libgroff/fontfile.cpp: Update `#include`s.
+       (font::open_file): Do more parameter validation.  Don't
+       construct a file name for opening from components that are null
+       pointers.  Also `assert()` this since it should be an invariant.
+       Migrate from `sprintf()` to `snprintf()`; we have the size of
+       the destination buffer handy.
 
        Fixes <https://savannah.gnu.org/bugs/?64485>.  Thanks to Bjarni
        Ingi Gislason for the report.



reply via email to

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