Mercurial > emacs
comparison lisp/ChangeLog @ 74794:4a9998346e6e
* tutorial.el (tutorial--detailed-help): Remove unnecessary link
to the Emacs Lisp reference manual.
(tutorial--tab-map): Remove. All callers changed.
(tutorial--find-changed-keys): New elt QUIET, used to...
(tutorial--display-changes): ...ensure that warning messages are
only issued once per changed key.
(tutorial--remove-remarks): Delete unused code-path.
(lang-strings): Remove extraneous formatting.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 22 Dec 2006 15:16:58 +0000 |
parents | be1d386938b5 |
children | 1163009088c6 |
comparison
equal
deleted
inserted
replaced
74793:00df8b8ea324 | 74794:4a9998346e6e |
---|---|
1 2006-12-22 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * tutorial.el (tutorial--detailed-help): Remove unnecessary link | |
4 to the Emacs Lisp reference manual. | |
5 (tutorial--tab-map): Remove. All callers changed. | |
6 (tutorial--find-changed-keys): New elt QUIET, used to... | |
7 (tutorial--display-changes): ...ensure that warning messages are | |
8 only issued once per changed key. | |
9 (tutorial--remove-remarks): Delete unused code-path. | |
10 (lang-strings): Remove extraneous formatting. | |
11 | |
1 2006-12-21 Chong Yidong <cyd@stupidchicken.com> | 12 2006-12-21 Chong Yidong <cyd@stupidchicken.com> |
2 | 13 |
3 * tutorial.el: Remove `cl' requirement. Clean up whitespace. | 14 * tutorial.el: Remove `cl' requirement. Clean up whitespace. |
4 Replace '?\ ' by '?\s' throughout. | 15 Replace '?\ ' by '?\s' throughout. |
5 (tutorial-warning-face): Inherit font-lock-warning-face. Move to | 16 (tutorial-warning-face): Inherit font-lock-warning-face. Move to |