diff options
| author | Chong Yidong | 2012-02-16 14:04:38 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-02-16 14:04:38 +0800 |
| commit | f700caa38bb4972bec481cca3af0778706b02498 (patch) | |
| tree | c4dfc10309448fadf463178334b9b3f984b746a3 /doc/lispref/ChangeLog | |
| parent | 60236b0dca0416202da5c3e39564b85b2ae3c9fa (diff) | |
| download | emacs-f700caa38bb4972bec481cca3af0778706b02498.tar.gz emacs-f700caa38bb4972bec481cca3af0778706b02498.zip | |
Updates to Font Lock docs in Lisp manual.
* doc/lispref/modes.texi (Minor Modes): Update how mode commands should treat
arguments now.
(Mode Line Basics): Clarify force-mode-line-update.
(Mode Line Top): Note that the example is not realistic.
(Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
(Emulating Mode Line): Use "mode line" instead of "mode-line", and
"mode line construct" instead of "mode line specification".
(Syntactic Font Lock): Remove mention of obsolete variable
font-lock-syntactic-keywords.
(Setting Syntax Properties): Node deleted.
(Font Lock Mode): Note that Font Lock mode is a minor mode.
(Font Lock Basics): Note that syntactic fontification falls back
on `syntax-table'.
(Search-based Fontification): Emphasize that font-lock-keywords
should not be set directly.
(Faces for Font Lock): Avoid some confusing terminology.
(Syntactic Font Lock): Minor clarifications.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 1e369f3b627..fb58e04ac53 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2012-02-16 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * modes.texi (Minor Modes): Update how mode commands should treat | ||
| 4 | arguments now. | ||
| 5 | (Mode Line Basics): Clarify force-mode-line-update. | ||
| 6 | (Mode Line Top): Note that the example is not realistic. | ||
| 7 | (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines) | ||
| 8 | (Emulating Mode Line): Use "mode line" instead of "mode-line", and | ||
| 9 | "mode line construct" instead of "mode line specification". | ||
| 10 | (Syntactic Font Lock): Remove mention of obsolete variable | ||
| 11 | font-lock-syntactic-keywords. | ||
| 12 | (Setting Syntax Properties): Node deleted. | ||
| 13 | (Font Lock Mode): Note that Font Lock mode is a minor mode. | ||
| 14 | (Font Lock Basics): Note that syntactic fontification falls back | ||
| 15 | on `syntax-table'. | ||
| 16 | (Search-based Fontification): Emphasize that font-lock-keywords | ||
| 17 | should not be set directly. | ||
| 18 | (Faces for Font Lock): Avoid some confusing terminology. | ||
| 19 | (Syntactic Font Lock): Minor clarifications. | ||
| 20 | |||
| 1 | 2012-02-15 Chong Yidong <cyd@gnu.org> | 21 | 2012-02-15 Chong Yidong <cyd@gnu.org> |
| 2 | 22 | ||
| 3 | * minibuf.texi (Basic Completion): Define "completion table". | 23 | * minibuf.texi (Basic Completion): Define "completion table". |
| @@ -9,6 +29,10 @@ | |||
| 9 | (Setting Hooks): Update minor mode usage example. | 29 | (Setting Hooks): Update minor mode usage example. |
| 10 | (Major Mode Conventions): Note that completion-at-point-functions | 30 | (Major Mode Conventions): Note that completion-at-point-functions |
| 11 | should be altered locally. Add xref to Completion in Buffers. | 31 | should be altered locally. Add xref to Completion in Buffers. |
| 32 | Remove duplicate tip about auto-mode-alist. | ||
| 33 | (Minor Modes): Rewrite introduction. | ||
| 34 | (Minor Mode Conventions): Copyedits. Don't recommend | ||
| 35 | variable-only minor modes since few minor modes are like that. | ||
| 12 | 36 | ||
| 13 | 2012-02-15 Glenn Morris <rgm@gnu.org> | 37 | 2012-02-15 Glenn Morris <rgm@gnu.org> |
| 14 | 38 | ||