changeset 2780:dabe1431112d

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 29 Jul 2000 06:09:43 +0000
parents e87315a6437e
children 3b0b8b89f4f1
files lib/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2000-07-18  Bruno Haible  <haible@clisp.cons.org>
+
+	* mbswidth.h (mbswidth): Add a flags argument.
+	(mbswidth): New declaration.
+	(MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
+	* mbswidth.c (mbswidth): Add a flags argument.
+	(mbsnwidth): New function.
+
 2000-07-24  Jim Meyering  <meyering@lucent.com>
 
 	* mbswidth.c: Remove useless #else.  From Bruno Haible.