aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2009-02-25 01:07:12 +0000
committerKenichi Handa <[email protected]>2009-02-25 01:07:12 +0000
commit39656cb399827badde2c16081a0e1ad19f668bb7 (patch)
treeb053951dd3792ab5a20c9d20446d74e2334ab30e /lisp
parent43c660bc8971d76e1bfe84199cb5b3ca855d47d6 (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e0b2d1919c..69cd9ce64f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2009-02-25 Kenichi Handa <[email protected]>
+
+ * composite.el (auto-composition-mode): Don't add a hook to
+ after-change-functions. Don't decompose the buffer.
+ (auto-composition-after-change): Delete it.
+ (toggle-auto-composition): Make it an alias of
+ auto-composition-mode.
+ (auto-compose-region): Delete it.
+
2009-02-24 Stefan Monnier <[email protected]>
* term/ns-win.el (ns-working-overlay): Don't make it buffer-local.