summaryrefslogtreecommitdiff
path: root/ChangeLog.122
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-04 15:42:23 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-05 03:06:19 -0600
commit45b628322b2a16b2fd0726f7ac0f48dad34f92bd (patch)
tree246ac2e441994b9eda4c5a90a8699bf2207a1406 /ChangeLog.122
parent708bf75d3431e3fb71d83cafa95608c77757c533 (diff)
downloadgroff-git-45b628322b2a16b2fd0726f7ac0f48dad34f92bd.tar.gz
Fix Savannah #63589.
Correct numerous typos and solecisms throughout the source tree. * ChangeLog: * ChangeLog.115: * ChangeLog.116: * ChangeLog.117: * ChangeLog.118: * ChangeLog.119: * ChangeLog.121: * ChangeLog.122: * Makefile.am: * NEWS: * PROBLEMS: * README: * contrib/chem/chem.am: * contrib/chem/chem.pl: * contrib/glilypond/README.txt: * contrib/glilypond/glilypond.pl: * contrib/hdtbl/groff_hdtbl.7.man: * contrib/mm/ChangeLog: * contrib/mm/m.tmac: * contrib/pdfmark/pdfmark.ms: * doc/automake.mom: * doc/groff.texi: * doc/me-revisions: * doc/webpage.ms: * m4/lib-link.m4: * man/groff.7.man: * man/groff_diff.7.man: * man/roff.7.man: * src/devices/grohtml/post-html.cpp: * src/devices/grolbp/lbp.h: * src/devices/gropdf/TODO: * src/devices/gropdf/gropdf.1.man: * src/devices/gropdf/gropdf.pl: * src/devices/xditview/ChangeLog: * src/devices/xditview/xditview.c: * src/libs/libdriver/input.cpp: * src/libs/libgroff/glyphuni.cpp: * src/preproc/eqn/eqn.1.man: * src/preproc/grn/gprint.h: * src/preproc/grn/main.cpp: * src/preproc/html/pre-html.cpp: * src/preproc/preconv/preconv.cpp: * src/preproc/tbl/table.cpp: * src/roff/groff/pipeline.c: * src/roff/groff/tests/substring_works.sh: * src/roff/groff/tests/use_point_size_escape_with_single_digit_arg.sh: * src/roff/troff/div.cpp: * src/roff/troff/input.cpp: * src/roff/troff/troff.1.man: * src/utils/grog/grog.pl: * src/utils/indxbib/indxbib.cpp: * src/utils/tfmtodit/tfmtodit.1.man: * tmac/doc-old.tmac: * tmac/doc.tmac: * tmac/groff_man.7.man.in: * tmac/hyphen.fr: Do it. Fixes <https://savannah.gnu.org/bugs/?63589>. Thanks to Bjarni Ingi Gislason for the report. * ANNOUNCE: Update bug counts. I also killed some pointless white space, refilled affected lines at 72 columns where convenient and non-disruptive to existing text flow, and corrected a misspelling of Ralph Corderoy's surname.
Diffstat (limited to 'ChangeLog.122')
-rw-r--r--ChangeLog.12238
1 files changed, 19 insertions, 19 deletions
diff --git a/ChangeLog.122 b/ChangeLog.122
index 393fcb9c8..b33249bcb 100644
--- a/ChangeLog.122
+++ b/ChangeLog.122
@@ -75,7 +75,7 @@ Version 1.22.4 released
'hypot' is correctly declared in 'math.h', but the test is buggy
and may yields false results.
- * bootsrap.conf: add 'hypot' module.
+ * bootstrap.conf: add 'hypot' module.
* configure.ac: Remove GROFF_NEED_DECLARATION([hypot]).
@@ -1460,7 +1460,7 @@ Version 1.22.4 released
Package `ghostscript' 9.21 renamed some fonts installed in
`/usr/share/ghostscript/9.21/Resource/Font', e.g. URWGothicL-Demi
- renamed to URWGothic-Demi, and droped the installation of URW
+ renamed to URWGothic-Demi, and dropped the installation of URW
fonts in `/usr/share/fonts/type1/gsfonts/', breaking font
generation in `font/devpdf/util/BuildFoundries.pl'.
@@ -1479,7 +1479,7 @@ Version 1.22.4 released
* font/devpdf/Foundry.in: add new basic fonts names and pass
custom URW fonts path `urwfontsdir'.
- * font/devpdf/devpdf.am: subsitute `urwfontsdir' in `Foundry'
+ * font/devpdf/devpdf.am: substitute `urwfontsdir' in `Foundry'
generation.
Fixes https://savannah.gnu.org/bugs/?50786
@@ -1793,7 +1793,7 @@ Version 1.22.4 released
2016-04-19 Carsten Kunze <carsten.kunze@arcor.de>
- eqn: Fix problem with explicite spacing before unary operator
+ eqn: Fix problem with explicit spacing before unary operator
* src/preproc/eqn/list.cpp (list_box::compute_metrics): Change
item spacing type from BINARY to ORDINARY also when previous
@@ -1805,11 +1805,11 @@ Version 1.22.4 released
by Douglas McIlroy <doug@cs.dartmouth.edu>
- an implicite space is added between an unary operator and it's
- operand when an explicite space is put before the unary
+ an implicit space is added between an unary operator and its
+ operand when an explicit space is put before the unary
operator. Unary operators are initially set up as binary.
Depending on the preceding element their type can be changed
- to unary. This did not happen when an explicite space ('~' or
+ to unary. This did not happen when an explicit space ('~' or
'^') had been before that operator.
2016-02-16 Bálint Réczey <balint@balintreczey.hu>
@@ -2405,7 +2405,7 @@ Version 1.22.4 released
This patch fixes two issues.
- . Handle backslashes in `.lf' arguments for MSDOS and Windows.
+ . Handle backslashes in `.lf' arguments for MS-DOS and Windows.
. Fix file name quoting for the groff pipeline.
* src/preproc/soelim/soelim.cpp (do_file):
@@ -2630,7 +2630,7 @@ Version 1.22.3 released
2014-10-12 Werner LEMBERG <wl@gnu.org>
- * doc/groff.texinfo: s/which/that/ where apropriate.
+ * doc/groff.texinfo: s/which/that/ where appropriate.
2014-10-12 Werner LEMBERG <wl@gnu.org>
@@ -3064,8 +3064,8 @@ Version 1.22.3 released
2014-09-15 Bernd Warken <groff-bernd.warken-72@web.de>
- * man/*.man: Improve the license information (definiton of .co and
- .au).
+ * man/*.man: Improve the license information (definition of .co
+ and .au).
2014-09-15 Bernd Warken <groff-bernd.warken-72@web.de>
@@ -3304,7 +3304,7 @@ Version 1.22.3 released
2014-07-05 Bernd Warken <groff-bernd.warken-72@web.de>
* grog.man: Replace all .de by copying. Restrict all .char names
- to lenght 2 only.
+ to length 2 only.
2014-07-04 Bernd Warken <groff-bernd.warken-72@web.de>
@@ -4097,14 +4097,14 @@ Version 1.22.3 released
2013-04-15 Bernd Warken <groff-bernd.warken-72@web.de>
2013-04-15 Werner LEMBERG <wl@gnu.org>
-2013-04-15 Ralph Carderoy <ralph@inputplus.co.uk>
+2013-04-15 Ralph Corderoy <ralph@inputplus.co.uk>
Add Perl test to configuration. During the run of `configure' the
program is broken with error when there is no `Perl' or the `perl'
program is too old.
* m4/groff.m4: Add macro `GROFF_PERL' that tests the availability
- of the `perl' program and tests wether this has a version of at
+ of the `perl' program and tests whether this has a version of at
most `v5.6.1'. Define variables $PERL and $PERLPATH for the full
name of the `perl' program and $PERLVERSION as the lest version.
@@ -4342,10 +4342,10 @@ Version 1.22.2 released
* font/devpdf/Foundry.in, font/devpdf/util/BuildFoundries.pl
(LocateFile): The font for EURO had the wrong entry in the
`download' file (it pointed to The font in the build directory,
- which is wrong). It has always been permissable to include a path
- along with the font name in the Foundry file, but until now the
- font had to exist to be valid. It is now permitted to start the
- path with an asterisk which tells BuildFoundry to use the
+ which is wrong). It has always been permissible to include a
+ path along with the font name in the Foundry file, but until now
+ the font had to exist to be valid. It is now permitted to start
+ the path with an asterisk which tells BuildFoundry to use the
path/filename in the download file without checking if the font
exists. This allows the font to be found in `../devps' even
though it is not there during the build (if source and build are
@@ -5077,7 +5077,7 @@ Version 1.22 released
* tmac/troffrc: Updated.
* doc/groff.texinfo: Document it.
- * doc/Makefile.in, doc/Makefile.sub (groff_bin_dirs): Udpated.
+ * doc/Makefile.in, doc/Makefile.sub (groff_bin_dirs): Updated.
* doc/pic.ms: Updated.
* man/groff_out.man, src/devices/grops/grops.man,