diff options
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8af468915c5..e4e3c665df1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2008-11-24 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * files.el (confirm-nonexistent-file-or-buffer): Allow | ||
| 4 | `after-completion' value to request confirm only after TAB. | ||
| 5 | (confirm-nonexistent-file-or-buffer): New function. | ||
| 6 | (read-buffer-to-switch, find-file, find-file-other-window) | ||
| 7 | (find-file-other-frame, find-file-read-only) | ||
| 8 | (find-file-read-only-other-window) | ||
| 9 | (find-file-read-only-other-frame): Use it. | ||
| 10 | (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc | ||
| 11 | fix. | ||
| 12 | |||
| 13 | * minibuffer.el (minibuffer-complete-and-exit): Change | ||
| 14 | `confirm-only' value of minibuffer-completion-confirm to | ||
| 15 | `confirm', and handle a `confirm-after-completion' value. | ||
| 16 | |||
| 1 | 2008-11-24 Juanma Barranquero <lekktu@gmail.com> | 17 | 2008-11-24 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 18 | ||
| 3 | * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'. | 19 | * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'. |