summaryrefslogtreecommitdiffstats
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-03-06 15:09:27 +0000
committerBruno Haible <bruno@clisp.org>2001-03-06 15:09:27 +0000
commit8f746ca065b2d9c1d77012cf0d7fbc26542da620 (patch)
treeb79042bd33d9a939c207112dab8d3cbb663713d0 /lib/ChangeLog
parent1cdf3237843b59a8c72cbd3f2f2e2118e3573277 (diff)
downloadexternal_gettext-8f746ca065b2d9c1d77012cf0d7fbc26542da620.zip
external_gettext-8f746ca065b2d9c1d77012cf0d7fbc26542da620.tar.gz
external_gettext-8f746ca065b2d9c1d77012cf0d7fbc26542da620.tar.bz2
Fix the --width option to not split multibyte characters, and respect the
wcwidth of the characters.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index c61c225..973a85e 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,37 @@
2001-03-03 Bruno Haible <haible@clisp.cons.org>
+ * gen-lbrkprop.c: New file.
+ * 3level.h: New file.
+ * lbrkprop.h: New file, generated by gen-lbrkprop.
+ * linebreak.h: New file.
+ * linebreak.c: New file.
+ * Makefile.am (EXTRA_DIST): Add gen-lbrkprop.c, 3level.h.
+ (libnlsut_a_SOURCES): Add linebreak.c.
+ (noinst_HEADERS): Add linebreak.h, lbrkprop.h.
+
+ * c-ctype.h: New file.
+ * c-ctype.c: New file.
+ * Makefile.am (libnlsut_a_SOURCES): Add c-ctype.c.
+ (noinst_HEADERS): Add c-ctype.h.
+
+ Allow the use of locale_charset() in src.
+ * config.charset: New file, from ../intl/.
+ * localcharset.c: New file, from ../intl/.
+ * ref-add.sin: New file, from ../intl/.
+ * ref-del.sin: New file, from ../intl/.
+ * Makefile.am (EXTRA_DIST): Add config.charset, ref-{add,del}.sin.
+ (libnlsut_a_SOURCES): Add localcharset.c.
+ (DEFS): Define to set LIBDIR.
+ (INCLUDES): Add -I. -I$(srcdir) -I.. to compensate for automake's
+ default DEFS setting.
+ (all-local, install-exec-local, uninstall-local, charset.alias): New
+ targets.
+ (SUFFIXES): New variable.
+ (.sin.sed): New rule.
+ (CLEANFILES): New variable.
+
+2001-03-03 Bruno Haible <haible@clisp.cons.org>
+
* printf.h (PARAMS): GNU C always supports prototypes.
* system.h (PARAMS): Likewise.