aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2006-11-04 10:34:56 +0000
committerEli Zaretskii2006-11-04 10:34:56 +0000
commit113fa448472fbbe5be5aee0cf5547cda29540060 (patch)
treebed15b20a03798a1d38888bd94398feb66e98030 /lisp/ChangeLog
parente6043b9581253b9215c2a751d0e77c562f177350 (diff)
downloademacs-113fa448472fbbe5be5aee0cf5547cda29540060.tar.gz
emacs-113fa448472fbbe5be5aee0cf5547cda29540060.zip
(whitespace-indent-regexp): Make this match any multiples of eight spaces near
the beginning of a line. (whitespace-buffer): Use `remove-overlays' instead of `whitespace-unhighlight-the-space' and `overlay-recenter' to speed up overlay handling. (whitespace-buffer-leading, whitespace-buffer-trailing): Make these functions highlight the text removed by `whitespace-buffer-leading-cleanup' and `whitespace-buffer-trailing-cleanup' respectively. (whitespace-buffer-search): Use `with-local-quit'. Move `format' out of loop to speed up scanning larger buffers. (whitespace-unhighlight-the-space): Remove `remove-hook' since that function is never added to a hook. (whitespace-spacetab-regexp, whitespace-ateol-regexp) (whitespace-buffer-leading-cleanup) (whitespace-refresh-rescan-list): Fix docstrings.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog23
1 files changed, 21 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a9d99e0e6bd..a026c80deb5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12006-11-04 Martin Rudalics <rudalics@gmx.at>
2
3 * whitespace.el (whitespace-indent-regexp): Make this match any
4 multiples of eight spaces near the beginning of a line.
5 (whitespace-buffer): Use `remove-overlays' instead of
6 `whitespace-unhighlight-the-space' and `overlay-recenter' to
7 speed up overlay handling.
8 (whitespace-buffer-leading, whitespace-buffer-trailing): Make
9 these functions highlight the text removed by
10 `whitespace-buffer-leading-cleanup' and
11 `whitespace-buffer-trailing-cleanup' respectively.
12 (whitespace-buffer-search): Use `with-local-quit'. Move
13 `format' out of loop to speed up scanning larger buffers.
14 (whitespace-unhighlight-the-space): Remove `remove-hook' since
15 that function is never added to a hook.
16 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
17 (whitespace-buffer-leading-cleanup)
18 (whitespace-refresh-rescan-list): Fix docstrings.
19
12006-11-03 Ken Manheimer <ken.manheimer@gmail.com> 202006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
2 21
3 * allout.el (allout-during-yank-processing): Cue for inhibiting 22 * allout.el (allout-during-yank-processing): Cue for inhibiting
@@ -237,7 +256,7 @@
237 * midnight.el (midnight-buffer-display-time): Doc fix. 256 * midnight.el (midnight-buffer-display-time): Doc fix.
238 (clean-buffer-list-kill-never-buffer-names): Add "*server*". 257 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
239 258
2402006-10-22 martin rudalics <rudalics@gmx.at> 2592006-10-22 Martin Rudalics <rudalics@gmx.at>
241 260
242 * textmodes/flyspell.el (flyspell-check-region-doublons): 261 * textmodes/flyspell.el (flyspell-check-region-doublons):
243 Fix last fix. 262 Fix last fix.
@@ -254,7 +273,7 @@
254 event to unread-command-events as (t . EVENT) so it will be added 273 event to unread-command-events as (t . EVENT) so it will be added
255 to this-command-keys by read-key-sequence. 274 to this-command-keys by read-key-sequence.
256 275
2572006-10-22 martin rudalics <rudalics@gmx.at> 2762006-10-22 Martin Rudalics <rudalics@gmx.at>
258 277
259 * textmodes/flyspell.el (flyspell-word): Skip past all previous 278 * textmodes/flyspell.el (flyspell-word): Skip past all previous
260 whitespace when checking doublons. 279 whitespace when checking doublons.