diff options
| author | Richard M. Stallman | 2005-06-08 15:55:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-08 15:55:18 +0000 |
| commit | 995987378d97aed8094f27262f37aefcf6b7f2cc (patch) | |
| tree | a9aa7abf7032dc75cfa6ffb3ba025b9a1014e59a /lispref/ChangeLog | |
| parent | a566ce8e096a523858948d3f4a565a2a57ff644c (diff) | |
| download | emacs-995987378d97aed8094f27262f37aefcf6b7f2cc.tar.gz emacs-995987378d97aed8094f27262f37aefcf6b7f2cc.zip | |
*** empty log message ***
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 1536f0a2d93..6eb1c7be5e1 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2005-06-08 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * searching.texi (Entire Match Data): Clarify when match-data | ||
| 4 | returns markers and when integers. | ||
| 5 | |||
| 6 | * display.texi (Defining Faces): Explain that face name should not | ||
| 7 | end in `-face'. | ||
| 8 | |||
| 9 | * modes.texi (Mode Line Data): Minor cleanup. | ||
| 10 | (Customizing Keywords): Node split out of Search-based Fontification. | ||
| 11 | Add example of using font-lock-add-keywords from a hook. | ||
| 12 | Clarify when MODE should be non-nil, and when nil. | ||
| 13 | |||
| 14 | 2005-06-06 Richard M. Stallman <rms@gnu.org> | ||
| 15 | |||
| 16 | * modes.texi (Mode Line Data): Explain what happens when the car | ||
| 17 | of a list is a void symbol. | ||
| 18 | (Search-based Fontification): Explain MODE arg to | ||
| 19 | font-lock-add-keywords and warn about calls from major modes. | ||
| 20 | |||
| 1 | 2005-06-08 Juri Linkov <juri@jurta.org> | 21 | 2005-06-08 Juri Linkov <juri@jurta.org> |
| 2 | 22 | ||
| 3 | * display.texi (Standard Faces): Add `shadow' face. | 23 | * display.texi (Standard Faces): Add `shadow' face. |