groff-commit
[Top][All Lists]
Advanced

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

[groff] 06/10: ChangeLog: Tweak format.


From: G. Branden Robinson
Subject: [groff] 06/10: ChangeLog: Tweak format.
Date: Thu, 21 Jan 2021 02:07:59 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit ec983766d9b11140310fa6b7050351965cb10440
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Jan 20 00:49:05 2021 +1100

    ChangeLog: Tweak format.
    
    Use format that Vim syntax highlighting recognizes.
---
 ChangeLog | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 35153d4..ca05a7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,24 +12,24 @@
 
        * tmac/troffrc:
        * tmac/troffrc-end:
-         + Identify files in header comments as part of GNU troff.
+         - Identify files in header comments as part of GNU troff.
 
        * tmac/troffrc:
-         + Clarify purpose of .do request.
-         + Identify .X (set by groff -X) as a register, not a string.
-         + Remove temporary registers one per line to make
+         - Clarify purpose of .do request.
+         - Identify .X (set by groff -X) as a register, not a string.
+         - Remove temporary registers one per line to make
            synchronization with foregoing logic easier.  Fixes name
            space management nits: an undefined string troffrc!Xps was
            being removed, and troffrc!{ascii,latin1,utf8,cp1047} were
            not being removed despite being defined.
 
        * tmac/troffrc-end:
-         + Clarify that file is read after -m file arguments (not "all
+         - Clarify that file is read after -m file arguments (not "all
            macro sets", which can be loaded with .mso after this file
            is processed).
-         + Advise usage of .do for groff extensions.
-         + Line-break one-off conditionals as troffrc does.
-         + Add empty string comment to empty string definitions.
+         - Advise usage of .do for groff extensions.
+         - Line-break one-off conditionals as troffrc does.
+         - Add empty string comment to empty string definitions.
 
 2021-01-14  Dave Kemper <saint.snit@gmail.com>
 
@@ -1116,12 +1116,12 @@
        (table::compute_expand_width):
        (table::compute_separation_factor): Use consistent format for
        diagnostic messages.
-       + Do not spread a single diagnostic across multiple lines.
-       + Report messages in GNU Coding Standards format, that is:
-       + Report the name of the file the problem is in...
-       + ...then the line number...
-       + ...then the diagnostic severity level...
-       + ...then the specific problem.
+         - Do not spread a single diagnostic across multiple lines.
+         - Report messages in GNU Coding Standards format, that is:
+         - Report the name of the file the problem is in...
+         - ...then the line number...
+         - ...then the diagnostic severity level...
+         - ...then the specific problem.
 
 2020-09-26  G. Branden Robinson <g.branden.robinson@gmail.com>
 



reply via email to

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