diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 99cf5ee1f52..e0b2d1919ca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2009-02-24 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * term/ns-win.el (ns-working-overlay): Don't make it buffer-local. | ||
| 4 | (ns-working-overlay-len): Remove. Use ns-working-overlay instead. | ||
| 5 | (ns-delete-working-text): Merge with ns-unecho-working-text. | ||
| 6 | Decide which to use based on ns-working-overlay. | ||
| 7 | (ns-unecho-working-text): Remove. | ||
| 8 | (ns-insert-working-text, ns-echo-working-text): Adjust accordingly. | ||
| 9 | |||
| 1 | 2009-02-24 Juanma Barranquero <lekktu@gmail.com> | 10 | 2009-02-24 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 11 | ||
| 3 | * textmodes/ispell.el (ispell-region): Adapt "done" message to | 12 | * textmodes/ispell.el (ispell-region): Adapt "done" message to |