Mercurial > emacs
comparison lispref/ChangeLog @ 62346:c507628d2748
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 14 May 2005 16:16:44 +0000 |
parents | 87b552721862 |
children | 2c03d07fafe7 |
comparison
equal
deleted
inserted
replaced
62345:5a29669290ac | 62346:c507628d2748 |
---|---|
1 2005-05-14 Luc Teirlinck <teirllm@auburn.edu> | |
2 | |
3 * modes.texi (Modes): Update Menu. | |
4 (Hooks): Move to beginning of chapter. | |
5 Most minor modes run mode hooks too. | |
6 `add-hook' can handle void hooks or hooks whose value is a single | |
7 function. | |
8 (Major Modes): Update Menu. | |
9 (Major Mode Basics): New node, split off from `Major Modes'. | |
10 (Major Mode Conventions): Correct xref. Explain how to handle | |
11 auto-mode-alist if the major mode command has an autoload cookie. | |
12 (Auto Major Mode): Major update. Add magic-mode-alist. | |
13 (Derived Modes): Major update. | |
14 (Mode Line Format): Update Menu. | |
15 (Mode Line Basics): New node, split off from `Mode Line Format'. | |
16 | |
17 * loading.texi (Autoload): Mention `autoload cookie' as synonym | |
18 for `magic autoload comment'. Add index entries and anchor. | |
19 | |
1 2005-05-14 Richard M. Stallman <rms@gnu.org> | 20 2005-05-14 Richard M. Stallman <rms@gnu.org> |
2 | 21 |
3 * tips.texi (Coding Conventions): Explain how important it is | 22 * tips.texi (Coding Conventions): Explain how important it is |
4 that just loading certain files not change Emacs behavior. | 23 that just loading certain files not change Emacs behavior. |
5 | 24 |