diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 86cd4e9c1cf..7d25566c12e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * textmodes/flyspell.el (flyspell-last-buffer): New var. | ||
| 4 | (flyspell-accept-buffer-local-defs): Use it to avoid doing silly | ||
| 5 | redundant work. | ||
| 6 | (flyspell-mode-on): Use add-hook for after-change-functions. | ||
| 7 | (flyspell-mode-off): Use remove-hook for after-change-functions. | ||
| 8 | (flyspell-changes): Make it buffer-local. | ||
| 9 | (flyspell-after-change-function): Make it non-interactive. Use push. | ||
| 10 | (flyspell-post-command-hook): Check input-pending-p while processing | ||
| 11 | the potentially long list of buffer changes. | ||
| 12 | |||
| 1 | 2005-11-28 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | 13 | 2005-11-28 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> |
| 2 | 14 | ||
| 3 | * buff-menu.el (list-buffers-noselect): Display the selected | 15 | * buff-menu.el (list-buffers-noselect): Display the selected |