comparison 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
comparison
equal deleted inserted replaced
69498:b17150b61168 69499:caf8f09897bc
1 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4
1 2006-03-15 Bill Wohler <wohler@newt.com> 5 2006-03-15 Bill Wohler <wohler@newt.com>
2 6
3 * display.texi (Defining Images): Fix example in 7 * display.texi (Defining Images): Fix example in
4 image-load-path-for-library by not recommending that one binds 8 image-load-path-for-library by not recommending that one binds
5 image-load-path. Just defvar it to placate compiler and only use 9 image-load-path. Just defvar it to placate compiler and only use
12 16
13 2006-03-14 Alan Mackenzie <acm@muc.de> 17 2006-03-14 Alan Mackenzie <acm@muc.de>
14 18
15 * modes.texi: New node, "Region to Fontify" (for Font Lock). 19 * modes.texi: New node, "Region to Fontify" (for Font Lock).
16 This describes font-lock-extend-region-function. 20 This describes font-lock-extend-region-function.
17 ("Other Font Lock Variables"): move "font-lock-lines-before" to 21 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
18 the new node "Region to Fontify". 22 the new node "Region to Fontify".
19 23
20 2006-03-13 Richard Stallman <rms@gnu.org> 24 2006-03-13 Richard Stallman <rms@gnu.org>
21 25
22 * display.texi (Invisible Text): The impossible position is 26 * display.texi (Invisible Text): The impossible position is
109 Clarify remarks about that moving point and mark. 113 Clarify remarks about that moving point and mark.
110 Put string case before list case. 114 Put string case before list case.
111 115
112 2006-02-16 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 116 2006-02-16 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
113 117
114 * display.texi (Other Display Specs, Image Descriptors): Revert 118 * display.texi (Other Display Specs, Image Descriptors):
115 erroneous changes. The previous description of image-descriptors 119 Revert erroneous changes. The previous description of
116 as `(image . PROPS)' was correct. 120 image-descriptors as `(image . PROPS)' was correct.
117 121
118 2006-02-14 Richard M. Stallman <rms@gnu.org> 122 2006-02-14 Richard M. Stallman <rms@gnu.org>
119 123
120 * variables.texi (File Local Variables): Clarifications. 124 * variables.texi (File Local Variables): Clarifications.
121 125
162 (Drag and Drop): New node. 166 (Drag and Drop): New node.
163 (Frames): Update menu. 167 (Frames): Update menu.
164 168
165 2006-01-29 Chong Yidong <cyd@stupidchicken.com> 169 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
166 170
167 * display.texi (Other Display Specs, Image Descriptors): Image 171 * display.texi (Other Display Specs, Image Descriptors):
168 description is a list, not a cons cell. 172 Image description is a list, not a cons cell.
169 173
170 2006-01-28 Luc Teirlinck <teirllm@auburn.edu> 174 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
171 175
172 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted 176 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
173 list is not necessarily a list). 177 list is not necessarily a list).