comparison lisp/ChangeLog @ 102254:b1e27fe5a4b5

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 25 Feb 2009 01:07:12 +0000
parents 8a3d30f9b513
children ad51339f47b4
comparison
equal deleted inserted replaced
102253:8a3d30f9b513 102254:b1e27fe5a4b5
1 2009-02-25 Kenichi Handa <handa@m17n.org>
2
3 * composite.el (auto-composition-mode): Don't add a hook to
4 after-change-functions. Don't decompose the buffer.
5 (auto-composition-after-change): Delete it.
6 (toggle-auto-composition): Make it an alias of
7 auto-composition-mode.
8 (auto-compose-region): Delete it.
9
1 2009-02-24 Stefan Monnier <monnier@iro.umontreal.ca> 10 2009-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2 11
3 * term/ns-win.el (ns-working-overlay): Don't make it buffer-local. 12 * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
4 (ns-working-overlay-len): Remove. Use ns-working-overlay instead. 13 (ns-working-overlay-len): Remove. Use ns-working-overlay instead.
5 (ns-delete-working-text): Merge with ns-unecho-working-text. 14 (ns-delete-working-text): Merge with ns-unecho-working-text.