comparison lispref/ChangeLog @ 83306:8b66fddd72c5

Merged from miles@gnu.org--gnu-2005 (patch 307-312) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-307 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-308 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-309 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-310 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-311 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-312 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-346
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 16 May 2005 15:49:27 +0000
parents 6fef25c75847 146db6da77b4
children 21eea50897a7
comparison
equal deleted inserted replaced
83305:80cb3fe96145 83306:8b66fddd72c5
1 2005-05-15 Kim F. Storm <storm@cua.dk>
2
3 * processes.texi (Network): Remove open-network-stream-nowait.
4 (Network Servers): Remove open-network-stream-server.
5
6 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7
8 * elisp.texi (Top): Update detailed menu.
9
10 * variables.texi: Reorder nodes.
11 (Variables): Update menu.
12 (File Local Variables): Do not refer to the `-*-' line as
13 a "local variables list". Add pxref.
14
15 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
16
17 * elisp.texi (Top): Update detailed menu for node changes.
18
19 * modes.texi (Modes): Update Menu.
20 (Hooks): Move to beginning of chapter.
21 Most minor modes run mode hooks too.
22 `add-hook' can handle void hooks or hooks whose value is a single
23 function.
24 (Major Modes): Update Menu.
25 (Major Mode Basics): New node, split off from `Major Modes'.
26 (Major Mode Conventions): Correct xref. Explain how to handle
27 auto-mode-alist if the major mode command has an autoload cookie.
28 (Auto Major Mode): Major update. Add magic-mode-alist.
29 (Derived Modes): Major update.
30 (Mode Line Format): Update Menu.
31 (Mode Line Basics): New node, split off from `Mode Line Format'.
32
33 * loading.texi (Autoload): Mention `autoload cookie' as synonym
34 for `magic autoload comment'. Add index entries and anchor.
35
36 2005-05-14 Richard M. Stallman <rms@gnu.org>
37
38 * tips.texi (Coding Conventions): Explain how important it is
39 that just loading certain files not change Emacs behavior.
40
41 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
42
1 2005-05-12 Lute Kamstra <lute@gnu.org> 43 2005-05-12 Lute Kamstra <lute@gnu.org>
2 44
3 * modes.texi (Generic Modes): Update. 45 * modes.texi (Generic Modes): Update.
4 (Major Modes): Refer to node "Generic Modes". 46 (Major Modes): Refer to node "Generic Modes".
5 47