groff-commit
[Top][All Lists]
Advanced

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

[groff] 13/28: ChangeLog: Use standard bug-closer.


From: G. Branden Robinson
Subject: [groff] 13/28: ChangeLog: Use standard bug-closer.
Date: Sat, 19 Jun 2021 17:24:11 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit aa5afbc84efed779cd820b61c9c08e0fae07d05e
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat Jun 19 11:05:10 2021 +1000

    ChangeLog: Use standard bug-closer.
    
    Whenever we _do_ do a release, I want it to be easy to grep the number
    of bugs fixed.
---
 ChangeLog | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index df5002c..1d4e4b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -204,18 +204,17 @@
 
 2021-06-11  Tadziu Hoffmann <hoffmann@usm.uni-muenchen.de>
 
-       Fix Savannah #59604.  Indent an IP paragraph based on the type
-       size of the paragraph text, not a preceding heading.  We have to
-       delay evaluating IP's argument until the font size has been
-       reset, which I've attempted to do by simply passing the argument
-       unevaluated down the call hierarchy, instead of saving it in a
-       number register right away, as appears customary in this ms
-       implementation.
-
-       However, par@reset is called from a great number of places,
-       and these usually set the indent registers beforehand.
-       I've left this as it is, so now two ways of setting the
-       indents exist: via register and optionally via argument.
+       Indent an IP paragraph based on the type size of the paragraph
+       text, not a preceding heading.  We have to delay evaluating IP's
+       argument until the font size has been reset, which I've
+       attempted to do by simply passing the argument unevaluated down
+       the call hierarchy, instead of saving it in a number register
+       right away, as appears customary in this ms implementation.
+
+       However, par@reset is called from a great number of places, and
+       these usually set the indent registers beforehand.  I've left
+       this as it is, so now two ways of setting the indents exist: via
+       register and optionally via argument.
 
        * tmac/s.tmac (par@reset): Move font-size setting stuff before
        indent-setting stuff; set registers from optional arguments with
@@ -224,6 +223,8 @@
        arguments to par@reset.
        (@IP): Pass argument unevaluated to par*start.
 
+       Fixes <https://savannah.gnu.org/bugs/index.php?59604>.
+
 2021-06-11  Tadziu Hoffmann <hoffmann@usm.uni-muenchen.de>
 
        * tmac/s.tmac (@QP, @XP): Be more scrupulous about using "u"



reply via email to

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