diff options
| author | Chong Yidong | 2006-12-21 17:25:34 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-12-21 17:25:34 +0000 |
| commit | 397e270a287a0d2c4eb817b67e3cb69e9f966083 (patch) | |
| tree | 0c1c70bdc2319360969e6fa603fedc927be976a9 | |
| parent | 599cab718c45fd9b591d1a59a1b7efde6a7e78d4 (diff) | |
| download | emacs-397e270a287a0d2c4eb817b67e3cb69e9f966083.tar.gz emacs-397e270a287a0d2c4eb817b67e3cb69e9f966083.zip | |
* tutorial.el: Remove `cl' requirement. Clean up whitespace.
Replace '?\ ' by '?\s' throughout.
(tutorial-warning-face): Inherit font-lock-warning-face. Move to
`help' custom group.
(tutorial--key-description): New function.
(tutorial--display-changes): Remove redundant arg. Scan for all
key sequences to avoid false matches. Cleanup.
(tutorial--saved-dir): Save to a subdirectory in .emacs.d to
reduce homedir pollution.
(help-with-tutorial): Call tutorial--display-changes with no arg.
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c686193d861..8c4b014ed14 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2006-12-21 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * tutorial.el: Remove `cl' requirement. Clean up whitespace. | ||
| 4 | Replace '?\ ' by '?\s' throughout. | ||
| 5 | (tutorial-warning-face): Inherit font-lock-warning-face. Move to | ||
| 6 | `help' custom group. | ||
| 7 | (tutorial--key-description): New function. | ||
| 8 | (tutorial--display-changes): Remove redundant arg. Scan for all | ||
| 9 | key sequences to avoid false matches. Cleanup. | ||
| 10 | (tutorial--saved-dir): Save to a subdirectory in .emacs.d to | ||
| 11 | reduce homedir pollution. | ||
| 12 | (help-with-tutorial): Call tutorial--display-changes with no arg. | ||
| 13 | |||
| 1 | 2006-12-21 Carsten Dominik <dominik@science.uva.nl> | 14 | 2006-12-21 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 15 | ||
| 3 | * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t. | 16 | * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t. |