summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2009-02-25 01:07:12 +0000
committerKenichi Handa <handa@m17n.org>2009-02-25 01:07:12 +0000
commit39656cb399827badde2c16081a0e1ad19f668bb7 (patch)
treeb053951dd3792ab5a20c9d20446d74e2334ab30e
parent43c660bc8971d76e1bfe84199cb5b3ca855d47d6 (diff)
downloademacs-39656cb399827badde2c16081a0e1ad19f668bb7.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e0b2d1919ca..69cd9ce64f7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2009-02-25 Kenichi Handa <handa@m17n.org>
+
+ * 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 <monnier@iro.umontreal.ca>
* term/ns-win.el (ns-working-overlay): Don't make it buffer-local.