comparison 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
comparison
equal deleted inserted replaced
69498:b17150b61168 69499:caf8f09897bc
1 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4 the new extend-region feature.
5 (font-lock-after-change-function): Update correspondingly.
6 * jit-lock.el (jit-lock-after-change): Update correspondingly.
7 * progmodes/grep.el (font-lock-lines-before): Don't disable.
8
1 2006-03-15 Bill Wohler <wohler@newt.com> 9 2006-03-15 Bill Wohler <wohler@newt.com>
2 10
3 * image.el (image-load-path-for-library): Fix example by not 11 * image.el (image-load-path-for-library): Fix example by not
4 recommending that one binds image-load-path. Just defvar it to 12 recommending that one binds image-load-path. Just defvar it to
5 placate compiler and only use it if previously defined. 13 placate compiler and only use it if previously defined.