comparison lisp/ChangeLog @ 67178:db5dfb03d180

(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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 28 Nov 2005 16:44:37 +0000
parents e59c64acce36
children cfc0110bc143
comparison
equal deleted inserted replaced
67177:e59c64acce36 67178:db5dfb03d180
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
4 frame's buffer list, not the global one. 16 frame's buffer list, not the global one.
5 17