diff options
| author | Kenichi Handa | 2010-01-14 12:44:36 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-01-14 12:44:36 +0900 |
| commit | d9a7c14092befb75995e75dc66d050af514443e6 (patch) | |
| tree | 08ac48393db87e623233cf089ef0f72474ae4fea /lisp/ChangeLog | |
| parent | d1bf28dc12ef1a0f3cecbf78f38795db27b38574 (diff) | |
| download | emacs-d9a7c14092befb75995e75dc66d050af514443e6.tar.gz emacs-d9a7c14092befb75995e75dc66d050af514443e6.zip | |
Make auto-composition work on all buffers even if they are fundamental mode.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c95811a8fc..72e25487320 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2010-01-14 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * composite.el (auto-composition-mode): Make it a buffer local | ||
| 4 | variable (permanent-local). | ||
| 5 | (auto-composition-function): Set the default value to | ||
| 6 | auto-compose-chars. | ||
| 7 | (auto-composition-mode): Make it a simple function, not a minor | ||
| 8 | mode. | ||
| 9 | (global-auto-composition-mode): Likewise. | ||
| 10 | (turn-on-auto-composition-if-enabled): Delete it. | ||
| 11 | |||
| 1 | 2010-01-12 Michael Albinus <michael.albinus@gmx.de> | 12 | 2010-01-12 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 13 | ||
| 3 | * files.el (copy-directory): Compute target for recursive | 14 | * files.el (copy-directory): Compute target for recursive |