comparison lisp/ChangeLog @ 64491:8764731ab214

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 19 Jul 2005 09:54:05 +0000
parents 2273b7101b27
children a4590903b2c4
comparison
equal deleted inserted replaced
64490:e22e42dbaf76 64491:8764731ab214
1 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
2
3 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
4 (desktop-buffer-misc-functions, desktop-buffer-handlers)
5 (desktop-load-default): Add release to obsolescence info.
6 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
7 (desktop-append-buffer-args, desktop-read):
8 Fix typos in docstrings.
9 (desktop-kill): Fix typo in message.
10 (desktop-save): Doc fix.
11
1 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu> 12 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
2 13
3 * viper-cmd.el (viper-escape-to-state): bug fix 14 * viper-cmd.el (viper-escape-to-state): Bug fix.
4 (viper-envelop-ESC-key): changed the definition of fast keysequence so 15 (viper-envelop-ESC-key): Change the definition of fast
5 it'll work with keyboard macros 16 keysequence so it'll work with keyboard macros.
6 17
7 * ediff.el (ediff-patch-buffer): changed the docstring. 18 * ediff.el (ediff-patch-buffer): Change the docstring.
8 19
9 2005-07-19 Kenichi Handa <handa@m17n.org> 20 2005-07-19 Kenichi Handa <handa@m17n.org>
10 21
11 * international/mule-cmds.el (select-safe-coding-system): Try to 22 * international/mule-cmds.el (select-safe-coding-system): Try to
12 use an auto-coding (if any) before anything else. If the found 23 use an auto-coding (if any) before anything else. If the found
13 auto-coding is invalid, show a warning message. 24 auto-coding is invalid, show a warning message.