comparison lisp/ChangeLog @ 73550:6deaec97f21b

* help-fns.el (help-with-tutorial): Moved to tutorial.el. * tutorial.el: New file. (help-with-tutorial): Moved here from help-fns.el. Added help for rebound keys. Fixed resume of tutorial. (tutorial--describe-nonstandard-key, tutorial--sort-keys) (tutorial--find-changed-keys, tutorial--display-changes) (tutorial--saved-dir, tutorial--saved-file) (tutorial--save-tutorial): New functions to support the changes in help-with-tutorial.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 30 Oct 2006 14:30:59 +0000
parents 2e69863a9b4f
children 916b67334531
comparison
equal deleted inserted replaced
73549:e68d05a41cab 73550:6deaec97f21b
1 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
2
3 * help-fns.el (help-with-tutorial): Moved to tutorial.el.
4
5 * tutorial.el: New file.
6 (help-with-tutorial): Moved here from help-fns.el. Added help for
7 rebound keys. Fixed resume of tutorial.
8 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
9 (tutorial--find-changed-keys, tutorial--display-changes)
10 (tutorial--saved-dir, tutorial--saved-file)
11 (tutorial--save-tutorial): New functions to support the changes in
12 help-with-tutorial.
13
1 2006-10-30 Kenichi Handa <handa@m17n.org> 14 2006-10-30 Kenichi Handa <handa@m17n.org>
2 15
3 * files.el (revert-buffer): If a unibyte buffer is being reverted 16 * files.el (revert-buffer): If a unibyte buffer is being reverted
4 with a coding system for multibyte, set buffer multibyte before 17 with a coding system for multibyte, set buffer multibyte before
5 calling insert-file-contents. 18 calling insert-file-contents.