summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-09-16 21:55:46 +0000
committerBruno Haible <bruno@clisp.org>2001-09-16 21:55:46 +0000
commitb6ee73d353d99e417b40618788c6de86312d24fb (patch)
tree759aa3a021844f9935a0d27750b6e961cc9399c9
parentcd061c853ef618194fc4666a871e0850ba58e049 (diff)
downloadexternal_gettext-b6ee73d353d99e417b40618788c6de86312d24fb.zip
external_gettext-b6ee73d353d99e417b40618788c6de86312d24fb.tar.gz
external_gettext-b6ee73d353d99e417b40618788c6de86312d24fb.tar.bz2
Reorder after gettext-0.10.40 release.
-rw-r--r--ChangeLog25
-rw-r--r--doc/ChangeLog16
-rw-r--r--intl/ChangeLog32
-rw-r--r--lib/ChangeLog14
-rw-r--r--m4/ChangeLog16
-rw-r--r--man/ChangeLog4
-rw-r--r--misc/ChangeLog14
-rw-r--r--po/ChangeLog36
-rw-r--r--src/ChangeLog4
-rw-r--r--tests/ChangeLog4
10 files changed, 104 insertions, 61 deletions
diff --git a/ChangeLog b/ChangeLog
index 8226bdd..01d75f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,3 @@
-2001-09-13 Bruno Haible <haible@clisp.cons.org>
-
- * config.guess, config.sub: Update to GNU version 2001-09-13.
-
2001-09-06 Bruno Haible <haible@clisp.cons.org>
* configure.in: Add AC_REPLACE_FUNCS of strpbrk.
@@ -45,11 +41,6 @@
* README: Change bug report address to <bug-gnu-gettext@gnu.org>.
* configure.in: Likewise.
-2001-07-31 Bruno Haible <haible@clisp.cons.org>
-
- * Makefile.am (AUTOMAKE_OPTIONS): Bump to 1.4. Use option 'gnu', not
- 'gnits', to avoid distributing README-alpha.
-
2001-06-30 Bruno Haible <haible@clisp.cons.org>
* configure.in: Call gt_STDBOOL_H.
@@ -83,6 +74,22 @@
* configure.in: Check for ssize_t, pid_t, posix_spawn, select.
Call AC_FUNC_VFORK, gt_UNION_WAIT.
+2001-09-13 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext-0.10.40 released.
+
+2001-09-13 Bruno Haible <haible@clisp.cons.org>
+
+ * configure.in: Bump version number to 0.10.40.
+ (RELEASE_DATE): Bump.
+
+ * config.guess, config.sub: Update to GNU version 2001-09-13.
+
+2001-07-31 Bruno Haible <haible@clisp.cons.org>
+
+ * Makefile.am (AUTOMAKE_OPTIONS): Bump to 1.4. Use option 'gnu', not
+ 'gnits', to avoid distributing README-alpha.
+
2001-07-24 Bruno Haible <haible@clisp.cons.org>
* gettext-0.10.39 released.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 23e861f..3895438 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,9 +1,3 @@
-2001-09-08 Bruno Haible <haible@clisp.cons.org>
-
- * gettext.texi (Discussions): Rewrote the paragraph about GPL.
- * nls.texi (Using gettext in own code): Adapt for libintl license
- change.
-
2001-08-13 Bruno Haible <haible@clisp.cons.org>
* gettext.texi (YCP): New node.
@@ -31,6 +25,16 @@
* gettext.texi (Completing GNU gettext Installation): Don't recommend
to use po-mode for POT files. See 2001-07-08 po-mode.el change.
+2001-09-13 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext-0.10.40 released.
+
+2001-09-08 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext.texi (Discussions): Rewrote the paragraph about GPL.
+ * nls.texi (Using gettext in own code): Adapt for libintl license
+ change.
+
2001-07-24 Bruno Haible <haible@clisp.cons.org>
* gettext-0.10.39 released.
diff --git a/intl/ChangeLog b/intl/ChangeLog
index 2757969..e4506b8 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,7 +1,3 @@
-2001-07-11 Ulrich Drepper <drepper@redhat.com>
-
- * locale.alias: Use he language code for hebrew, not iw.
-
2001-09-02 Bruno Haible <haible@clisp.cons.org>
* plural-exp.h: New file, extracted from gettextP.h.
@@ -23,16 +19,6 @@
(OBJECTS): Add plural-exp.$lo.
Update dependencies.
-2001-09-13 Bruno Haible <haible@clisp.cons.org>
-
- * *.h, *.c, *.y, Makefile.in: Change copyright notice from GPL to LGPL.
- This is a reaction to a blackmail from the GNOME project which
- threatened to distribute an LGPLed clone of libintl.
- * COPYING.LIB-2, COPYING.LIB-2.1: New files.
- * Makefile.in (DISTFILES.gettext): Add them.
- (install-data): Install them.
- (uninstall): Uninstall them.
-
2001-07-28 Bruno Haible <haible@clisp.cons.org>
* l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha, isdigit,
@@ -46,6 +32,24 @@
* gettext.h: Assume <limits.h> exists.
+2001-09-13 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext-0.10.40 released.
+
+2001-07-11 Ulrich Drepper <drepper@redhat.com>
+
+ * locale.alias: Use he language code for hebrew, not iw.
+
+2001-09-13 Bruno Haible <haible@clisp.cons.org>
+
+ * *.h, *.c, *.y, Makefile.in: Change copyright notice from GPL to LGPL.
+ This is a reaction to a blackmail from the GNOME project which
+ threatened to distribute an LGPLed clone of libintl.
+ * COPYING.LIB-2, COPYING.LIB-2.1: New files.
+ * Makefile.in (DISTFILES.gettext): Add them.
+ (install-data): Install them.
+ (uninstall): Uninstall them.
+
2001-07-24 Bruno Haible <haible@clisp.cons.org>
* gettext-0.10.39 released.
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 6d5b83f..dd4ad0f 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -12,11 +12,6 @@
* Makefile.am (EXTRA_DIST): Add strpbrk.c.
(noinst_HEADERS): Add strpbrk.h.
-2001-09-13 Bruno Haible <haible@clisp.cons.org>
-
- * alloca.c (alloca): Replace 'REGISTER' with 'register'.
- Reported by Len Makin <len@hpc.csiro.au>.
-
2001-09-06 Bruno Haible <haible@clisp.cons.org>
* setenv.h: New file.
@@ -144,6 +139,15 @@
* vasprintf.c (int_vasprintf): Upon allocation failure, return -1,
not 0, to be consistent with glibc documentation.
+2001-09-13 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext-0.10.40 released.
+
+2001-09-13 Bruno Haible <haible@clisp.cons.org>
+
+ * alloca.c (alloca): Replace 'REGISTER' with 'register'.
+ Reported by Len Makin <len@hpc.csiro.au>.
+
2001-07-24 Bruno Haible <haible@clisp.cons.org>
* gettext-0.10.39 released.
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 8ea9ac3..94cc14e 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,9 +1,3 @@
-2001-09-13 Bruno Haible <haible@clisp.cons.org>
-
- * gettext.m4 (AM_WITH_NLS): Change version determination of bison, so
- that it also works with bison-1.29.
- Reported by Karl Berry <karl@gnu.org>.
-
2001-09-06 Bruno Haible <haible@clisp.cons.org>
* setenv.m4: New file.
@@ -44,6 +38,16 @@
* unionwait.m4: New file.
* Makefile.am (EXTRA_DIST): Add them.
+2001-09-13 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext-0.10.40 released.
+
+2001-09-13 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext.m4 (AM_WITH_NLS): Change version determination of bison, so
+ that it also works with bison-1.29.
+ Reported by Karl Berry <karl@gnu.org>.
+
2001-07-24 Bruno Haible <haible@clisp.cons.org>
* gettext-0.10.39 released.
diff --git a/man/ChangeLog b/man/ChangeLog
index da3884e..e9b1e81 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -76,6 +76,10 @@
msgcomm.1.html, msgconv.1.html, msgen.1.html, msggrep.1.html,
msgsed.1.html): New rules.
+2001-09-13 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext-0.10.40 released.
+
2001-07-24 Bruno Haible <haible@clisp.cons.org>
* gettext-0.10.39 released.
diff --git a/misc/ChangeLog b/misc/ChangeLog
index 856d7f1..ade3f65 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,8 +1,3 @@
-2001-09-13 Bruno Haible <haible@clisp.cons.org>
-
- * gettextize.in: Don't copy intl/COPYING*; these files may confuse
- the user of the enclosing package.
-
2001-08-23 Karl Eichwalder <ke@suse.de>
* po-mode.el (po-compute-counters): First save `current'
@@ -272,6 +267,15 @@
(po-validate): Use 'null-device' instead of literal "/dev/null".
Reported by Eli Zaretskii.
+2001-09-13 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext-0.10.40 released.
+
+2001-09-13 Bruno Haible <haible@clisp.cons.org>
+
+ * gettextize.in: Don't copy intl/COPYING*; these files may confuse
+ the user of the enclosing package.
+
2001-07-24 Bruno Haible <haible@clisp.cons.org>
* gettext-0.10.39 released.
diff --git a/po/ChangeLog b/po/ChangeLog
index 77b1835..b04ae32 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,20 +1,8 @@
-2001-08-31 Bruno Haible <haible@clisp.cons.org>
-
- * da.po: Update from <olau@hardworking.dk>
-
2001-08-30 Bruno Haible <haible@clisp.cons.org>
* Makefile.in.in (.po.mo, .po.gmo): Add msgfmt option -c, to guarantee
the PO file is really valid.
-2001-08-31 Bruno Haible <haible@clisp.cons.org>
-
- * da.po: Update from Keld Simonsen <keld@dkuug.dk>.
-
-2001-08-20 Bruno Haible <haible@clisp.cons.org>
-
- * cs.po: Update from Vladimir Michl <Vladimir.Michl@seznam.cz>.
-
2001-07-28 Bruno Haible <haible@clisp.cons.org>
* Makefile.in.in (CC, DEFS, CFLAGS, CPPFLAGS, INCLUDES, COMPILE):
@@ -33,10 +21,6 @@
(uninstall-exec, uninstall-data, uninstall-data-no,
uninstall-data-yes): New rules.
-2001-07-29 Bruno Haible <haible@clisp.cons.org>
-
- * gl.po: Update from Jesús Bravo Álvarez <jba@pobox.com>.
-
2001-06-10 Bruno Haible <haible@clisp.cons.org>
* POTFILES.in: Add src/msgcat.c, src/msgconv.c, src/msgen.c,
@@ -63,6 +47,26 @@
* POTFILES.in: Add src/po-charset.c.
+2001-09-13 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext-0.10.40 released.
+
+2001-08-31 Bruno Haible <haible@clisp.cons.org>
+
+ * da.po: Update from <olau@hardworking.dk>
+
+2001-08-31 Bruno Haible <haible@clisp.cons.org>
+
+ * da.po: Update from Keld Simonsen <keld@dkuug.dk>.
+
+2001-08-20 Bruno Haible <haible@clisp.cons.org>
+
+ * cs.po: Update from Vladimir Michl <Vladimir.Michl@seznam.cz>.
+
+2001-07-29 Bruno Haible <haible@clisp.cons.org>
+
+ * gl.po: Update from Jesús Bravo Álvarez <jba@pobox.com>.
+
2001-07-24 Bruno Haible <haible@clisp.cons.org>
* gettext-0.10.39 released.
diff --git a/src/ChangeLog b/src/ChangeLog
index 0287b26..3466614 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1071,6 +1071,10 @@
* msgfmt.c (format_directive_message): Ignore fuzziness of the header
entry. Count fuzzy untranslated entries as untranslated.
+2001-09-13 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext-0.10.40 released.
+
2001-07-24 Bruno Haible <haible@clisp.cons.org>
* gettext-0.10.39 released.
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 87a359f..a0dd1ef 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -144,6 +144,10 @@
* xg-test1.ok.po: Regenerated.
+2001-09-13 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext-0.10.40 released.
+
2001-07-24 Bruno Haible <haible@clisp.cons.org>
* gettext-0.10.39 released.