summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-23 00:32:03 +0100
committerBruno Haible <bruno@clisp.org>2011-03-23 00:32:03 +0100
commitc3f095a543f296897f10442db9979fcd3a1b4a0b (patch)
tree586ffec4bc10e9a82f9065b5912f8d7a0810202e /NEWS
parent7bb72682e5dd5f6701e12045167c243464fdd505 (diff)
downloadlibunistring-c3f095a543f296897f10442db9979fcd3a1b4a0b.tar.gz
Use term "bidi class" instead of "bidirectional category".
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 78c562f..c098935 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,13 @@ New in 0.9.4:
uc_is_property_changes_when_casemapped
But it's recommended to use the case mapping functions from unicase.h
instead.
+* In the include file unictype.h, the functions for bidi class, formerly known
+ as bidirectional category, have been renamed:
+ uc_bidi_category_name -> uc_bidi_class_name
+ uc_bidi_category_byname -> uc_bidi_class_byname
+ uc_bidi_category -> uc_bidi_class
+ uc_is_bidi_category -> uc_is_bidi_class
+ The old function names still exist, but are obsolete.
* It is now easier to detect the subminor version: The value of the variable
_libunistring_version and of the macro _LIBUNISTRING_VERSION now includes
also the subminor version.