comparison lisp/ChangeLog @ 111475:4bc29c387217

flyspell.el (flyspell-word): Do not re-check known misspellings. Avoid re-checking words already found as misspellings by (flyspell-large-region), just do highlighting. Patch by Brandon Craig Rhodes (bug#7322)
author Agustin Martin <agustin.martin@hispalinux.es>
date Wed, 10 Nov 2010 11:54:43 +0100
parents 66c9a8999fbb
children 3871ef96f22c
comparison
equal deleted inserted replaced
111474:143e567b63bc 111475:4bc29c387217
1 2010-11-10 Agustín Martín <agustin.martin@hispalinux.es>
2
3 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4 already found as misspellings by (flyspell-large-region), just
5 do highlighting. Patch by Brandon Craig Rhodes (bug#7322)
6
1 2010-11-10 Glenn Morris <rgm@gnu.org> 7 2010-11-10 Glenn Morris <rgm@gnu.org>
2 8
3 * progmodes/octave-mod.el (octave-mark-block): Update for smie change. 9 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4 10
5 * emulation/edt.el (edt-with-position): New macro. 11 * emulation/edt.el (edt-with-position): New macro.