+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.
-/* Bidi categories of Unicode characters.
+/* Bidi classes of Unicode characters.
Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2002.
-/* Bidi categories of Unicode characters.
+/* Bidi classes of Unicode characters.
Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2002.
-/* Bidi categories of Unicode characters.
+/* Bidi classes of Unicode characters.
Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2002.
-/* Bidi categories of Unicode characters.
+/* Bidi classes of Unicode characters.
Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2002.
Description:
-Complete API for Unicode character bidi categories.
+Unicode character bidi category functions.
+
+Status:
+obsolete
+
+Notice:
+This module is obsolete. Use the module 'unictype/bidiclass-all' instead.
Files:
Depends-on:
-unictype/base
-unictype/bidicategory-byname
-unictype/bidicategory-name
-unictype/bidicategory-of
-unictype/bidicategory-test
+unictype/bidiclass-all
configure.ac:
Maintainer:
Bruno Haible
-
Description:
Find a Unicode character bidi category, given its name.
+Status:
+obsolete
+
+Notice:
+This module is obsolete. Use the module 'unictype/bidiclass-byname' instead.
+
Files:
-lib/unictype/bidi_byname.c
Depends-on:
-unictype/base
+unictype/bidiclass-byname
configure.ac:
-gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidicategory-byname])
Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_BYNAME
-lib_SOURCES += unictype/bidi_byname.c
-endif
Include:
"unictype.h"
Maintainer:
Bruno Haible
-
+++ /dev/null
-Files:
-tests/unictype/test-bidi_byname.c
-tests/macros.h
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-bidi_byname
-check_PROGRAMS += test-bidi_byname
-test_bidi_byname_SOURCES = unictype/test-bidi_byname.c
-test_bidi_byname_LDADD = $(LDADD) $(LIBUNISTRING)
Description:
Name of Unicode character bidi category.
+Status:
+obsolete
+
+Notice:
+This module is obsolete. Use the module 'unictype/bidiclass-name' instead.
+
Files:
-lib/unictype/bidi_name.c
Depends-on:
-unictype/base
+unictype/bidiclass-name
configure.ac:
-gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidicategory-name])
Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_NAME
-lib_SOURCES += unictype/bidi_name.c
-endif
Include:
"unictype.h"
Maintainer:
Bruno Haible
-
+++ /dev/null
-Files:
-tests/unictype/test-bidi_name.c
-tests/macros.h
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-bidi_name
-check_PROGRAMS += test-bidi_name
-test_bidi_name_SOURCES = unictype/test-bidi_name.c
-test_bidi_name_LDADD = $(LDADD) $(LIBUNISTRING)
Description:
Determine bidi category of a Unicode character.
+Status:
+obsolete
+
+Notice:
+This module is obsolete. Use the module 'unictype/bidiclass-of' instead.
+
Files:
-lib/unictype/bidi_of.c
-lib/unictype/bidi_of.h
Depends-on:
-unictype/base
+unictype/bidiclass-of
configure.ac:
-gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidicategory-of])
Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_OF
-lib_SOURCES += unictype/bidi_of.c
-endif
Include:
"unictype.h"
Maintainer:
Bruno Haible
-
+++ /dev/null
-Files:
-tests/unictype/test-bidi_of.c
-tests/macros.h
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-bidi_of
-check_PROGRAMS += test-bidi_of
-test_bidi_of_SOURCES = unictype/test-bidi_of.c
-test_bidi_of_LDADD = $(LDADD) $(LIBUNISTRING)
Description:
Test whether a Unicode character belongs to a given bidi category.
+Status:
+obsolete
+
+Notice:
+This module is obsolete. Use the module 'unictype/bidiclass-test' instead.
+
Files:
-lib/unictype/bidi_test.c
Depends-on:
-unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-test
configure.ac:
-gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidicategory-test])
Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_TEST
-lib_SOURCES += unictype/bidi_test.c
-endif
Include:
"unictype.h"
Maintainer:
Bruno Haible
-
+++ /dev/null
-Files:
-tests/unictype/test-bidi_test.c
-tests/macros.h
-
-Depends-on:
-unictype/bidicategory-of
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-bidi_test
-check_PROGRAMS += test-bidi_test
-test_bidi_test_SOURCES = unictype/test-bidi_test.c
-test_bidi_test_LDADD = $(LDADD) $(LIBUNISTRING)
--- /dev/null
+Description:
+Complete API for Unicode character bidi categories.
+
+Files:
+
+Depends-on:
+unictype/base
+unictype/bidiclass-byname
+unictype/bidiclass-name
+unictype/bidiclass-of
+unictype/bidiclass-test
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
--- /dev/null
+Description:
+Find a Unicode character bidi class, given its name.
+
+Files:
+lib/unictype/bidi_byname.c
+
+Depends-on:
+unictype/base
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-byname])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_BYNAME
+lib_SOURCES += unictype/bidi_byname.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
--- /dev/null
+Files:
+tests/unictype/test-bidi_byname.c
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-bidi_byname
+check_PROGRAMS += test-bidi_byname
+test_bidi_byname_SOURCES = unictype/test-bidi_byname.c
+test_bidi_byname_LDADD = $(LDADD) $(LIBUNISTRING)
--- /dev/null
+Description:
+Name of Unicode character bidi class.
+
+Files:
+lib/unictype/bidi_name.c
+
+Depends-on:
+unictype/base
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-name])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_NAME
+lib_SOURCES += unictype/bidi_name.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
--- /dev/null
+Files:
+tests/unictype/test-bidi_name.c
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-bidi_name
+check_PROGRAMS += test-bidi_name
+test_bidi_name_SOURCES = unictype/test-bidi_name.c
+test_bidi_name_LDADD = $(LDADD) $(LIBUNISTRING)
--- /dev/null
+Description:
+Determine bidi class of a Unicode character.
+
+Files:
+lib/unictype/bidi_of.c
+lib/unictype/bidi_of.h
+
+Depends-on:
+unictype/base
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-of])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_OF
+lib_SOURCES += unictype/bidi_of.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
--- /dev/null
+Files:
+tests/unictype/test-bidi_of.c
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-bidi_of
+check_PROGRAMS += test-bidi_of
+test_bidi_of_SOURCES = unictype/test-bidi_of.c
+test_bidi_of_LDADD = $(LDADD) $(LIBUNISTRING)
--- /dev/null
+Description:
+Test whether a Unicode character belongs to a given bidi class.
+
+Files:
+lib/unictype/bidi_test.c
+
+Depends-on:
+unictype/base
+unictype/bidiclass-of
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-test])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_TEST
+lib_SOURCES += unictype/bidi_test.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
--- /dev/null
+Files:
+tests/unictype/test-bidi_test.c
+tests/macros.h
+
+Depends-on:
+unictype/bidiclass-of
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-bidi_test
+check_PROGRAMS += test-bidi_test
+test_bidi_test_SOURCES = unictype/test-bidi_test.c
+test_bidi_test_LDADD = $(LDADD) $(LIBUNISTRING)
Depends-on:
unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
configure.ac:
AC_REQUIRE([AC_C_INLINE])
Depends-on:
unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
configure.ac:
AC_REQUIRE([AC_C_INLINE])
Depends-on:
unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
configure.ac:
AC_REQUIRE([AC_C_INLINE])
Depends-on:
unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
configure.ac:
AC_REQUIRE([AC_C_INLINE])
Depends-on:
unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
configure.ac:
AC_REQUIRE([AC_C_INLINE])
Depends-on:
unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
configure.ac:
AC_REQUIRE([AC_C_INLINE])
Depends-on:
unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
configure.ac:
AC_REQUIRE([AC_C_INLINE])
Depends-on:
unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
configure.ac:
AC_REQUIRE([AC_C_INLINE])
Depends-on:
unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
configure.ac:
AC_REQUIRE([AC_C_INLINE])
Depends-on:
unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
configure.ac:
AC_REQUIRE([AC_C_INLINE])
Depends-on:
unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
configure.ac:
AC_REQUIRE([AC_C_INLINE])
Depends-on:
unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
configure.ac:
AC_REQUIRE([AC_C_INLINE])
Depends-on:
unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
configure.ac:
AC_REQUIRE([AC_C_INLINE])
Depends-on:
unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
configure.ac:
AC_REQUIRE([AC_C_INLINE])
Depends-on:
unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
configure.ac:
AC_REQUIRE([AC_C_INLINE])
Depends-on:
unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
configure.ac:
AC_REQUIRE([AC_C_INLINE])
Depends-on:
unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
configure.ac:
AC_REQUIRE([AC_C_INLINE])