diff options
| author | Lute Kamstra | 2005-04-28 11:50:34 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-04-28 11:50:34 +0000 |
| commit | 0a20b1dc3887d21b4d22cd3b602e92af70c82654 (patch) | |
| tree | b3f498ae97f0e28110e8a0dd2c4ca7f7806c6964 | |
| parent | 95965740cf51d558b20b5ddb144d9b0040460cb2 (diff) | |
| download | emacs-0a20b1dc3887d21b4d22cd3b602e92af70c82654.tar.gz emacs-0a20b1dc3887d21b4d22cd3b602e92af70c82654.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lispref/ChangeLog | 30 |
2 files changed, 36 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3105dcc7a85..797ee8c91ae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2005-04-28 Lute Kamstra <lute@gnu.org> | 1 | 2005-04-28 Lute Kamstra <lute@gnu.org> |
| 2 | 2 | ||
| 3 | * font-lock.el (font-lock-add-keywords) | ||
| 4 | (font-lock-remove-keywords): Clarify docstring. | ||
| 5 | (font-lock-keywords-alist, font-lock-removed-keywords-alist): | ||
| 6 | Don't start docstrings with a `*'. | ||
| 7 | (font-lock-update-removed-keyword-alist): Give it a docstring. | ||
| 8 | |||
| 3 | * generic-x.el: Update commentary section. | 9 | * generic-x.el: Update commentary section. |
| 4 | Only require font-lock when compiling. | 10 | Only require font-lock when compiling. |
| 5 | Define all modes conditionally. | 11 | Define all modes conditionally. |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 1eb87fe43d5..f4d067aa407 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2005-04-28 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * modes.texi (Defining Minor Modes): Fix previous change. | ||
| 4 | (Font Lock Mode): Simplify. | ||
| 5 | (Font Lock Basics): Say that font-lock-defaults is buffer-local | ||
| 6 | when set and that some parts are optional. Add cross references. | ||
| 7 | (Search-based Fontification): Say how to specify font-lock-keywords. | ||
| 8 | Add cross references. Add font-lock-multiline to index. Move | ||
| 9 | font-lock-keywords-case-fold-search here from node "Other Font | ||
| 10 | Lock Variables". Document font-lock-add-keywords and | ||
| 11 | font-lock-remove-keywords | ||
| 12 | (Other Font Lock Variables): Move font-lock-keywords-only, | ||
| 13 | font-lock-syntax-table, font-lock-beginning-of-syntax-function, | ||
| 14 | and font-lock-syntactic-face-function to node "Syntactic Font | ||
| 15 | Lock". Move font-lock-keywords-case-fold-search to node | ||
| 16 | "Search-based Fontification". Document font-lock-inhibit-thing-lock | ||
| 17 | and font-lock-{,un}fontify-{buffer,region}-function. | ||
| 18 | (Precalculated Fontification): Remove reference to deleted variable | ||
| 19 | font-lock-core-only. | ||
| 20 | (Faces for Font Lock): Add font-lock-comment-delimiter-face. | ||
| 21 | (Syntactic Font Lock): Add intro. Move font-lock-keywords-only, | ||
| 22 | font-lock-syntax-table, font-lock-beginning-of-syntax-function, | ||
| 23 | and font-lock-syntactic-face-function here from node "Other Font | ||
| 24 | Lock Variables". Move font-lock-syntactic-keywords to "Setting | ||
| 25 | Syntax Properties". Add cross references. | ||
| 26 | (Setting Syntax Properties): New node. Move | ||
| 27 | font-lock-syntactic-keywords here from "Syntactic Font Lock". | ||
| 28 | * syntax.texi (Syntax Properties): Add cross reference. | ||
| 29 | * hooks.texi (Standard Hooks): Add Font-Lock hooks. | ||
| 30 | |||
| 1 | 2005-04-26 Richard M. Stallman <rms@gnu.org> | 31 | 2005-04-26 Richard M. Stallman <rms@gnu.org> |
| 2 | 32 | ||
| 3 | * display.texi (Defining Faces): | 33 | * display.texi (Defining Faces): |