diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-04-25 19:43:58 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-04-25 19:43:58 +0000 |
commit | 612839b6b20cf57f43480c38f89526c1febd6a28 (patch) | |
tree | 0ebca4dd2b5e299b6470ff038a8d9f14c90af17c /etc | |
parent | f2d86d7a049796984588b7df4c7657cac18a1cee (diff) | |
download | emacs-612839b6b20cf57f43480c38f89526c1febd6a28.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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'. |