From 8f746ca065b2d9c1d77012cf0d7fbc26542da620 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 6 Mar 2001 15:09:27 +0000 Subject: Fix the --width option to not split multibyte characters, and respect the wcwidth of the characters. --- lib/ChangeLog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'lib/ChangeLog') 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 + * 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 + * printf.h (PARAMS): GNU C always supports prototypes. * system.h (PARAMS): Likewise. -- cgit v1.1