aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2006-12-22 15:16:58 +0000
committerChong Yidong2006-12-22 15:16:58 +0000
commitd7e39ca971657f2dc5486d677a43c15d9972967e (patch)
treece0141b229775c87b6684f5f8ba626c036f18355
parent2f0fd19a322dabde0d252255dff492fcef25cdce (diff)
downloademacs-d7e39ca971657f2dc5486d677a43c15d9972967e.tar.gz
emacs-d7e39ca971657f2dc5486d677a43c15d9972967e.zip
* 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.
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8c4b014ed14..3eed2fcbe12 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12006-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
12006-12-21 Chong Yidong <cyd@stupidchicken.com> 122006-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.