From ebe5d182f5227a55c022aacd5bc44a8ccc21f269 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 26 Mar 2011 12:58:57 +0100 Subject: Support names and long names of canonical combining classes. --- ChangeLog | 2 ++ autogen.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 53f79a8..91df5cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ 2011-03-26 Bruno Haible 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 -- cgit v1.2.1