aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2010-01-14 12:44:36 +0900
committerKenichi Handa2010-01-14 12:44:36 +0900
commitd9a7c14092befb75995e75dc66d050af514443e6 (patch)
tree08ac48393db87e623233cf089ef0f72474ae4fea /lisp/ChangeLog
parentd1bf28dc12ef1a0f3cecbf78f38795db27b38574 (diff)
downloademacs-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/ChangeLog11
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 @@
12010-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
12010-01-12 Michael Albinus <michael.albinus@gmx.de> 122010-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