summaryrefslogtreecommitdiffstats
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-04-04 23:53:21 +0000
committerBruno Haible <bruno@clisp.org>2001-04-04 23:53:21 +0000
commit32cb998e0258a29dedca89f67276931992676924 (patch)
treef21d5973db7f07c0aadc8eebb097f0f00d4ce757 /lib/ChangeLog
parentb2b841f8bda96fee7fa80a1f678fc12f37e3d605 (diff)
downloadexternal_gettext-32cb998e0258a29dedca89f67276931992676924.zip
external_gettext-32cb998e0258a29dedca89f67276931992676924.tar.gz
external_gettext-32cb998e0258a29dedca89f67276931992676924.tar.bz2
Add the mbswidth function to the lib.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 842f3b2..bd8687d 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,12 @@
2001-04-04 Bruno Haible <haible@clisp.cons.org>
+ * mbswidth.h: New file, from textutils-2.0.13 with modifications.
+ * mbswidth.c: Likewise.
+ * Makefile.am (noinst_HEADERS): Add mbswidth.h.
+ (libnlsut_a_SOURCES): Add mbswidth.c.
+
+2001-04-04 Bruno Haible <haible@clisp.cons.org>
+
* linebreak.h (UC_BREAK_UNDEFINED): New enum value.
(u8_width_linebreaks, u16_width_linebreaks, u32_width_linebreaks,
mbs_width_linebreaks): Add overrides argument.