comparison etc/NEWS @ 93112:6ed43e8a395c

(minibuffer-local-shell-command-map): New var. (minibuffer-complete-shell-command, read-shell-command): New funs. (shell-command, shell-command-on-region): Use them.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 20 Mar 2008 19:48:07 +0000
parents ea7a64247bb6
children 2f6232eb146f
comparison
equal deleted inserted replaced
93111:f84051049637 93112:6ed43e8a395c
62 62
63 ** The configure option `--with-gtk' has been removed. Gtk is now the 63 ** The configure option `--with-gtk' has been removed. Gtk is now the
64 default toolkit, but you can use --with-x-toolkit=gtk if necessary. 64 default toolkit, but you can use --with-x-toolkit=gtk if necessary.
65 65
66 * Changes in Emacs 23.1 66 * Changes in Emacs 23.1
67
68 ** Minibuffer input of shell commands now comes with completion.
67 69
68 ** Operations like C-x b and C-x C-f which use switch-to-buffer do not fail 70 ** Operations like C-x b and C-x C-f which use switch-to-buffer do not fail
69 any more when used in a minibuffer or a dedicated window. Instead, they 71 any more when used in a minibuffer or a dedicated window. Instead, they
70 fallback on using pop-to-buffer which will use some other window. 72 fallback on using pop-to-buffer which will use some other window.
71 73
640 functions and variables (formerly used for Tamil script). 642 functions and variables (formerly used for Tamil script).
641 643
642 644
643 * Lisp Changes in Emacs 23.1 645 * Lisp Changes in Emacs 23.1
644 646
645 ** The new `buffer-swap-text' function can swap the text between two buffers. 647 ** The `read-shell-command' function does what its name says, with completion.
648 It uses the minibuffer-local-shell-command-map for that.
649
650 ** The `buffer-swap-text' function can swap the text between two buffers.
646 This can be useful for modes such as tar-mode, archive-mode, RMAIL. 651 This can be useful for modes such as tar-mode, archive-mode, RMAIL.
647 652
648 ** `clear-image-cache' can be told to flush only images of a specific file. 653 ** `clear-image-cache' can be told to flush only images of a specific file.
649 654
650 ** clone-indirect-buffer now runs the clone-indirect-buffer-hook. 655 ** clone-indirect-buffer now runs the clone-indirect-buffer-hook.