diff options
| author | Miles Bader | 2006-01-26 02:23:05 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-01-26 02:23:05 +0000 |
| commit | db856169c248b363fe3dc5ee4e8b1dd18c3a05a2 (patch) | |
| tree | 68283d4172cd6c1f9a6ad4d2bcd4dcdf08433118 | |
| parent | b2ba4dcba149f845bf7fcf15b6cede6a6cbcc336 (diff) | |
| parent | d1efee22033bff7c7d22d5eda93eee14e7796a8c (diff) | |
| download | emacs-db856169c248b363fe3dc5ee4e8b1dd18c3a05a2.tar.gz emacs-db856169c248b363fe3dc5ee4e8b1dd18c3a05a2.zip | |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-8
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 15)
- Update from CVS
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fd04ddce0f0..5b8d6a990e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2006-01-25 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/mule.el (decode-char): Avoid the overhead of | ||
| 4 | calling utf-lookup-subst-table-for-decode if | ||
| 5 | utf-translate-cjk-mode is nil. | ||
| 6 | (encode-char): Avoid the overhead of calling | ||
| 7 | utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is | ||
| 8 | nil. | ||
| 9 | |||
| 10 | 2006-01-22 Kenichi Handa <handa@m17n.org> | ||
| 11 | |||
| 12 | * international/mule.el (make-subsidiary-coding-system): Reset | ||
| 13 | `coding-system-define-form' property of subsidiaries to nil. | ||
| 14 | Avoid duplicated entry in coding-system-alist. | ||
| 15 | (make-coding-system): Avoid duplicated entry in | ||
| 16 | coding-system-alist. | ||
| 17 | (define-coding-system-alias): Likewise. | ||
| 18 | |||
| 1 | 2006-01-24 Luc Teirlinck <teirllm@auburn.edu> | 19 | 2006-01-24 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 20 | ||
| 3 | * completion.el: Minor fixes in introductory comment. | 21 | * completion.el: Minor fixes in introductory comment. |