]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Version 0.10.37.
authorBruno Haible <bruno@clisp.org>
Thu, 19 Apr 2001 18:12:06 +0000 (18:12 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 19 Apr 2001 18:12:06 +0000 (18:12 +0000)
ChangeLog
configure.in
doc/ChangeLog
intl/ChangeLog
lib/ChangeLog
m4/ChangeLog
misc/ChangeLog
po/ChangeLog
src/ChangeLog
tests/ChangeLog

index b43231f6dca12f210f1398b4e45d58d323228a94..736fb219edc0cc76080bd0a1e205908304820e0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-19  Bruno Haible  <haible@clisp.cons.org>
+
+       * gettext-0.10.37 released.
+
 2001-04-17  Bruno Haible  <haible@clisp.cons.org>
 
        * configure.in: Check for dvips, texi2pdf, texi2html.
index bf5795dd445498949bf5e91a10db6ae9c8b847df..822bedf39c045b6d9320b8a5deaa8c6257b24f3b 100644 (file)
@@ -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.
index f5ed73e8563fb072559f8d58f755b6d074f84f4f..1d466b56c4a04c0569676996ae103811d2b25f85 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-19  Bruno Haible  <haible@clisp.cons.org>
+
+       * gettext-0.10.37 released.
+
 2001-04-17  Bruno Haible  <haible@clisp.cons.org>
 
        * Makefile.am (DVIPS): Use @DVIPS@. If dvips is missing, the
index 55d691df9569beeca6f099b315f3ad999aa77b00..ceb9ce09f4fab36b501fb3079d03c401d9dd1306 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-19  Bruno Haible  <haible@clisp.cons.org>
+
+       * gettext-0.10.37 released.
+
 2001-04-19  Bruno Haible <haible@clisp.cons.org>
 
        * loadmsgcat.c (_nl_init_domain_conv): Don't append //TRANSLIT when
index bd8687d08d979b0637e0796665657fc2ccb08670..58fcffa6afd9bd852d1ba7f5502dd0ad9a876822 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-19  Bruno Haible  <haible@clisp.cons.org>
+
+       * gettext-0.10.37 released.
+
 2001-04-04  Bruno Haible  <haible@clisp.cons.org>
 
        * mbswidth.h: New file, from textutils-2.0.13 with modifications.
index 4ab016ebf515bffac61647ead5966317e1043435..a521aa47abf074e4283f1b73a72fabbdf7793846 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-19  Bruno Haible  <haible@clisp.cons.org>
+
+       * gettext-0.10.37 released.
+
 2001-04-17  Bruno Haible  <haible@clisp.cons.org>
 
        * mbswidth.m4: Also include <string.h>; this is where AIX 3.2.5
index 248b288fc0a25990aca4a401eee5f34dec6728c9..21d60e13ae563168ced64c714c9d4d3790d72bd0 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-19  Bruno Haible  <haible@clisp.cons.org>
+
+       * gettext-0.10.37 released.
+
 2001-03-29  Bruno Haible  <haible@clisp.cons.org>
 
        * gettext-0.10.36 released.
index 60ea81bd2df9588a8c6a25d53919b8c902b3cd97..c91c8b60e3378422173d01b14ad40594d5977c43 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-19  Bruno Haible  <haible@clisp.cons.org>
+
+       * gettext-0.10.37 released.
+
 2001-04-12  Bruno Haible  <haible@clisp.cons.org>
 
        * de.po: Update from Karl Eichwalder.
index 04c7a18cea0a1a92f4b922be90a48a47aea5ea3e..45be1e5091b8e43e896cad4a1722819c65e7182b 100644 (file)
@@ -1,3 +1,14 @@
+2001-04-19  Bruno Haible  <haible@clisp.cons.org>
+
+       * gettext-0.10.37 released.
+
+2001-04-18  Bruno Haible  <haible@clisp.cons.org>
+
+       * 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  <haible@clisp.cons.org>
 
        * po.c: Include mbswidth.h.
index 697bc9672164b711009a3377e9e8776d84594b9f..748be177db5e90c9d0fdf03605b6c790887cb805 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-19  Bruno Haible  <haible@clisp.cons.org>
+
+       * gettext-0.10.37 released.
+
 2001-04-19  Bruno Haible  <haible@clisp.cons.org>
 
        * msgfmt-3: Use two grep invocations instead of a complex regexp that