From: Bruno Haible Date: Thu, 19 Apr 2001 18:12:06 +0000 (+0000) Subject: Version 0.10.37. X-Git-Tag: v0.10.37~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f6864db0b1016a053293fef01fd43cb7ab92a82;p=thirdparty%2Fgettext.git Version 0.10.37. --- diff --git a/ChangeLog b/ChangeLog index b43231f6d..736fb219e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-04-19 Bruno Haible + + * gettext-0.10.37 released. + 2001-04-17 Bruno Haible * configure.in: Check for dvips, texi2pdf, texi2html. diff --git a/configure.in b/configure.in index bf5795dd4..822bedf39 100644 --- a/configure.in +++ b/configure.in @@ -1,9 +1,9 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.13) -AC_REVISION($Revision: 1.24 $) +AC_REVISION($Revision: 1.25 $) AC_INIT(src/msgfmt.c) AM_INIT_AUTOMAKE(gettext, 0.10.37) -RELEASE_DATE=2001-04-17 dnl in "date +%Y-%m-%d" format +RELEASE_DATE=2001-04-19 dnl in "date +%Y-%m-%d" format AM_CONFIG_HEADER(config.h) dnl Set of available languages. diff --git a/doc/ChangeLog b/doc/ChangeLog index f5ed73e85..1d466b56c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2001-04-19 Bruno Haible + + * gettext-0.10.37 released. + 2001-04-17 Bruno Haible * Makefile.am (DVIPS): Use @DVIPS@. If dvips is missing, the diff --git a/intl/ChangeLog b/intl/ChangeLog index 55d691df9..ceb9ce09f 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,7 @@ +2001-04-19 Bruno Haible + + * gettext-0.10.37 released. + 2001-04-19 Bruno Haible * loadmsgcat.c (_nl_init_domain_conv): Don't append //TRANSLIT when diff --git a/lib/ChangeLog b/lib/ChangeLog index bd8687d08..58fcffa6a 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2001-04-19 Bruno Haible + + * gettext-0.10.37 released. + 2001-04-04 Bruno Haible * mbswidth.h: New file, from textutils-2.0.13 with modifications. diff --git a/m4/ChangeLog b/m4/ChangeLog index 4ab016ebf..a521aa47a 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2001-04-19 Bruno Haible + + * gettext-0.10.37 released. + 2001-04-17 Bruno Haible * mbswidth.m4: Also include ; this is where AIX 3.2.5 diff --git a/misc/ChangeLog b/misc/ChangeLog index 248b288fc..21d60e13a 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2001-04-19 Bruno Haible + + * gettext-0.10.37 released. + 2001-03-29 Bruno Haible * gettext-0.10.36 released. diff --git a/po/ChangeLog b/po/ChangeLog index 60ea81bd2..c91c8b60e 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2001-04-19 Bruno Haible + + * gettext-0.10.37 released. + 2001-04-12 Bruno Haible * de.po: Update from Karl Eichwalder. diff --git a/src/ChangeLog b/src/ChangeLog index 04c7a18ce..45be1e509 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2001-04-19 Bruno Haible + + * gettext-0.10.37 released. + +2001-04-18 Bruno Haible + + * po.c (po_callback_message): Don't call iconv_open when the + OLD_PO_FILE_INPUT environment variable is set. + * write-po.c (wrap): Don't call iconv_open when the OLD_PO_FILE_OUTPUT + environment variable is set. + 2001-04-09 Bruno Haible * po.c: Include mbswidth.h. diff --git a/tests/ChangeLog b/tests/ChangeLog index 697bc9672..748be177d 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2001-04-19 Bruno Haible + + * gettext-0.10.37 released. + 2001-04-19 Bruno Haible * msgfmt-3: Use two grep invocations instead of a complex regexp that