comparison 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
comparison
equal deleted inserted replaced
28709:7606937fa891 28710:6efaa4627dee
1124 protocols. It has a separate manual. 1124 protocols. It has a separate manual.
1125 1125
1126 *** autoconf.el provides a major mode for editing configure.in files 1126 *** autoconf.el provides a major mode for editing configure.in files
1127 for Autoconf, selected automatically. 1127 for Autoconf, selected automatically.
1128 1128
1129 *** windmove.el 1129 *** windmove.el provides moving between windows.
1130
1131 *** crm.el provides a facility to read multiple strings from the
1132 minibuffer with completion.
1130 1133
1131 ** Withdrawn packages 1134 ** Withdrawn packages
1132 1135
1133 *** mldrag.el has been removed. mouse.el provides the same 1136 *** mldrag.el has been removed. mouse.el provides the same
1134 functionality with aliases for the mldrag functions. 1137 functionality with aliases for the mldrag functions.
1141 1144
1142 Note that +++ before an item means the Lisp manual has been updated. 1145 Note that +++ before an item means the Lisp manual has been updated.
1143 --- means that I have decided it does not need to be in the Lisp manual. 1146 --- means that I have decided it does not need to be in the Lisp manual.
1144 When you add a new item, please add it without either +++ or --- 1147 When you add a new item, please add it without either +++ or ---
1145 so I will know I still need to look at it -- rms. 1148 so I will know I still need to look at it -- rms.
1149
1150 ** The function `shell-command' now sets the default directory of the
1151 `*Shell Command Output*' buffer to the default directory of the buffer
1152 from which the command was issued.
1153
1154 ** The functions `query-replace', `query-replace-regexp',
1155 `query-replace-regexp-eval' `map-query-replace-regexp',
1156 `replace-string', `replace-regexp', and `perform-replace' take two
1157 additional optional arguments START and END that specify the region to
1158 operate on.
1146 1159
1147 ** The new function `count-screen-lines' is a more flexible alternative 1160 ** The new function `count-screen-lines' is a more flexible alternative
1148 to `window-buffer-height'. 1161 to `window-buffer-height'.
1149 1162
1150 - Function: count-screen-lines &optional BEG END COUNT-FINAL-NEWLINE WINDOW 1163 - Function: count-screen-lines &optional BEG END COUNT-FINAL-NEWLINE WINDOW