diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7466a38b713..d7ae805cc10 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,35 @@ | |||
| 1 | 2008-04-22 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * minibuffer.el (internal-complete-buffer-except): New function. | ||
| 4 | |||
| 5 | * files.el (read-buffer-to-switch): New function. | ||
| 6 | (switch-to-buffer-other-window, switch-to-buffer-other-frame): | ||
| 7 | Change interactive spec to call read-buffer-to-switch instead of | ||
| 8 | using the letter "B". | ||
| 9 | |||
| 10 | * simple.el (minibuffer-default-add-shell-commands): New function. | ||
| 11 | Use declare-function for mailcap-file-default-commands from "mailcap". | ||
| 12 | (shell-command): Set local minibuffer-default-add-function to | ||
| 13 | minibuffer-default-add-shell-commands in minibuffer-with-setup-hook | ||
| 14 | before calling read-shell-command. Set 4th arg default-value of | ||
| 15 | read-shell-command to relative buffer-file-name in file buffers. | ||
| 16 | |||
| 17 | * dired-aux.el (dired-read-shell-command-default): Move it to | ||
| 18 | gnus/mailcap.el and change its name to more general name | ||
| 19 | mailcap-file-default-commands. | ||
| 20 | (minibuffer-default-add-dired-shell-commands): New function. | ||
| 21 | Use declare-function for mailcap-file-default-commands from "mailcap". | ||
| 22 | (dired-read-shell-command): Set local minibuffer-default-add-function | ||
| 23 | to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook | ||
| 24 | before calling read-shell-command. Remove dired-read-shell-command-default | ||
| 25 | from the default value arg because default values are not set in | ||
| 26 | minibuffer-default-add-dired-shell-commands. Doc fix. | ||
| 27 | |||
| 28 | * dired-x.el (dired-smart-shell-command): Sync arguments and | ||
| 29 | interactive spec with changes in `shell-command'. | ||
| 30 | Use dired-get-filename to get the dired file name at point | ||
| 31 | as the default value in dired mode. | ||
| 32 | |||
| 1 | 2008-04-22 Juanma Barranquero <lekktu@gmail.com> | 33 | 2008-04-22 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 34 | ||
| 3 | * info.el (Info-complete-menu-item): Add missing parenthesis. | 35 | * info.el (Info-complete-menu-item): Add missing parenthesis. |