summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2024-01-05 21:34:20 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2024-01-07 19:48:14 -0600
commit37dae71913a7970b2de1b47b6c632a2060abd948 (patch)
treef409120520f0833275399d424e5b528a748eec76
parenta26e39a369339797e9c9b13f32bfc0c29834b8e6 (diff)
ChangeLog: Repair old entries.
Add Savannah ticket reference. Fix typo. Ditch cruft.
-rw-r--r--ChangeLog9
1 files changed, 3 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c6c9ecc6..360a8eb4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -238,10 +238,6 @@
* src/roff/troff/request.h (class macro): Demote friend function
`operator==` from `int` to `bool`.
-Annotate nullptr. Wrap long input lines. Drop annotations of names of
-unused single parameters to member functions in definitions. Emacs
-file-local variable thing.
-
2024-01-04 G. Branden Robinson <g.branden.robinson@gmail.com>
* src/roff/troff/node.cpp (make_glyph_node): Trivially refactor;
@@ -309,14 +305,15 @@ file-local variable thing.
2024-01-03 G. Branden Robinson <g.branden.robinson@gmail.com>
- [gropdf]: Add "notice" diagnostic level for debugging.
+ [gropdf]: Fix Savannah #65111. Add "notice" diagnostic level
+ for debugging.
* src/devices/gropdf/gropdf.pl (Notice): Add new subroutine. It
emits a diagnostic message only if debugging ("gropdf -d").
(Warn): Prefix diagnostic with severity level here...
(Msg): ...instead of here.
(LoadFont): Demote diagnostic about fonts lacking space glyphs
- from warning to ntoice.
+ from warning to notice.
Fixes <https://savannah.gnu.org/bugs/?65111>.