aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2008-03-20 19:48:07 +0000
committerStefan Monnier <[email protected]>2008-03-20 19:48:07 +0000
commite5c4079cc47109540c1a8e69a320f98e1b8c4039 (patch)
tree06326928e82fa0c869568e485b754086cc5376e4 /etc/NEWS
parent6ba7f443e926fc6c6b2e14f0e4ace5dba1269720 (diff)
(minibuffer-local-shell-command-map): New var.
(minibuffer-complete-shell-command, read-shell-command): New funs. (shell-command, shell-command-on-region): Use them.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3d881e4023..751e1dd31c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -65,6 +65,8 @@ default toolkit, but you can use --with-x-toolkit=gtk if necessary.
* Changes in Emacs 23.1
+** Minibuffer input of shell commands now comes with completion.
+
** Operations like C-x b and C-x C-f which use switch-to-buffer do not fail
any more when used in a minibuffer or a dedicated window. Instead, they
fallback on using pop-to-buffer which will use some other window.
@@ -642,7 +644,10 @@ functions and variables (formerly used for Tamil script).
* Lisp Changes in Emacs 23.1
-** The new `buffer-swap-text' function can swap the text between two buffers.
+** The `read-shell-command' function does what its name says, with completion.
+It uses the minibuffer-local-shell-command-map for that.
+
+** The `buffer-swap-text' function can swap the text between two buffers.
This can be useful for modes such as tar-mode, archive-mode, RMAIL.
** `clear-image-cache' can be told to flush only images of a specific file.