]> Savannah Git Hosting - gnulib.git/commitdiff
unictype/bidicategory-*: Remove deprecated modules.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Apr 2020 23:18:11 +0000 (01:18 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 27 Apr 2020 23:21:19 +0000 (01:21 +0200)
* 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.

ChangeLog
MODULES.html.sh
NEWS
modules/unictype/bidicategory-all [deleted file]
modules/unictype/bidicategory-byname [deleted file]
modules/unictype/bidicategory-name [deleted file]
modules/unictype/bidicategory-of [deleted file]
modules/unictype/bidicategory-test [deleted file]

index c13c82bacb84d00ec3feaee0e92444e790e72564..2078f463075713a7980dbb04d28d70b7191069e3 100644 (file)
--- 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
index d1ec78f626ac208cc4e56770d96bf0bd37802723..2c8f956d9af1cb8833705a4513211b54ca92e111 100755 (executable)
@@ -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 c9548d5b28bfaa439b942bbf5ce0b3f88f7b9bf5..585d9d8cf607e77fa05431c18db2ed4597c57573 100644 (file)
--- 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 (file)
index d5c05e1..0000000
+++ /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 (file)
index 2afced3..0000000
+++ /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 (file)
index 5a0f9ff..0000000
+++ /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 (file)
index fb7c085..0000000
+++ /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 (file)
index 76feb68..0000000
+++ /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