comparison lisp/ChangeLog @ 73667:3b0bd63c270c

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 04 Nov 2006 10:34:56 +0000
parents a585c8e80043
children 25196146ee3d
comparison
equal deleted inserted replaced
73666:b0f398ac4cbd 73667:3b0bd63c270c
1 2006-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
1 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com> 20 2006-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
4 aberrance processing during yanks. 23 aberrance processing during yanks.
5 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce 24 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
235 (w32-standard-fontset-spec): Fix typo in docstring. 254 (w32-standard-fontset-spec): Fix typo in docstring.
236 255
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
240 2006-10-22 martin rudalics <rudalics@gmx.at> 259 2006-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.
244 263
245 2006-10-23 Nick Roberts <nickrob@snap.net.nz> 264 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
252 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'. 271 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
253 (sit-for): If last command was a prefix arg, add the read-ahead 272 (sit-for): If last command was a prefix arg, add the read-ahead
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
257 2006-10-22 martin rudalics <rudalics@gmx.at> 276 2006-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.
261 (flyspell-check-region-doublons): Fix doublon regexp. 280 (flyspell-check-region-doublons): Fix doublon regexp.
262 (flyspell-highlight-incorrect-region): Highlight doublons using 281 (flyspell-highlight-incorrect-region): Highlight doublons using