summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog17
-rw-r--r--ChangeLog.1192
-rw-r--r--NEWS8
3 files changed, 14 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 39e6a96b7..b4fa4c3f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -71,7 +71,7 @@
the former name (or worse, we break it if we're loaded later).
(pdfpic@error): Stop aborting; simply report an error. It's up
to the user how serious `PDFPIC` macro problems are. As noted
- in a comment, the user can easile `am PDFPIC` to tack an `ab`
+ in a comment, the user can easily `am PDFPIC` to tack an `ab`
request onto the end of its definition. Always report input
file name and line number. Replace "[PDFPIC]" prefix with the
name of the macro file complaining, to make it easier for groff
@@ -106,7 +106,7 @@
* src/preproc/tbl/table.cpp: Fix it.
(NOP_NAME): Add new preprocessor symbol to construct name of
- "nop" macro to be used as end macros for `ig` requests inside
+ "nop" macro to be used as end macro for `ig` requests inside
macro definitions.
(table::init_output, table::compute_expand_list,
table::compute_separation_factor):
@@ -138,8 +138,8 @@
tbl-preprocessed document can generate (1) occur when they are
supposed to and (2) are appropriately suppressed by the
"nowarn" and/or "nokeep" region options. One of them is an
- error, not a warning, and cannot be suppressed the former, but
- _can_ be by "nokeep", which is arguably a bug (Savannah #61878).
+ error and cannot be suppressed by the former, but _can_ be by
+ "nokeep", which is arguably a bug (Savannah #61878).
* src/preproc/tbl/tests/format-time-diagnostics-work.sh: Do it.
* src/preproc/tbl/tbl.am (tbl_TEST): Run test.
@@ -319,7 +319,7 @@
* tmac/tty-char.tmac: Drop redundant logic. We don't need to
source the `cp1047` or `latin1` files here; `troffrc` will
- already have loaded `tty` for us, which already does so.
+ already have loaded `tty` for us, which loads whichever applies.
2022-01-14 G. Branden Robinson <g.branden.robinson@gmail.com>
@@ -6210,9 +6210,10 @@
compatibility mode.
(RI, IR, IB, BI): Defer interpolation of the first argument to
the while loop if there are at least two (like the existing RB,
- BR). This way the the font escape style names in the appendment
- to `an-result` match the order of the letters in the macro name
- {useful to make sense of diffs}.
+ BR). This way the style name arguments to the font selection
+ escape sequences in the appendment to `an-result` match the
+ order of the letters in the macro name (useful to make sense of
+ diffs).
(RI, IR, IB, BI, RB, BR): Always remove the `an-result` string
after interpolating it.
(RB, BR): Only do work if there are any arguments.
diff --git a/ChangeLog.119 b/ChangeLog.119
index 71915bc6c..7e0345bb1 100644
--- a/ChangeLog.119
+++ b/ChangeLog.119
@@ -3077,7 +3077,7 @@ Version 1.19.1 released
* src/preproc/refer/ref.cpp (reference::compute_sort_key): Always
insert SORT_SEP. With certain combinations of sort specifications,
refer sorted entries in the wrong order. In particular, entries
- with a missing field should be be sorted before all entries that
+ with a missing field should be sorted before all entries that
have that field, before refer looks to the next field.
2003-08-23 Werner LEMBERG <wl@gnu.org>
diff --git a/NEWS b/NEWS
index 64fc03053..bf28bf07d 100644
--- a/NEWS
+++ b/NEWS
@@ -2795,10 +2795,10 @@ not work with low resolution devices such as -TX75 and -TX100. However,
this caused problems with existing -me documents. In this release, the
vertical spacing is controlled by the $v and $V registers which have the
same meaning as $r and $R in earlier groff releases. In addition, if
-the $r or $R register is set to a value that would be correct for for
-the BSD -me macros and a low resolution device is not being used, then
-an appropriate value for the $v or $V register is derived from the $r or
-$R register.
+the $r or $R register is set to a value that would be correct for the
+BSD -me macros and a low resolution device is not being used, then an
+appropriate value for the $v or $V register is derived from the $r or $R
+register.
The groff -me macros work with -C and (I think) with Unix troff.