summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-04-28 01:18:11 +0200
committerBruno Haible <bruno@clisp.org>2020-04-28 01:21:19 +0200
commit5a5a18084a82ce84d1c58bea477eda733ed0676f (patch)
tree26f6f2ec281b609e923e3c61a1c91220344289d6
parent1c048351808c3391eb296186be6f54dc8ee47e3a (diff)
downloadgnulib-5a5a18084a82ce84d1c58bea477eda733ed0676f.tar.gz
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.
-rw-r--r--ChangeLog11
-rwxr-xr-xMODULES.html.sh11
-rw-r--r--NEWS3
-rw-r--r--modules/unictype/bidicategory-all26
-rw-r--r--modules/unictype/bidicategory-byname26
-rw-r--r--modules/unictype/bidicategory-name26
-rw-r--r--modules/unictype/bidicategory-of26
-rw-r--r--modules/unictype/bidicategory-test26
8 files changed, 20 insertions, 135 deletions
diff --git a/ChangeLog b/ChangeLog
index c13c82bacb..2078f46307 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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
diff --git a/MODULES.html.sh b/MODULES.html.sh
index d1ec78f626..2c8f956d9a 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -3138,11 +3138,12 @@ func_all_modules ()
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
diff --git a/NEWS b/NEWS
index c9548d5b28..585d9d8cf6 100644
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,9 @@ User visible incompatible changes
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.
diff --git a/modules/unictype/bidicategory-all b/modules/unictype/bidicategory-all
deleted file mode 100644
index d5c05e1223..0000000000
--- a/modules/unictype/bidicategory-all
+++ /dev/null
@@ -1,26 +0,0 @@
-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
diff --git a/modules/unictype/bidicategory-byname b/modules/unictype/bidicategory-byname
deleted file mode 100644
index 2afced327f..0000000000
--- a/modules/unictype/bidicategory-byname
+++ /dev/null
@@ -1,26 +0,0 @@
-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
diff --git a/modules/unictype/bidicategory-name b/modules/unictype/bidicategory-name
deleted file mode 100644
index 5a0f9ff376..0000000000
--- a/modules/unictype/bidicategory-name
+++ /dev/null
@@ -1,26 +0,0 @@
-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
diff --git a/modules/unictype/bidicategory-of b/modules/unictype/bidicategory-of
deleted file mode 100644
index fb7c08559a..0000000000
--- a/modules/unictype/bidicategory-of
+++ /dev/null
@@ -1,26 +0,0 @@
-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
diff --git a/modules/unictype/bidicategory-test b/modules/unictype/bidicategory-test
deleted file mode 100644
index 76feb68607..0000000000
--- a/modules/unictype/bidicategory-test
+++ /dev/null
@@ -1,26 +0,0 @@
-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