comparison lisp/ChangeLog @ 62869:49b3e21efe02

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 29 May 2005 14:29:34 +0000
parents b02a3533f7c2
children 72f9770b91d4
comparison
equal deleted inserted replaced
62868:3114c221f6b4 62869:49b3e21efe02
6 (gdb-memory-mode): Allow user to increment and decrement 6 (gdb-memory-mode): Allow user to increment and decrement
7 memory address from header line. 7 memory address from header line.
8 8
9 2005-05-29 Richard M. Stallman <rms@gnu.org> 9 2005-05-29 Richard M. Stallman <rms@gnu.org>
10 10
11 * flyspell.el (flyspell-version): Function deleted.
12 (flyspell-auto-correct-previous-hook): Doc fix.
13
11 * jit-lock.el (jit-lock-function, jit-lock-after-change): 14 * jit-lock.el (jit-lock-function, jit-lock-after-change):
12 Do nothing if memory is full. 15 Do nothing if memory is full.
13 16
14 * font-lock.el (font-lock-fontify-syntactically-region): 17 * font-lock.el (font-lock-fontify-syntactically-region):
15 Pass t for GREEDY to looking-back. 18 Pass t for GREEDY to looking-back.
22 * progmodes/compile.el (compilation-start): Set the mode 25 * progmodes/compile.el (compilation-start): Set the mode
23 before inserting the initial text. 26 before inserting the initial text.
24 27
25 * progmodes/which-func.el (which-func-update-1): Turn the mode 28 * progmodes/which-func.el (which-func-update-1): Turn the mode
26 off in case of error by setting which-func-mode. 29 off in case of error by setting which-func-mode.
30
31 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
32
33 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
34 (flyspell-default-delayed-commands): add backward-delete-char-untabify.
35 (flyspell-abbrev-p): Default to nil.
36 (flyspell-use-global-abbrev-table-p): Doc fix.
37 (flyspell-large-region): Allow nil as value.
38 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
39
40 (mail-mode-flyspell-verify): More robust handling
41 of `mail-header-separator'. More efficient signature detection.
42 Allow for regexp metacharacters in message-header-separator.
43 Adding `To' not to be checked in mail-mode-flyspell-verify.
44
45 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
46 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
47 Bind flyspell-auto-correct-binding.
48 Bind C-. and C-, .
49 (flyspell-mode-map): Likewise.
50 (flyspell-mode): Doc fix.
51 (flyspell-accept-buffer-local-defs): Preserve current buffer.
52 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
53 (flyspell-word-cache-result): New var, always local.
54 (flyspell-check-pre-word-p): Doc fix.
55 (flyspell-check-changed-word-p): Handle spc like newline.
56 (flyspell-post-command-hook): Set flyspell-word-cache-result.
57 (flyspell-word-search-backward, flyspell-word-search-forward):
58 New functions.
59 (flyspell-word): Return t if nothing to check.
60 When parsing TeX code, check for after } or \.
61 Use flyspell-word-search-backward to find previous word.
62 Return nil if duplicated word.
63 For word already checked, return same value as last time.
64 Set flyspell-word-cache-result after checking.
65 Don't clobber the return value.
66 (flyspell-get-word): Major rewrite.
67 (flyspell-external-point-words): New locals pword, pcount.
68 Fix size used in progress message.
69 Find the proper corresponding word in flyspell-large-region-buffer.
70 (flyspell-region): Check for flyspell-large-region = nil.
71 (flyspell-highlight-incorrect-region): Clean up overlays in region.
72 (flyspell-auto-correct-word): Check that WORD is a cons.
73 (flyspell-correct-word): Likewise.
74 (flyspell-auto-correct-previous-word):
75 Narrow down to what's on the screen, and recenter overlays
76 at the end of the next word.
27 77
28 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org> 78 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
29 79
30 * progmodes/make-mode.el (makefile-rule-action-regex) 80 * progmodes/make-mode.el (makefile-rule-action-regex)
31 (makefile-macroassign-regex, makefile-makepp-mode) 81 (makefile-macroassign-regex, makefile-makepp-mode)