diff options
| author | Martin Rudalics | 2008-11-22 11:42:00 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2008-11-22 11:42:00 +0000 |
| commit | 3ad96b4d0afa2e8bebd4a31fbf3b9a30fdf50226 (patch) | |
| tree | 74b730227453ba634caf7fdefa90e21cde68c34c /lisp/ChangeLog | |
| parent | ee50ff07eb4e1d1e40268e13c0925f6814c0c0bc (diff) | |
| download | emacs-3ad96b4d0afa2e8bebd4a31fbf3b9a30fdf50226.tar.gz emacs-3ad96b4d0afa2e8bebd4a31fbf3b9a30fdf50226.zip | |
(switch-to-buffer-other-window, switch-to-buffer-other-frame):
Rename buffer argument to buffer-or-name. Reword and mention new
option confirm-nonexistent-file-or-buffer in doc-string.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 45ce93ecde1..4646adc3627 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,12 +1,19 @@ | |||
| 1 | 2008-11-22 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * files.el (switch-to-buffer-other-window) | ||
| 4 | (switch-to-buffer-other-frame): Rename buffer argument to | ||
| 5 | buffer-or-name. Reword and mention new option | ||
| 6 | confirm-nonexistent-file-or-buffer in doc-string. | ||
| 7 | |||
| 1 | 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu> | 8 | 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu> |
| 2 | 9 | ||
| 3 | * viper.el: date change. | 10 | * viper.el: date change. |
| 4 | 11 | ||
| 5 | * viper-cmd.el (viper-envelop-ESC-key): | 12 | * viper-cmd.el (viper-envelop-ESC-key): |
| 6 | viper-translate-all-ESC-keysequences is now a function. | 13 | viper-translate-all-ESC-keysequences is now a function. |
| 7 | 14 | ||
| 8 | * viper-init (viper-translate-all-ESC-keysequences): make this variable | 15 | * viper-init (viper-translate-all-ESC-keysequences): make this variable |
| 9 | 16 | ||
| 10 | 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca> | 17 | 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 11 | 18 | ||
| 12 | * vc-hooks.el (vc-follow-link, vc-find-file-hook): | 19 | * vc-hooks.el (vc-follow-link, vc-find-file-hook): |