New module 'unictype/category-longname'.
[gnulib.git] / ChangeLog
index a461364..b33f027 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
 2011-03-25  Bruno Haible  <bruno@clisp.org>
 
+       New module 'unictype/category-longname'.
+       * lib/unictype.in.h (uc_general_category_long_name): New declaration.
+       * lib/unictype/categ_longname.c: New file.
+       * modules/unictype/category-longname: New file.
+       * modules/unictype/category-all (Depends-on): Add it.
+
+2011-03-25  Bruno Haible  <bruno@clisp.org>
+
+       Tests for module 'unictype/category-LC'.
+       * modules/unictype/category-LC-tests: New file.
+       * tests/unictype/test-categ_LC.c: New file, automatically generated.
+
        New module 'unictype/category-LC'.
        * lib/unictype.in.h (UC_CATEGORY_MASK_LC): New enumeration value.
        (UC_CATEGORY_LC): New declaration.
@@ -14,7 +26,9 @@
        category LC.
        * lib/unictype/categ_byname.c (uc_general_category_byname): Likewise.
        * modules/unictype/category-LC: New file.
-       * modules/unictype/category-all (Depends-on): Add unictype/category-LC.
+       * modules/unictype/category-byname (Depends-on): Add
+       unictype/category-LC.
+       * modules/unictype/category-all (Depends-on): Likewise.
 
 2011-03-25  Eric Blake  <eblake@redhat.com>