>From 5a5a18084a82ce84d1c58bea477eda733ed0676f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 28 Apr 2020 01:18:11 +0200 Subject: [PATCH 1/9] 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. --- ChangeLog | 11 +++++++++++ MODULES.html.sh | 11 ++++++----- NEWS | 3 +++ modules/unictype/bidicategory-all | 26 -------------------------- modules/unictype/bidicategory-byname | 26 -------------------------- modules/unictype/bidicategory-name | 26 -------------------------- modules/unictype/bidicategory-of | 26 -------------------------- modules/unictype/bidicategory-test | 26 -------------------------- 8 files changed, 20 insertions(+), 135 deletions(-) delete mode 100644 modules/unictype/bidicategory-all delete mode 100644 modules/unictype/bidicategory-byname delete mode 100644 modules/unictype/bidicategory-name delete mode 100644 modules/unictype/bidicategory-of delete mode 100644 modules/unictype/bidicategory-test diff --git a/ChangeLog b/ChangeLog index c13c82b..2078f46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2020-04-27 Bruno Haible + + 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 Tune fts for FTS_LOGICAL+FTS_NOSTAT diff --git a/MODULES.html.sh b/MODULES.html.sh index d1ec78f..2c8f956 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 c9548d5..585d9d8 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 d5c05e1..0000000 --- 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 2afced3..0000000 --- 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 5a0f9ff..0000000 --- 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 fb7c085..0000000 --- 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 76feb68..0000000 --- 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 -- 2.7.4