Mercurial > emacs
comparison lispref/ChangeLog @ 61911:76b4cd5cfca5
*** empty log message ***
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Thu, 28 Apr 2005 11:50:34 +0000 |
parents | 348a53b1dd79 |
children | 8bcb7e37bc7b |
comparison
equal
deleted
inserted
replaced
61910:caf171b08132 | 61911:76b4cd5cfca5 |
---|---|
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): |
4 Document `default' elements of defface spec. | 34 Document `default' elements of defface spec. |
5 | 35 |