summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--doc/ChangeLog4
-rw-r--r--intl/ChangeLog16
-rw-r--r--lib/ChangeLog26
-rw-r--r--m4/ChangeLog4
-rw-r--r--man/ChangeLog4
-rw-r--r--misc/ChangeLog4
-rw-r--r--po/ChangeLog36
-rw-r--r--src/ChangeLog20
-rw-r--r--tests/ChangeLog4
10 files changed, 81 insertions, 41 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f7ccb3..32763f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2001-05-23 Bruno Haible <haible@clisp.cons.org>
+ * gettext-0.10.38 released.
+
+2001-05-23 Bruno Haible <haible@clisp.cons.org>
+
* configure.in: Bump version number to 0.10.38.
(RELEASE_DATE): Bump.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 4d8adc5..11f9cca 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-23 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext-0.10.38 released.
+
2001-05-22 Bruno Haible <haible@clisp.cons.org>
* gettext.texi (Creating): Change "8-bit" to "8bit".
diff --git a/intl/ChangeLog b/intl/ChangeLog
index 5705302..0a72247 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,3 +1,13 @@
+2001-04-30 Bruno Haible <haible@clisp.cons.org>
+
+ Silence "gcc -Wall -Wwrite-strings" warnings.
+ * localcharset.c (charset_aliases): Change type to 'const char *'.
+ (get_charset_aliases): Change type of 'cp' to 'const char *'.
+
+2001-05-23 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext-0.10.38 released.
+
2001-05-22 Bruno Haible <haible@clisp.cons.org>
* Makefile.in (install-data): Install plural.c as well.
@@ -18,12 +28,6 @@
* dcigettext.c (getuid, getgid, geteuid, getegid): Provide default
definitions. Needed for mingw32.
-2001-04-30 Bruno Haible <haible@clisp.cons.org>
-
- Silence "gcc -Wall -Wwrite-strings" warnings.
- * localcharset.c (charset_aliases): Change type to 'const char *'.
- (get_charset_aliases): Change type of 'cp' to 'const char *'.
-
2001-04-19 Bruno Haible <haible@clisp.cons.org>
* gettext-0.10.37 released.
diff --git a/lib/ChangeLog b/lib/ChangeLog
index a2ad0b7..4b8af78 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,9 +1,3 @@
-2001-05-23 Bruno Haible <haible@clisp.cons.org>
-
- * linebreak.c (mbs_possible_linebreaks): Avoid broken EUC-KR
- conversion in glibc-2.1.
- (mbs_width_linebreaks): Likewise.
-
2001-05-15 Bruno Haible <haible@clisp.cons.org>
* progname.h (set_program_name): New declaration.
@@ -31,17 +25,27 @@
* vasprintf.c (int_vasprintf): Upon allocation failure, return -1,
not 0, to be consistent with glibc documentation.
-2001-05-02 Bruno Haible <haible@clisp.cons.org>
-
- * linebreak.c (iconv_string_keeping_offsets): Work around a glibc-2.1
- bug.
-
2001-04-30 Bruno Haible <haible@clisp.cons.org>
Silence "gcc -Wall -Wwrite-strings" warnings.
* localcharset.c (charset_aliases): Change type to 'const char *'.
(get_charset_aliases): Change type of 'cp' to 'const char *'.
+2001-05-23 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext-0.10.38 released.
+
+2001-05-23 Bruno Haible <haible@clisp.cons.org>
+
+ * linebreak.c (mbs_possible_linebreaks): Avoid broken EUC-KR
+ conversion in glibc-2.1.
+ (mbs_width_linebreaks): Likewise.
+
+2001-05-02 Bruno Haible <haible@clisp.cons.org>
+
+ * linebreak.c (iconv_string_keeping_offsets): Work around a glibc-2.1
+ bug.
+
2001-04-19 Bruno Haible <haible@clisp.cons.org>
* gettext-0.10.37 released.
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 35fdb18..57c30a9 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,5 +1,9 @@
2001-05-23 Bruno Haible <haible@clisp.cons.org>
+ * gettext-0.10.38 released.
+
+2001-05-23 Bruno Haible <haible@clisp.cons.org>
+
* iconv.m4 (AM_ICONV): Accept --with-libiconv-prefix option.
2001-05-17 Bruno Haible <haible@clisp.cons.org>
diff --git a/man/ChangeLog b/man/ChangeLog
index d196f6d..81394ba 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-23 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext-0.10.38 released.
+
2001-05-20 Bruno Haible <haible@clisp.cons.org>
* Makefile.am: New file.
diff --git a/misc/ChangeLog b/misc/ChangeLog
index 900e1c1..5ab3df5 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-23 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext-0.10.38 released.
+
2001-05-22 Bruno Haible <haible@clisp.cons.org>
* gettextize.in: Copy plural.c and touch it afterwards.
diff --git a/po/ChangeLog b/po/ChangeLog
index 18afcb9..e023551 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,11 +1,27 @@
-2001-05-21 Bruno Haible <haible@clisp.cons.org>
-
- * tr.po: Update from Nilgün Belma Bugüner <nilgun@technologist.com>.
-
2001-05-18 Bruno Haible <haible@clisp.cons.org>
* de.po: Update from Karl Eichwalder.
+2001-05-02 Bruno Haible <haible@clisp.cons.org>
+
+ * POTFILES.in: Add lib/xerror.c.
+
+2001-04-29 Bruno Haible <haible@clisp.cons.org>
+
+ * POTFILES.in: Add src/read-po.c.
+
+2001-04-28 Bruno Haible <haible@clisp.cons.org>
+
+ * POTFILES.in: Add src/po-charset.c.
+
+2001-05-23 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext-0.10.38 released.
+
+2001-05-21 Bruno Haible <haible@clisp.cons.org>
+
+ * tr.po: Update from Nilgün Belma Bugüner <nilgun@technologist.com>.
+
2001-05-18 Bruno Haible <haible@clisp.cons.org>
* Makefile.in.in (dist2): Don't assume $(srcdir) = ".". Distribute
@@ -35,22 +51,10 @@
* sl.po: Update from
Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>.
-2001-05-02 Bruno Haible <haible@clisp.cons.org>
-
- * POTFILES.in: Add lib/xerror.c.
-
2001-04-30 Bruno Haible <haible@clisp.cons.org>
* et.po: New file, from Ivar Smolin <okul@trenet.ee>.
-2001-04-29 Bruno Haible <haible@clisp.cons.org>
-
- * POTFILES.in: Add src/read-po.c.
-
-2001-04-28 Bruno Haible <haible@clisp.cons.org>
-
- * POTFILES.in: Add src/po-charset.c.
-
2001-04-19 Bruno Haible <haible@clisp.cons.org>
* gettext-0.10.37 released.
diff --git a/src/ChangeLog b/src/ChangeLog
index c047bda..2e7d19f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,11 +1,3 @@
-2001-05-23 Bruno Haible <haible@clisp.cons.org>
-
- * write-po.c (wrap): Avoid broken EUC-KR conversion in glibc-2.1.
-
-2001-05-21 Bruno Haible <haible@clisp.cons.org>
-
- * xgettext.c (construct_header): Replace 8-bit with 8bit.
-
2001-05-15 Bruno Haible <haible@clisp.cons.org>
* msgcmp.c (main): Call set_program_name instead of assigning
@@ -207,6 +199,18 @@
* msgfmt.c (format_directive_message): Ignore fuzziness of the header
entry. Count fuzzy untranslated entries as untranslated.
+2001-05-23 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext-0.10.38 released.
+
+2001-05-23 Bruno Haible <haible@clisp.cons.org>
+
+ * write-po.c (wrap): Avoid broken EUC-KR conversion in glibc-2.1.
+
+2001-05-21 Bruno Haible <haible@clisp.cons.org>
+
+ * xgettext.c (construct_header): Replace 8-bit with 8bit.
+
2001-04-19 Bruno Haible <haible@clisp.cons.org>
* gettext-0.10.37 released.
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 3ec6126..00792f6 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -34,6 +34,10 @@
* xg-test1.ok.po: Regenerated.
+2001-05-23 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext-0.10.38 released.
+
2001-04-19 Bruno Haible <haible@clisp.cons.org>
* gettext-0.10.37 released.