diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 6 | ||||
-rw-r--r-- | doc/gawk.info | 4 | ||||
-rw-r--r-- | doc/gawk.texi | 6 | ||||
-rw-r--r-- | doc/gawktexi.in | 6 |
4 files changed, 14 insertions, 8 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 3cdba352..4b63a290 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2014-10-17 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Fix date in docbook attribution for new Foreword; + thanks to Antonio Columbo for the catch. Update latest version + of gettext. + 2014-10-15 Arnold D. Robbins <arnold@skeeve.com> * gawk.1: Fix default value for AWKLIBPATH. diff --git a/doc/gawk.info b/doc/gawk.info index fd79adb9..8ca1fba3 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -20567,8 +20567,8 @@ File: gawk.info, Node: Gawk I18N, Next: I18N Summary, Prev: I18N Example, Up `gawk' itself has been internationalized using the GNU `gettext' package. (GNU `gettext' is described in complete detail in *note (GNU `gettext' utilities)Top:: gettext, GNU gettext tools.) As of this -writing, the latest version of GNU `gettext' is version 0.19.2 -(ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.2.tar.gz). +writing, the latest version of GNU `gettext' is version 0.19.3 +(ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.3.tar.gz). If a translation of `gawk''s messages exists, then `gawk' produces usage messages, warnings, and fatal errors in the local language. diff --git a/doc/gawk.texi b/doc/gawk.texi index eca4b23d..f079ec9b 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -1228,7 +1228,7 @@ March, 2001 <!-- can't put mawk into command tags. sigh. --> <affiliation><jobtitle>Author of mawk</jobtitle></affiliation> </author> - <date>March, 2001</date> + <date>October, 2014</date> </prefaceinfo> @end docbook @@ -28844,8 +28844,8 @@ complete detail in @cite{GNU gettext tools}}.) @end ifnotinfo As of this writing, the latest version of GNU @command{gettext} is -@uref{ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.2.tar.gz, -@value{PVERSION} 0.19.2}. +@uref{ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.3.tar.gz, +@value{PVERSION} 0.19.3}. If a translation of @command{gawk}'s messages exists, then @command{gawk} produces usage messages, warnings, diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 88021c2f..227274ea 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -1223,7 +1223,7 @@ March, 2001 <!-- can't put mawk into command tags. sigh. --> <affiliation><jobtitle>Author of mawk</jobtitle></affiliation> </author> - <date>March, 2001</date> + <date>October, 2014</date> </prefaceinfo> @end docbook @@ -27954,8 +27954,8 @@ complete detail in @cite{GNU gettext tools}}.) @end ifnotinfo As of this writing, the latest version of GNU @command{gettext} is -@uref{ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.2.tar.gz, -@value{PVERSION} 0.19.2}. +@uref{ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.3.tar.gz, +@value{PVERSION} 0.19.3}. If a translation of @command{gawk}'s messages exists, then @command{gawk} produces usage messages, warnings, |