diff options
author | Eli Zaretskii <eliz@gnu.org> | 2011-08-23 17:45:14 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2011-08-23 17:45:14 +0300 |
commit | bca633fb296b17c0e86d589c50fb3414b361e0b3 (patch) | |
tree | 1b1e93f6017f7614f6aa950fa78ced1249a99b99 /src/ChangeLog | |
parent | 4a5885a74a3310ed4f4ba86eee3c406019b2c334 (diff) | |
download | emacs-bca633fb296b17c0e86d589c50fb3414b361e0b3.tar.gz |
Followup for character properties in 2011-08-23T11:48:07Z!handa@m17n.org.
src/bidi.c (bidi_get_type): Abort if we get zero as the bidi type of
a character.
admin/unidata/unidata-gen.el (unidata-prop-alist): Update the default
values of bidi-class according to DerivedBidiClass.txt from the
latest UCD.
lisp/international/uni-bidi.el: Regenerated.
doc/lispref/nonascii.texi (Character Properties): Document the values for
unassigned codepoints.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e7d426f23fb..c629598fcf7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-08-23 Eli Zaretskii <eliz@gnu.org> + + * bidi.c (bidi_get_type): Abort if we get zero as the bidi type of + a character. + 2011-08-23 Chong Yidong <cyd@stupidchicken.com> * nsfont.m (ns_otf_to_script): Fix typo. |