# HG changeset patch # User Eli Zaretskii # Date 1133529458 0 # Node ID 34dab89f933906cff0929bec278284207baf2844 # Parent a52ff1637e2fb1ce68a2cb766bf0257272d7cfd4 *** empty log message *** diff -r a52ff1637e2f -r 34dab89f9339 lisp/ChangeLog --- 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 + + * 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 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the