# HG changeset patch # User Chong Yidong # Date 1166721934 0 # Node ID be1d386938b58d5f3b0a82b134a55fecc622240e # Parent 6894f7009c0544cef2ed2f87ddaa8acc02243a1f * 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. diff -r 6894f7009c05 -r be1d386938b5 lisp/ChangeLog --- a/lisp/ChangeLog Thu Dec 21 14:04:03 2006 +0000 +++ b/lisp/ChangeLog Thu Dec 21 17:25:34 2006 +0000 @@ -1,3 +1,16 @@ +2006-12-21 Chong Yidong + + * 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. + 2006-12-21 Carsten Dominik * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.