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