comparison lisp/ChangeLog @ 67255:34dab89f9339

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 02 Dec 2005 13:17:38 +0000
parents b08f33ef5fa1
children ef54b2881e32
comparison
equal deleted inserted replaced
67254:a52ff1637e2f 67255:34dab89f9339
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
4 tool bar (removed inadvertantly), 17 tool bar (removed inadvertantly),
5 18