* modules/unictype/bidicategory-all: Remove file.
* modules/unictype/bidicategory-byname: Remove file.
* modules/unictype/bidicategory-name: Remove file.
* modules/unictype/bidicategory-of: Remove file.
* modules/unictype/bidicategory-test: Remove file.
* MODULES.html.sh (Unicode string functions): Update.
* NEWS: Mention the removals.
+2020-04-27 Bruno Haible <bruno@clisp.org>
+
+ unictype/bidicategory-*: Remove deprecated modules.
+ * modules/unictype/bidicategory-all: Remove file.
+ * modules/unictype/bidicategory-byname: Remove file.
+ * modules/unictype/bidicategory-name: Remove file.
+ * modules/unictype/bidicategory-of: Remove file.
+ * modules/unictype/bidicategory-test: Remove file.
+ * MODULES.html.sh (Unicode string functions): Update.
+ * NEWS: Mention the removals.
+
2020-04-25 Paul Eggert <eggert@cs.ucla.edu>
Tune fts for FTS_LOGICAL+FTS_NOSTAT
func_module uniname/base
func_module uniname/uniname
func_module unictype/base
- func_module unictype/bidicategory-byname
- func_module unictype/bidicategory-name
- func_module unictype/bidicategory-of
- func_module unictype/bidicategory-test
- func_module unictype/bidicategory-all
+ func_module unictype/bidiclass-byname
+ func_module unictype/bidiclass-name
+ func_module unictype/bidiclass-longname
+ func_module unictype/bidiclass-of
+ func_module unictype/bidiclass-test
+ func_module unictype/bidiclass-all
func_module unictype/block-list
func_module unictype/block-of
func_module unictype/block-test
Date Modules Changes
+2020-04-27 unictype/bidicategory-* These deprecated modules are removed. Use
+ the modules unictype/bidiclass-* instead.
+
2020-03-28 dosname On native Windows, OS/2, DOS,
IS_RELATIVE_FILE_NAME("c:") now returns false.
+++ /dev/null
-Description:
-Unicode character bidi category functions.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'unictype/bidiclass-all' instead.
-
-Files:
-
-Depends-on:
-unictype/bidiclass-all
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-"unictype.h"
-
-License:
-LGPLv3+ or GPLv2
-
-Maintainer:
-all
+++ /dev/null
-Description:
-Find a Unicode character bidi category, given its name.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'unictype/bidiclass-byname' instead.
-
-Files:
-
-Depends-on:
-unictype/bidiclass-byname
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-"unictype.h"
-
-License:
-LGPLv3+ or GPLv2
-
-Maintainer:
-all
+++ /dev/null
-Description:
-Name of Unicode character bidi category.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'unictype/bidiclass-name' instead.
-
-Files:
-
-Depends-on:
-unictype/bidiclass-name
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-"unictype.h"
-
-License:
-LGPLv3+ or GPLv2
-
-Maintainer:
-all
+++ /dev/null
-Description:
-Determine bidi category of a Unicode character.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'unictype/bidiclass-of' instead.
-
-Files:
-
-Depends-on:
-unictype/bidiclass-of
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-"unictype.h"
-
-License:
-LGPLv3+ or GPLv2
-
-Maintainer:
-all
+++ /dev/null
-Description:
-Test whether a Unicode character belongs to a given bidi category.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'unictype/bidiclass-test' instead.
-
-Files:
-
-Depends-on:
-unictype/bidiclass-test
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-"unictype.h"
-
-License:
-LGPLv3+ or GPLv2
-
-Maintainer:
-all