comparison lispref/ChangeLog @ 90182:f042e7c0fe20

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 302-319) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 69) - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 20 May 2005 04:22:05 +0000
parents 62afea0771d8 661bed73ed17
children 5b029ff3b08d
comparison
equal deleted inserted replaced
90181:0c828e2b0b6f 90182:f042e7c0fe20
1 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2
3 * keymaps.texi (Active Keymaps): Add anchor.
4
5 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7 appropriate place.
8 (Derived Modes): Small clarifications.
9 (Minor Mode Conventions, Keymaps and Minor Modes): Replace
10 references to nodes with references to anchors.
11 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
12 Clarify description of lists whose first element is an integer.
13 (Mode Line Variables): Add anchor.
14 (%-Constructs): Clarify description of integer after %.
15 (Emulating Mode Line): Describe nil value for FACE.
16
17 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
18
19 * modes.texi (Derived Modes): Correct references to non-existing
20 variable standard-syntax-table.
21
22 2005-05-17 Lute Kamstra <lute@gnu.org>
23
24 * modes.texi (Defining Minor Modes): Mention the mode hook.
25
26 2005-05-15 Kim F. Storm <storm@cua.dk>
27
28 * processes.texi (Network): Remove open-network-stream-nowait.
29 (Network Servers): Remove open-network-stream-server.
30
31 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
32
33 * elisp.texi (Top): Update detailed menu.
34
35 * variables.texi: Reorder nodes.
36 (Variables): Update menu.
37 (File Local Variables): Do not refer to the `-*-' line as
38 a "local variables list". Add pxref.
39
40 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
41
42 * elisp.texi (Top): Update detailed menu for node changes.
43
44 * modes.texi (Modes): Update Menu.
45 (Hooks): Move to beginning of chapter.
46 Most minor modes run mode hooks too.
47 `add-hook' can handle void hooks or hooks whose value is a single
48 function.
49 (Major Modes): Update Menu.
50 (Major Mode Basics): New node, split off from `Major Modes'.
51 (Major Mode Conventions): Correct xref. Explain how to handle
52 auto-mode-alist if the major mode command has an autoload cookie.
53 (Auto Major Mode): Major update. Add magic-mode-alist.
54 (Derived Modes): Major update.
55 (Mode Line Format): Update Menu.
56 (Mode Line Basics): New node, split off from `Mode Line Format'.
57
58 * loading.texi (Autoload): Mention `autoload cookie' as synonym
59 for `magic autoload comment'. Add index entries and anchor.
60
61 2005-05-14 Richard M. Stallman <rms@gnu.org>
62
63 * tips.texi (Coding Conventions): Explain how important it is
64 that just loading certain files not change Emacs behavior.
65
66 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
67
1 2005-05-12 Lute Kamstra <lute@gnu.org> 68 2005-05-12 Lute Kamstra <lute@gnu.org>
69
70 * modes.texi (Generic Modes): Update.
71 (Major Modes): Refer to node "Generic Modes".
2 72
3 * elisp.texi (Top): Update to the current structure of the manual. 73 * elisp.texi (Top): Update to the current structure of the manual.
4 * processes.texi (Processes): Add menu description. 74 * processes.texi (Processes): Add menu description.
5 * customize.texi (Customization): Add menu descriptions. 75 * customize.texi (Customization): Add menu descriptions.
6 76