Mercurial > emacs
comparison lisp/ChangeLog @ 72864:b3ac65067f69
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 14 Sep 2006 11:08:38 +0000 |
parents | a9629d84bf9f |
children | b283b19ae4cb |
comparison
equal
deleted
inserted
replaced
72863:526dc1f36b09 | 72864:b3ac65067f69 |
---|---|
1 2006-09-14 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * jit-lock.el (jit-lock-fontify-again): New function. | |
4 (jit-lock-fontify-now): Use it instead of lambda form. | |
5 | |
1 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es> | 6 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es> |
2 | 7 |
3 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word) | 8 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word) |
4 (flyspell-auto-correct-word): Make ispell-filter local to these | 9 (flyspell-auto-correct-word): Make ispell-filter local to these |
5 functions. Check that ispell-filter has new stuff before calling | 10 functions. Check that ispell-filter has new stuff before calling |
6 ispell-parse-output. | 11 ispell-parse-output. |
7 | 12 |
8 2006-09-13 Kim F. Storm <storm@cua.dk> | 13 2006-09-13 Kim F. Storm <storm@cua.dk> |
9 | 14 |
10 * simple.el (line-move-partial): Optimize. | 15 * simple.el (line-move-partial): Optimize. |
11 | 16 |
12 2006-09-13 Richard Stallman <rms@gnu.org> | 17 2006-09-13 Richard Stallman <rms@gnu.org> |