diff options
| author | Kenichi Handa | 2011-08-23 20:48:07 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2011-08-23 20:48:07 +0900 |
| commit | 0902a04edd7a2e0ca5d73fd996e46f26d5228501 (patch) | |
| tree | f525281c4570fda4a5d45a5506f79be3f639a502 /lisp/ChangeLog | |
| parent | 823564e519dd1f3e81a79949e1abc033c9e7c0a5 (diff) | |
| download | emacs-0902a04edd7a2e0ca5d73fd996e46f26d5228501.tar.gz emacs-0902a04edd7a2e0ca5d73fd996e46f26d5228501.zip | |
Fix default values of character properties.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 38c536af62c..37fc5eb1a28 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2011-08-23 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/charprop.el: | ||
| 4 | * international/uni-bidi.el: | ||
| 5 | * international/uni-category.el: | ||
| 6 | * international/uni-combining.el: | ||
| 7 | * international/uni-comment.el: | ||
| 8 | * international/uni-decimal.el: | ||
| 9 | * international/uni-decomposition.el: | ||
| 10 | * international/uni-digit.el: | ||
| 11 | * international/uni-lowercase.el: | ||
| 12 | * international/uni-mirrored.el: | ||
| 13 | * international/uni-name.el: | ||
| 14 | * international/uni-numeric.el: | ||
| 15 | * international/uni-old-name.el: | ||
| 16 | * international/uni-titlecase.el: | ||
| 17 | * international/uni-uppercase.el: Regenerate. | ||
| 18 | |||
| 1 | 2011-08-18 Chong Yidong <cyd@stupidchicken.com> | 19 | 2011-08-18 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 20 | ||
| 3 | * international/characters.el: Add L and R categories. | 21 | * international/characters.el: Add L and R categories. |