# HG changeset patch # User Eli Zaretskii # Date 980598656 0 # Node ID 6ed788afc91f1eb9bc45e7ad7d55fa868376934e # Parent 0750f86f839621396ae32e667dea190180f9e34c Document the incompatible change in string-rectangle. diff -r 0750f86f8396 -r 6ed788afc91f etc/NEWS --- a/etc/NEWS Sat Jan 27 12:20:18 2001 +0000 +++ b/etc/NEWS Sat Jan 27 12:30:56 2001 +0000 @@ -808,6 +808,10 @@ +++ There is a new command M-x replace-rectangle. +** `C-x r t' (string-rectangle) no longer deletes the existing +rectangle contents before inserting the specified string on each line. +The `replace-rectangle' command can be used if deletion is required. + ** The new command M-x query-replace-regexp-eval acts like query-replace-regexp, but takes a Lisp expression which is evaluated after each match to get the replacement text.