Mercurial > emacs
diff lisp/ChangeLog @ 69499:caf8f09897bc
* font-lock.el (font-lock-lines-before): Delete variable, subsumed by
the new extend-region feature.
(font-lock-after-change-function): Update correspondingly.
* jit-lock.el (jit-lock-after-change): Update correspondingly.
* progmodes/grep.el (font-lock-lines-before): Don't disable.
* modes.texi (Region to Fontify): Remove font-lock-lines-before.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 15 Mar 2006 22:26:09 +0000 |
parents | 4f9233243d97 |
children | 9310e7b7380e |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Mar 15 19:41:35 2006 +0000 +++ b/lisp/ChangeLog Wed Mar 15 22:26:09 2006 +0000 @@ -1,3 +1,11 @@ +2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca> + + * font-lock.el (font-lock-lines-before): Delete variable, subsumed by + the new extend-region feature. + (font-lock-after-change-function): Update correspondingly. + * jit-lock.el (jit-lock-after-change): Update correspondingly. + * progmodes/grep.el (font-lock-lines-before): Don't disable. + 2006-03-15 Bill Wohler <wohler@newt.com> * image.el (image-load-path-for-library): Fix example by not