]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Release 0.11.1.
authorBruno Haible <bruno@clisp.org>
Tue, 12 Mar 2002 19:52:01 +0000 (19:52 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:07:49 +0000 (12:07 +0200)
14 files changed:
ChangeLog
configure.in
doc/ChangeLog
intl-java/ChangeLog
intl/ChangeLog
lib/ChangeLog
libuniname/ChangeLog
m4/ChangeLog
man/ChangeLog
misc/ChangeLog
po/ChangeLog
projects/ChangeLog
src/ChangeLog
tests/ChangeLog

index ca5ebffe9a6de319f92b090235096941192375b0..6e10a30a607a13ea5d966c1b083dce35b108a404 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-03-12  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11.1 released.
+
+2002-03-12  Bruno Haible  <bruno@clisp.org>
+
+       * configure.in: Bump version number to 0.11.1.
+       (RELEASE_DATE): Bump.
+
 2002-03-09  Bruno Haible  <bruno@clisp.org>
 
        * configure.in: Don't check for stpncpy; AIX 4.3.3 has an incompatible
index 48a7ff4220abff784cc6e57bca422aced52a7523..b27f5bb940a4f0a2b7985fa49e0ffd31e9e020c3 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.13)
 AC_INIT(src/msgfmt.c)
 AM_INIT_AUTOMAKE(gettext, 0.11.1)
-RELEASE_DATE=2002-03-07      dnl in "date +%Y-%m-%d" format
+RELEASE_DATE=2002-03-12      dnl in "date +%Y-%m-%d" format
 AM_CONFIG_HEADER(config.h)
 
 dnl Checks for programs.
index d12c42e701d1b9026b846f12184e8df5cbbe70fd..55e75b17bb9c56d29d2bd489de73d95ebe466405 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-12  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11.1 released.
+
 2002-03-07  Bruno Haible  <haible@clisp.cons.org>
 
        * xgettext.texi: Mention languages Python, Lisp, EmacsLisp, librep,
index 93c025f3b4361132e2022dcea1d9219631133705..a49a4292482ae04dea34b05a001f4ca819145c9a 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-12  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11.1 released.
+
 2002-01-31  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.11 released.
index 520bd1d0018a8d4bc725d9b85c59d377d24692ee..de8a5a94bd5d60dba288f51f1bb3371f5ac8424d 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-12  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11.1 released.
+
 2002-02-15  Bruno Haible  <bruno@clisp.org>
 
        * config.charset [msdosdjgpp]: For Russian, use CP866.
index d23a99e051fe58cae92e19aee8e150c868859225..88ca51f4ec987daf942c25df398dad68b3300988 100644 (file)
@@ -1,3 +1,36 @@
+2002-03-12  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11.1 released.
+
+2002-03-10  Bruno Haible  <bruno@clisp.org>
+
+       Upgrade to Unicode-3.1.
+       * Combining.txt: New file, extracted from Unicode-3.0 PropList.txt.
+       * gen-lbrkprop.c: Replace 0x10000 with 0x110000 everywhere.
+       (fill_width): Adapt to changed format of EastAsianWidth.txt in
+       Unicode-3.1.
+       (get_lbp): Make more compatible to Unicode-3.1 LineBreak.txt.
+       (debug_output_lbp): Avoid gcc-3.0 warning.
+       (unicode_org_lbp): New variable.
+       (fill_org_lbp): New function.
+       (debug_output_org_lbp): New function.
+       (debug_output_org_tables): New function.
+       (output_lbp): Handle new negative entries in level1[] correctly.
+       Pretty-print level1 contents.
+       (main): Expect one more argument.
+       * lbrkprop.h: Regenerated with Unicode-3.1 tables.
+       * linebreak.c (nonspacing_table_data): Add one more block.
+       (nonspacing_table_ind): Extend up to 0x1dfff.
+       (uc_width): Update for Unicode-3.1.
+       * Makefile.am (EXTRA_DIST): Add Combining.txt.
+
+2001-08-07  Andreas Jaeger  <aj@suse.de>
+           Andreas Schwab  <schwab@suse.de>
+           Bruno Haible  <bruno@clisp.org>
+
+       * 3level.h (EMPTY): New macro.
+       (*_get, *_add, *_iterate, *_finalize): Use it instead of ~(uint32_t) 0.
+
 2002-03-09  Bruno Haible  <bruno@clisp.org>
 
        Portability to AIX 4.3.3.
index 08e43da3897219715ad2e0827a9e2591d5f715a2..101d22c1de5354536daf75e5bd0ceeb0e0878691 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-12  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11.1 released.
+
 2002-03-07  Bruno Haible  <bruno@clisp.org>
 
        * uniname.c: Include <stdio.h>, needed by assert() on SunOS 4.
index d13c147a69a66052b72575943c43aaeb9eab5d2e..151f7a198e08f7e2b35a87ad165902a1721a0f7e 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-12  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11.1 released.
+
 2002-03-04  Bruno Haible  <bruno@clisp.org>
 
        * setenv.m4 (gt_FUNC_SETENV): Also check whether unsetenv is missing.
index 4a59be23684027723d556d1b253eaec55ded4a07..dcae5bc5cbbc69d40ec84815a83b7862a00aa2a8 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-12  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11.1 released.
+
 2002-01-31  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.11 released.
index 4433f632b5f2a07a4f4f0f374b029b8a4463cf55..c257c6787a6168610447934dbcb9b7096d3b47ea 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-12  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11.1 released.
+
 2002-03-11  Karl Eichwalder  <ke@suse.de>
 
        * po-mode.el (po-find-file-coding-system-guts): Checking
index d189601bb6d1aadeb2bb2858dfd6ad39846750e1..861cbbae789b2747de441da0959a53449a66f8de 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-12  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11.1 released.
+
 2002-03-11  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.in.in (.po.mo): Use a temporary .mo file, for robustness.
index 675c665bb5ac1a02f8397775dfc92dde2f4ea66b..5a9e74936941e400118b57154d08ef020bbd8e13 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-12  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11.1 released.
+
 2002-01-31  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.11 released.
index 5c3912a36d9823a0817f0ef730bcf8b6b88ac0bd..fd2de1e32d1c3d1bef3ae1ae07bdfcb2507e31ca 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-12  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11.1 released.
+
 2002-03-10  Bruno Haible  <bruno@clisp.org>
 
        * x-python.c (phase7_getuc): Change type of buf to 'unsigned char[]'.
index f456f251ae8b5d891bd65a320fbbd44eed28f5d2..90dd8ae719cc175bc94fdaa32c219b3e186933fd 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-12  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11.1 released.
+
 2002-03-10  Bruno Haible  <bruno@clisp.org>
 
        * msgunfmt-2: New file.