aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2005-11-28 16:44:37 +0000
committerStefan Monnier2005-11-28 16:44:37 +0000
commit6a99c272837ee61fa361007ffce3069feb704a32 (patch)
tree23fb2efbee8a41bb15785980e98886965c8bbee2 /lisp/ChangeLog
parente99c9adab079002460e74b5b4585db7599f1992d (diff)
downloademacs-6a99c272837ee61fa361007ffce3069feb704a32.tar.gz
emacs-6a99c272837ee61fa361007ffce3069feb704a32.zip
(flyspell-last-buffer): New var.
(flyspell-accept-buffer-local-defs): Use it to avoid silly redundant work. (flyspell-mode-on): Use add-hook for after-change-functions. (flyspell-mode-off): Use remove-hook for after-change-functions. (flyspell-changes): Make it buffer-local. (flyspell-after-change-function): Make it non-interactive. Use push. (flyspell-post-command-hook): Check input-pending-p while processing the potentially long list of buffer changes.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
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 @@
12005-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
12005-11-28 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> 132005-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