aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2005-12-02 13:17:38 +0000
committerEli Zaretskii2005-12-02 13:17:38 +0000
commit27e0edcdca4f14c669f68ef136ed0d0025b339c5 (patch)
tree632df048b2913ce7e4ccf9adf2aad1c1b182c61d /lisp/ChangeLog
parent116e44a12d452fa9b8ea0c5fe7bfecf86a1d30d1 (diff)
downloademacs-27e0edcdca4f14c669f68ef136ed0d0025b339c5.tar.gz
emacs-27e0edcdca4f14c669f68ef136ed0d0025b339c5.zip
(flyspell-external-point-words): Consider a misspelling as found in the string
search if: (a) misspelling and found string lengths match, or (b) misspelling is found as element in a boundary-chars separated longer string, or (c) ispell-program-name is really ispell and misspelling is found as part of a TeX string. After successful match move beginning of search region to end of match. Warn about not found misspellings once the process is done. (flyspell-large-region) Do not set ispell-parser to tex if in TeX mode.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
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 @@
12005-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
12005-12-02 Nick Roberts <nickrob@snap.net.nz> 142005-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