diff options
Diffstat (limited to 'admin/ChangeLog')
| -rw-r--r-- | admin/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index bc38edfc8d4..17cbcbb3bdf 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2011-08-23 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * unidata/unidata-gen.el (unidata-prop-alist): Update the default | ||
| 4 | values of bidi-class according to DerivedBidiClass.txt from the | ||
| 5 | latest UCD. | ||
| 6 | |||
| 7 | 2011-08-23 Kenichi Handa <handa@m17n.org> | ||
| 8 | |||
| 9 | * unidata/unidata-gen.el (unidata-prop-alist): Provide default | ||
| 10 | values for name, general-category, canonical-combining-class, | ||
| 11 | mirrored, and bidi-class. Describe the meaning of value nil for | ||
| 12 | decimal-digit-value, digit-value, numeric-value, uppercase, | ||
| 13 | lowercase, titlecase, and mirroring. | ||
| 14 | (unidata-gen-table): Handle the case that default-value is a | ||
| 15 | list. Set default values of characters not listed in a table. | ||
| 16 | (unidata-get-name): Return an empty string if a value in a | ||
| 17 | char-table is nil. | ||
| 18 | (unidata-get-decomposition): Return a list of character itself if | ||
| 19 | a value in a char-table is nil. | ||
| 20 | |||
| 1 | 2011-08-15 Eli Zaretskii <eliz@gnu.org> | 21 | 2011-08-15 Eli Zaretskii <eliz@gnu.org> |
| 2 | 22 | ||
| 3 | * unidata/bidimirror.awk: File removed. | 23 | * unidata/bidimirror.awk: File removed. |