unictype/bidiclass-byname: Recognize long names as well.
[gnulib.git] / ChangeLog
index 86c1876..98b416e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
+2011-03-26  Bruno Haible  <bruno@clisp.org>
+
+       unictype/bidiclass-byname: Recognize long names as well.
+       * lib/unictype.in.h (uc_bidi_class_byname): Allow argument to be a long
+       name.
+       * lib/unictype/bidi_byname.c: Include <string.h>,
+       unictype/bidi_byname.h.
+       (uc_bidi_class_byname): Use uc_bidi_class_lookup.
+       * lib/unictype/bidi_byname.gperf: New file.
+       * modules/unictype/bidiclass-byname (Files): Add
+       lib/unictype/bidi_byname.gperf.
+       (Depends-on): Add gperf.
+       (Makefile.am): Add rule for generating unictype/bidi_byname.h.
+       * tests/unictype/test-bidi_byname.c (main): Test the recognition of
+       long names.
+
+       Tests for module 'unictype/bidiclass-longname'.
+       * modules/unictype/bidiclass-longname-tests: New file.
+       * tests/unictype/test-bidi_longname.c: New file.
+
+       New module 'unictype/bidiclass-longname'.
+       * lib/unictype.in.h (uc_bidi_class_long_name): New declaration.
+       * lib/unictype/bidi_longname.c: New file.
+       * modules/unictype/bidiclass-longname: New file.
+       * modules/unictype/bidiclass-all (Depends-on): Add
+       unictype/bidiclass-longname.
+
+2011-03-26  Bruno Haible  <bruno@clisp.org>
+
+       unictype/bidi*: Rename modules.
+       * modules/unictype/bidiclass-all: Renamed from
+       modules/unictype/bidicategory-all.
+       * modules/unictype/bidiclass-name: Renamed from
+       modules/unictype/bidiclass-name.
+       (Description): Update.
+       * modules/unictype/bidiclass-name-tests: Renamed from
+       modules/unictype/bidicategory-name-tests.
+       * modules/unictype/bidiclass-byname: Renamed from
+       modules/unictype/bidicategory-byname.
+       (Description): Update.
+       * modules/unictype/bidiclass-byname-tests: Renamed from
+       modules/unictype/bidicategory-byname-tests.
+       * modules/unictype/bidiclass-of: Renamed from
+       modules/unictype/bidicategory-of.
+       (Description): Update.
+       * modules/unictype/bidiclass-of-tests: Renamed from
+       modules/unictype/bidicategory-of-tests.
+       * modules/unictype/bidiclass-test: Renamed from
+       modules/unictype/bidicategory-test.
+       (Description): Update.
+       * modules/unictype/bidiclass-test-tests: Renamed from
+       modules/unictype/bidicategory-test-tests.
+       * modules/unictype/bidicategory-all: New file, a simple redirection.
+       * modules/unictype/bidicategory-name: Likewise.
+       * modules/unictype/bidicategory-byname: Likewise.
+       * modules/unictype/bidicategory-of: Likewise.
+       * modules/unictype/bidicategory-test: Likewise.
+       * modules/unictype/property-bidi-* (Dependencies): Update.
+       * lib/unictype/bidi_*.c: Update comment.
+
+2011-03-26  Bruno Haible  <bruno@clisp.org>
+
+       unictype/bidi*: Rename functions, part 2.
+       * modules/unictype/bidicategory-name (configure.ac): Update required
+       libunistring version.
+       * modules/unictype/bidicategory-byname (configure.ac): Likewise.
+
 2011-03-25  Bruno Haible  <bruno@clisp.org>
 
        New module 'unictype/combining-class-all'.