diff lispref/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 a996c2fa0b6a
children a1a937e48976
line wrap: on
line diff
--- a/lispref/ChangeLog	Wed Mar 15 19:41:35 2006 +0000
+++ b/lispref/ChangeLog	Wed Mar 15 22:26:09 2006 +0000
@@ -1,3 +1,7 @@
+2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* modes.texi (Region to Fontify): Remove font-lock-lines-before.
+
 2006-03-15  Bill Wohler  <wohler@newt.com>
 
 	* display.texi (Defining Images): Fix example in
@@ -14,7 +18,7 @@
 
 	* modes.texi: New node, "Region to Fontify" (for Font Lock).
 	This describes font-lock-extend-region-function.
-	("Other Font Lock Variables"): move "font-lock-lines-before" to
+	("Other Font Lock Variables"): Move "font-lock-lines-before" to
 	the new node "Region to Fontify".
 
 2006-03-13  Richard Stallman  <rms@gnu.org>
@@ -111,9 +115,9 @@
 
 2006-02-16  Johan Bockg,Ae(Brd  <bojohan@dd.chalmers.se>
 
-	* display.texi (Other Display Specs, Image Descriptors): Revert
-	erroneous changes.  The previous description of image-descriptors
-	as `(image . PROPS)' was correct.
+	* display.texi (Other Display Specs, Image Descriptors):
+	Revert erroneous changes.  The previous description of
+	image-descriptors as `(image . PROPS)' was correct.
 
 2006-02-14  Richard M. Stallman  <rms@gnu.org>
 
@@ -164,8 +168,8 @@
 
 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
 
-	* display.texi (Other Display Specs, Image Descriptors): Image
-	description is a list, not a cons cell.
+	* display.texi (Other Display Specs, Image Descriptors):
+	Image description is a list, not a cons cell.
 
 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>