diff options
| -rw-r--r-- | lisp/ChangeLog.22 | 33 | ||||
| -rw-r--r-- | src/ChangeLog.22 | 4 |
2 files changed, 37 insertions, 0 deletions
diff --git a/lisp/ChangeLog.22 b/lisp/ChangeLog.22 index dfa22bc6a56..79cd208db19 100644 --- a/lisp/ChangeLog.22 +++ b/lisp/ChangeLog.22 | |||
| @@ -1,3 +1,36 @@ | |||
| 1 | 2005-01-30 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/fontset.el (font-encoding-alist): Add an entry for | ||
| 4 | microsoft-cp1251. | ||
| 5 | (setup-default-fontset): Add entries for microsoft-cp1251 and | ||
| 6 | koi8-r for cyrillic. | ||
| 7 | |||
| 8 | * international/mule-cmds.el (char-code-property-alist): New | ||
| 9 | variable. | ||
| 10 | (define-char-code-property): New function. | ||
| 11 | (get-char-code-property): Handle a char-table registerd in | ||
| 12 | char-code-property-alist. | ||
| 13 | (put-char-code-property): Likewise. | ||
| 14 | (set-language-environment): Check :ascii-compatible-p property of | ||
| 15 | nonascii charset instead of its dimension. | ||
| 16 | |||
| 17 | * international/uni-bidi.el, international/uni-category.el, | ||
| 18 | international/uni-combining.el, international/uni-comment.el, | ||
| 19 | international/uni-decimal.el, international/uni-decomposition.el, | ||
| 20 | international/uni-digit.el, international/uni-lowercase.el, | ||
| 21 | international/uni-mirrored.el, international/uni-name.el, | ||
| 22 | international/uni-numeric.el, international/uni-old-name.el, | ||
| 23 | international/uni-titlecase.el, international/uni-uppercase.el, | ||
| 24 | international/charprop.el: New files automatically generated by | ||
| 25 | admin/unidata/Makefile. | ||
| 26 | |||
| 27 | * loadup.el: Load internationnal/charprop.el. | ||
| 28 | |||
| 29 | * descr-text.el (describe-char-unidata-list): New variable. | ||
| 30 | (describe-char-unicode-data): Use char-code-property-description. | ||
| 31 | (describe-char): Add lines for describing Unicode-based character | ||
| 32 | properties. | ||
| 33 | |||
| 1 | 2005-01-17 Kenichi Handa <handa@m17n.org> | 34 | 2005-01-17 Kenichi Handa <handa@m17n.org> |
| 2 | 35 | ||
| 3 | * tar-mode.el (tar-extract): Adjust code merged from trunk for | 36 | * tar-mode.el (tar-extract): Adjust code merged from trunk for |
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index 29acae251b2..1d5c47f7808 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-01-30 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * Makefile.in (lisp): Include charprop.el. | ||
| 4 | |||
| 1 | 2005-01-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 5 | 2005-01-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 6 | ||
| 3 | * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash. | 7 | * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash. |