diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce23abbf1c9..bf8d6bf2503 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es> | ||
| 2 | |||
| 3 | * textmodes/flyspell.el (flyspell-external-point-words): Consider | ||
| 4 | a misspelling as found in the string search if: (a) misspelling | ||
| 5 | and found string lengths match, or (b) misspelling is found as | ||
| 6 | element in a boundary-chars separated longer string, or (c) | ||
| 7 | ispell-program-name is really ispell and misspelling is found as | ||
| 8 | part of a TeX string. After successful match move beginning of | ||
| 9 | search region to end of match. Warn about not found misspellings | ||
| 10 | once the process is done. | ||
| 11 | (flyspell-large-region) Do not set ispell-parser to tex if in TeX | ||
| 12 | mode. | ||
| 13 | |||
| 1 | 2005-12-02 Nick Roberts <nickrob@snap.net.nz> | 14 | 2005-12-02 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 15 | ||
| 3 | * progmodes/gud.el (gud-menu-map): Put gud-finish back on the | 16 | * progmodes/gud.el (gud-menu-map): Put gud-finish back on the |