diff etc/NEWS @ 28710:6efaa4627dee

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 25 Apr 2000 19:43:58 +0000
parents 5d002ac53c60
children 48df558593f9
line wrap: on
line diff
--- a/etc/NEWS	Tue Apr 25 19:41:30 2000 +0000
+++ b/etc/NEWS	Tue Apr 25 19:43:58 2000 +0000
@@ -1126,7 +1126,10 @@
 *** 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 @@
 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'.