# HG changeset patch # User Kim F. Storm # Date 1158232118 0 # Node ID b3ac65067f6993fcc04dfdd66019a8916bcd0590 # Parent 526dc1f36b0969f73dadac449e889117b63b1afb *** empty log message *** diff -r 526dc1f36b09 -r b3ac65067f69 lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 14 09:37:44 2006 +0000 +++ b/lisp/ChangeLog Thu Sep 14 11:08:38 2006 +0000 @@ -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.