Mercurial > emacs
changeset 67255:34dab89f9339
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 02 Dec 2005 13:17:38 +0000 |
parents | a52ff1637e2f |
children | 47d2cf396650 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Dec 02 13:16:48 2005 +0000 +++ b/lisp/ChangeLog Fri Dec 02 13:17:38 2005 +0000 @@ -1,3 +1,16 @@ +2005-12-02 Agustin Martin <agustin.martin@hispalinux.es> + + * textmodes/flyspell.el (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. + 2005-12-02 Nick Roberts <nickrob@snap.net.nz> * progmodes/gud.el (gud-menu-map): Put gud-finish back on the