aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/ChangeLog')
-rw-r--r--lispref/ChangeLog47
1 files changed, 41 insertions, 6 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 9d07a2d59c8..8438af1698a 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,38 @@
12006-03-21 Nick Roberts <nickrob@snap.net.nz>
2
3 * display.texi (Fringe Indicators): Fix typos.
4
52006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6
7 * tips.texi (Documentation Tips): One can now also write `program'
8 in front of a quoted symbol in a docstring to prevent making a
9 hyperlink.
10
112006-03-19 Alan Mackenzie <acm@muc.de>
12
13 * text.texi (Special Properties): Clarify the definition of
14 'fontified.
15
162006-03-16 Richard Stallman <rms@gnu.org>
17
18 * display.texi (Defining Images): Minor cleanup.
19
202006-03-16 Bill Wohler <wohler@newt.com>
21
22 * display.texi (Defining Images): In image-load-path-for-library,
23 prefer user's images.
24
252006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26
27 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
28
292006-03-15 Bill Wohler <wohler@newt.com>
30
31 * display.texi (Defining Images): Fix example in
32 image-load-path-for-library by not recommending that one binds
33 image-load-path. Just defvar it to placate compiler and only use
34 it if previously defined.
35
12006-03-14 Bill Wohler <wohler@newt.com> 362006-03-14 Bill Wohler <wohler@newt.com>
2 37
3 * display.texi (Defining Images): In image-load-path-for-library, 38 * display.texi (Defining Images): In image-load-path-for-library,
@@ -7,7 +42,7 @@
7 42
8 * modes.texi: New node, "Region to Fontify" (for Font Lock). 43 * modes.texi: New node, "Region to Fontify" (for Font Lock).
9 This describes font-lock-extend-region-function. 44 This describes font-lock-extend-region-function.
10 ("Other Font Lock Variables"): move "font-lock-lines-before" to 45 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
11 the new node "Region to Fontify". 46 the new node "Region to Fontify".
12 47
132006-03-13 Richard Stallman <rms@gnu.org> 482006-03-13 Richard Stallman <rms@gnu.org>
@@ -104,9 +139,9 @@
104 139
1052006-02-16 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 1402006-02-16 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
106 141
107 * display.texi (Other Display Specs, Image Descriptors): Revert 142 * display.texi (Other Display Specs, Image Descriptors):
108 erroneous changes. The previous description of image-descriptors 143 Revert erroneous changes. The previous description of
109 as `(image . PROPS)' was correct. 144 image-descriptors as `(image . PROPS)' was correct.
110 145
1112006-02-14 Richard M. Stallman <rms@gnu.org> 1462006-02-14 Richard M. Stallman <rms@gnu.org>
112 147
@@ -157,8 +192,8 @@
157 192
1582006-01-29 Chong Yidong <cyd@stupidchicken.com> 1932006-01-29 Chong Yidong <cyd@stupidchicken.com>
159 194
160 * display.texi (Other Display Specs, Image Descriptors): Image 195 * display.texi (Other Display Specs, Image Descriptors):
161 description is a list, not a cons cell. 196 Image description is a list, not a cons cell.
162 197
1632006-01-28 Luc Teirlinck <teirllm@auburn.edu> 1982006-01-28 Luc Teirlinck <teirllm@auburn.edu>
164 199