Mercurial > emacs
comparison etc/NEWS @ 35640:6ed788afc91f
Document the incompatible change in string-rectangle.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 27 Jan 2001 12:30:56 +0000 |
parents | f499794dc393 |
children | 2ce207b252dc |
comparison
equal
deleted
inserted
replaced
35639:0750f86f8396 | 35640:6ed788afc91f |
---|---|
805 All these functions have been rewritten to avoid inserting unwanted | 805 All these functions have been rewritten to avoid inserting unwanted |
806 spaces, and an optional prefix now allows them to behave the old way. | 806 spaces, and an optional prefix now allows them to behave the old way. |
807 | 807 |
808 +++ | 808 +++ |
809 There is a new command M-x replace-rectangle. | 809 There is a new command M-x replace-rectangle. |
810 | |
811 ** `C-x r t' (string-rectangle) no longer deletes the existing | |
812 rectangle contents before inserting the specified string on each line. | |
813 The `replace-rectangle' command can be used if deletion is required. | |
810 | 814 |
811 ** The new command M-x query-replace-regexp-eval acts like | 815 ** The new command M-x query-replace-regexp-eval acts like |
812 query-replace-regexp, but takes a Lisp expression which is evaluated | 816 query-replace-regexp, but takes a Lisp expression which is evaluated |
813 after each match to get the replacement text. | 817 after each match to get the replacement text. |
814 | 818 |