comparison etc/NEWS @ 28847:c27ead6e7ea1

write-region change
author Dave Love <fx@gnu.org>
date Wed, 10 May 2000 08:54:51 +0000
parents 636c8cafb7d4
children a5c81109bc31
comparison
equal deleted inserted replaced
28846:0027ff9c083a 28847:c27ead6e7ea1
438 438
439 ** The new command M-x query-replace-regexp-eval acts like 439 ** The new command M-x query-replace-regexp-eval acts like
440 query-replace-regexp, but takes a Lisp expression which is evaluated 440 query-replace-regexp, but takes a Lisp expression which is evaluated
441 after each match to get the replacement text. 441 after each match to get the replacement text.
442 442
443 ** M-x query-replace recognizes a new command `E' that let's you 443 ** M-x query-replace recognizes a new command `E' that lets you
444 edit the replacement string. 444 edit the replacement string.
445 445
446 ** The new command mail-abbrev-complete-alias, bound to `M-TAB', let's 446 ** The new command mail-abbrev-complete-alias, bound to `M-TAB', let's
447 you complete mail aliases in the text, analogous to 447 you complete mail aliases in the text, analogous to
448 lisp-complete-symbol. 448 lisp-complete-symbol.
1168 1168
1169 Note that +++ before an item means the Lisp manual has been updated. 1169 Note that +++ before an item means the Lisp manual has been updated.
1170 --- means that I have decided it does not need to be in the Lisp manual. 1170 --- means that I have decided it does not need to be in the Lisp manual.
1171 When you add a new item, please add it without either +++ or --- 1171 When you add a new item, please add it without either +++ or ---
1172 so I will know I still need to look at it -- rms. 1172 so I will know I still need to look at it -- rms.
1173
1174 ** If the APPEND argument of `write-region' is an integer, it seeks to
1175 that offset in the file before writing.
1173 1176
1174 ** `concat' no longer accepts individual integer arguments, as 1177 ** `concat' no longer accepts individual integer arguments, as
1175 promised long ago. 1178 promised long ago.
1176 1179
1177 ** The function `add-minor-mode' simplifies the definition of minor 1180 ** The function `add-minor-mode' simplifies the definition of minor