summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-26 12:58:57 +0100
committerBruno Haible <bruno@clisp.org>2011-03-26 12:58:57 +0100
commitebe5d182f5227a55c022aacd5bc44a8ccc21f269 (patch)
tree88bef5556ae99b34ee7a55171ad512054811467d
parentff937d6f53d3e2b26d94c638453e02cb940739fd (diff)
downloadlibunistring-ebe5d182f5227a55c022aacd5bc44a8ccc21f269.tar.gz
Support names and long names of canonical combining classes.
-rw-r--r--ChangeLog2
-rwxr-xr-xautogen.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 53f79a8..91df5cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@
2011-03-26 Bruno Haible <bruno@clisp.org>
Support names and long names of canonical combining classes.
+ * autogen.sh (GNULIB_MODULES): Use unictype/combining-class-all instead
+ of unictype/combining-class.
* doc/unictype.texi (Canonical combining class): Mention UC_CCC_ATA.
Document the functions uc_combining_class_name,
uc_combining_class_long_name, uc_combining_class_byname.
diff --git a/autogen.sh b/autogen.sh
index 3037081..bde7758 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -281,7 +281,7 @@ if test $skip_gnulib = false; then
unictype/bidiclass-all
unictype/block-all
unictype/category-all
- unictype/combining-class
+ unictype/combining-class-all
unictype/ctype-alnum
unictype/ctype-alpha
unictype/ctype-blank