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 9d07a2d59c..8438af1698 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,38 @@
+2006-03-21 Nick Roberts <[email protected]>
+
+ * display.texi (Fringe Indicators): Fix typos.
+
+2006-03-19 Luc Teirlinck <[email protected]>
+
+ * tips.texi (Documentation Tips): One can now also write `program'
+ in front of a quoted symbol in a docstring to prevent making a
+ hyperlink.
+
+2006-03-19 Alan Mackenzie <[email protected]>
+
+ * text.texi (Special Properties): Clarify the definition of
+ 'fontified.
+
+2006-03-16 Richard Stallman <[email protected]>
+
+ * display.texi (Defining Images): Minor cleanup.
+
+2006-03-16 Bill Wohler <[email protected]>
+
+ * display.texi (Defining Images): In image-load-path-for-library,
+ prefer user's images.
+
+2006-03-15 Stefan Monnier <[email protected]>
+
+ * modes.texi (Region to Fontify): Remove font-lock-lines-before.
+
+2006-03-15 Bill Wohler <[email protected]>
+
+ * display.texi (Defining Images): Fix example in
+ image-load-path-for-library by not recommending that one binds
+ image-load-path. Just defvar it to placate compiler and only use
+ it if previously defined.
+
2006-03-14 Bill Wohler <[email protected]>
* display.texi (Defining Images): In image-load-path-for-library,
@@ -7,7 +42,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 <[email protected]>
@@ -104,9 +139,9 @@
2006-02-16 Johan Bockg,Ae(Brd <[email protected]>
- * 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 <[email protected]>
@@ -157,8 +192,8 @@
2006-01-29 Chong Yidong <[email protected]>
- * 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 <[email protected]>