diff options
| author | Chong Yidong | 2006-08-07 13:39:53 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-08-07 13:39:53 +0000 |
| commit | 34e5974a22ec15f2baa2364b8fea18609fdfb690 (patch) | |
| tree | 58eb7b62eb2be284b1a68d5c0b2e9461170015a1 /lispref/ChangeLog | |
| parent | f2c056984949eb4f9be66ad05a9ad865752ffa06 (diff) | |
| download | emacs-34e5974a22ec15f2baa2364b8fea18609fdfb690.tar.gz emacs-34e5974a22ec15f2baa2364b8fea18609fdfb690.zip | |
* modes.texi (Hooks): Clarify.
(Major Mode Basics): Mention define-derived-mode explicitly.
(Major Mode Conventions): Rebinding RET is OK for some modes.
Mention change-major-mode-hook and after-change-major-mode-hook.
(Example Major Modes): Moved to end of Modes section.
(Mode Line Basics): Clarify.
(Mode Line Data): Mention help-echo and local-map in strings.
Explain reason for treatment of non-risky variables.
(Properties in Mode): Clarify.
(Faces for Font Lock): Add font-lock-negation-char-face.
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index eb1fd9797c2..8c963512d2f 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2006-08-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * modes.texi (Hooks): Clarify. | ||
| 4 | (Major Mode Basics): Mention define-derived-mode explicitly. | ||
| 5 | (Major Mode Conventions): Rebinding RET is OK for some modes. | ||
| 6 | Mention change-major-mode-hook and after-change-major-mode-hook. | ||
| 7 | (Example Major Modes): Moved to end of Modes section. | ||
| 8 | (Mode Line Basics): Clarify. | ||
| 9 | (Mode Line Data): Mention help-echo and local-map in strings. | ||
| 10 | Explain reason for treatment of non-risky variables. | ||
| 11 | (Properties in Mode): Clarify. | ||
| 12 | (Faces for Font Lock): Add font-lock-negation-char-face. | ||
| 13 | |||
| 1 | 2006-08-04 Eli Zaretskii <eliz@gnu.org> | 14 | 2006-08-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 15 | ||
| 3 | * strings.texi (Formatting Strings): Warn against arbitrary | 16 | * strings.texi (Formatting Strings): Warn against arbitrary |