comparison lisp/ChangeLog @ 105657:82e88f8838d4

(compile-last): Ensure GREP_OPTIONS is null before calling grep, so that binary files (eg international/uni-bidi.el) can match. Remove test for "UnicodeData" files, since it is hopefully unnecesary now, and in any case the file header format has changed.
author Glenn Morris <rgm@gnu.org>
date Sun, 18 Oct 2009 00:34:47 +0000
parents 20193e169a43
children 1165f7844d0a
comparison
equal deleted inserted replaced
105656:20193e169a43 105657:82e88f8838d4
1 2009-10-18 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
4 grep, so that binary files (eg international/uni-bidi.el) can match.
5 Remove test for "UnicodeData" files, since it is hopefully unnecesary
6 now, and in any case the file header format has changed.
7
1 2009-10-17 Glenn Morris <rgm@gnu.org> 8 2009-10-17 Glenn Morris <rgm@gnu.org>
2 9
3 * textmodes/flyspell.el (flyspell-large-region, flyspell-word) 10 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
4 (flyspell-get-word, flyspell-large-region) 11 (flyspell-get-word, flyspell-large-region)
5 (flyspell-auto-correct-previous-word): Doc/error message fixes. 12 (flyspell-auto-correct-previous-word): Doc/error message fixes.