summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-04-25 19:43:58 +0000
committerGerd Moellmann <gerd@gnu.org>2000-04-25 19:43:58 +0000
commit612839b6b20cf57f43480c38f89526c1febd6a28 (patch)
tree0ebca4dd2b5e299b6470ff038a8d9f14c90af17c /etc
parentf2d86d7a049796984588b7df4c7657cac18a1cee (diff)
downloademacs-612839b6b20cf57f43480c38f89526c1febd6a28.tar.gz
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS15
1 files changed, 14 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 426a485eca3..1d2cdfc63ca 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1126,7 +1126,10 @@ protocols. It has a separate manual.
*** autoconf.el provides a major mode for editing configure.in files
for Autoconf, selected automatically.
-*** windmove.el
+*** windmove.el provides moving between windows.
+
+*** crm.el provides a facility to read multiple strings from the
+minibuffer with completion.
** Withdrawn packages
@@ -1144,6 +1147,16 @@ Note that +++ before an item means the Lisp manual has been updated.
When you add a new item, please add it without either +++ or ---
so I will know I still need to look at it -- rms.
+** The function `shell-command' now sets the default directory of the
+`*Shell Command Output*' buffer to the default directory of the buffer
+from which the command was issued.
+
+** The functions `query-replace', `query-replace-regexp',
+`query-replace-regexp-eval' `map-query-replace-regexp',
+`replace-string', `replace-regexp', and `perform-replace' take two
+additional optional arguments START and END that specify the region to
+operate on.
+
** The new function `count-screen-lines' is a more flexible alternative
to `window-buffer-height'.