diff options
| author | Juanma Barranquero | 2005-07-19 09:54:05 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-07-19 09:54:05 +0000 |
| commit | cc8b76bf86384c17e058f646d907c29c4245a4b0 (patch) | |
| tree | 9988428dd97454fdbb6c309bd72cfe7255caf96a /lisp/ChangeLog | |
| parent | 25fd144dac52d8eacb6305fd4b502d78526409b6 (diff) | |
| download | emacs-cc8b76bf86384c17e058f646d907c29c4245a4b0.tar.gz emacs-cc8b76bf86384c17e058f646d907c29c4245a4b0.zip | |
(desktop-enable, desktop-buffer-modes-to-save, (desktop-buffer-misc-functions,
desktop-buffer-handlers, desktop-load-default): Add release to obsolescence
info.
(desktop-globals-to-clear, desktop-buffer-mode-handlers,
desktop-append-buffer-args, desktop-read): Fix typos in docstrings.
(desktop-kill): Fix typo in message.
(desktop-save): Doc fix.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 94892c13f58..e9b77fcb296 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,11 +1,22 @@ | |||
| 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 |