diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 378813f850d..62ada3773cc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,10 +1,15 @@ +2006-09-14 Kim F. Storm + + * jit-lock.el (jit-lock-fontify-again): New function. + (jit-lock-fontify-now): Use it instead of lambda form. + 2006-09-13 Agustin Martin * textmodes/flyspell.el (flyspell-word, flyspell-correct-word) (flyspell-auto-correct-word): Make ispell-filter local to these functions. Check that ispell-filter has new stuff before calling ispell-parse-output. - + 2006-09-13 Kim F. Storm * simple.el (line-move-partial): Optimize.