comparison lispref/ChangeLog @ 83296:effe22690419

Merged from miles@gnu.org--gnu-2005 (patch 281-285) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-281 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-282 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-283 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-284 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-285 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-336
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 02 May 2005 14:38:00 +0000
parents 2d137ca54960 fc9de62a2ccb
children b151ec53c504
comparison
equal deleted inserted replaced
83295:2d137ca54960 83296:effe22690419
1 2005-04-30 Richard M. Stallman <rms@gnu.org>
2
3 * files.texi (Magic File Names): Document `operations' property.
4
5 2005-04-29 Lute Kamstra <lute@gnu.org>
6
7 * modes.texi (Generic Modes): New node.
8 (Major Modes): Add it to the menu.
9 (Derived Modes): Add "derived mode" to concept index.
10
11 2005-04-28 Lute Kamstra <lute@gnu.org>
12
13 * modes.texi (Defining Minor Modes): Fix previous change.
14 (Font Lock Mode): Simplify.
15 (Font Lock Basics): Say that font-lock-defaults is buffer-local
16 when set and that some parts are optional. Add cross references.
17 (Search-based Fontification): Say how to specify font-lock-keywords.
18 Add cross references. Add font-lock-multiline to index. Move
19 font-lock-keywords-case-fold-search here from node "Other Font
20 Lock Variables". Document font-lock-add-keywords and
21 font-lock-remove-keywords
22 (Other Font Lock Variables): Move font-lock-keywords-only,
23 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
24 and font-lock-syntactic-face-function to node "Syntactic Font
25 Lock". Move font-lock-keywords-case-fold-search to node
26 "Search-based Fontification". Document font-lock-inhibit-thing-lock
27 and font-lock-{,un}fontify-{buffer,region}-function.
28 (Precalculated Fontification): Remove reference to deleted variable
29 font-lock-core-only.
30 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
31 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
32 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
33 and font-lock-syntactic-face-function here from node "Other Font
34 Lock Variables". Move font-lock-syntactic-keywords to "Setting
35 Syntax Properties". Add cross references.
36 (Setting Syntax Properties): New node. Move
37 font-lock-syntactic-keywords here from "Syntactic Font Lock".
38 * syntax.texi (Syntax Properties): Add cross reference.
39 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
40
41 2005-04-26 Richard M. Stallman <rms@gnu.org>
42
43 * display.texi (Defining Faces):
44 Document `default' elements of defface spec.
45
46 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
47
48 * variables.texi (Variable Aliases): Clarify text.
49
50 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
51
52 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
53
1 2005-04-25 Luc Teirlinck <teirllm@auburn.edu> 54 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2 55
3 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too. 56 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
4 57
5 2005-04-24 Eli Zaretskii <eliz@gnu.org> 58 2005-04-24 Eli Zaretskii <eliz@gnu.org>