From: Kim F. Storm Date: Thu, 14 Sep 2006 11:08:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~570 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=36961efd6733a28246293bcae4c992018f9be3d2;p=emacs.git *** empty log message *** --- 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.