diff options
| author | David Kastrup | 2007-04-17 23:24:13 +0000 |
|---|---|---|
| committer | David Kastrup | 2007-04-17 23:24:13 +0000 |
| commit | fc6a22502ee9c109ee0664a35822bf188500181d (patch) | |
| tree | e29e56a557caaa2938fe60895c79a01478662f84 /etc | |
| parent | f7510c4036f4bd752b564a8d51db7854b52fe4ae (diff) | |
| download | emacs-fc6a22502ee9c109ee0664a35822bf188500181d.tar.gz emacs-fc6a22502ee9c109ee0664a35822bf188500181d.zip | |
* NEWS: Mention `query-replace-regexp-eval' being deprecated.
* replace.el (query-replace-regexp-eval): Deprecate.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 12 |
2 files changed, 10 insertions, 6 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 1f2b33fe8a8..9003f73da96 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-04-17 David Kastrup <dak@gnu.org> | ||
| 2 | |||
| 3 | * NEWS: Mention `query-replace-regexp-eval' being deprecated. | ||
| 4 | |||
| 1 | 2007-04-15 Glenn Morris <rgm@gnu.org> | 5 | 2007-04-15 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * FTP: Make it a duplicate of ../FTP. | 7 | * FTP: Make it a duplicate of ../FTP. |
| @@ -633,12 +633,12 @@ a match if part of it has a read-only property. | |||
| 633 | *** When used interactively, the commands `query-replace-regexp' and | 633 | *** When used interactively, the commands `query-replace-regexp' and |
| 634 | `replace-regexp' allow \,expr to be used in a replacement string, | 634 | `replace-regexp' allow \,expr to be used in a replacement string, |
| 635 | where expr is an arbitrary Lisp expression evaluated at replacement | 635 | where expr is an arbitrary Lisp expression evaluated at replacement |
| 636 | time. In many cases, this will be more convenient than using | 636 | time. `\#' in a replacement string now refers to the count of |
| 637 | `query-replace-regexp-eval'. `\#' in a replacement string now refers | 637 | replacements already made by the replacement command. All regular |
| 638 | to the count of replacements already made by the replacement command. | 638 | expression replacement commands now allow `\?' in the replacement |
| 639 | All regular expression replacement commands now allow `\?' in the | 639 | string to specify a position where the replacement string can be |
| 640 | replacement string to specify a position where the replacement string | 640 | edited for each replacement. `query-replace-regexp-eval' is now |
| 641 | can be edited for each replacement. | 641 | deprecated since it offers no additional functionality. |
| 642 | 642 | ||
| 643 | +++ | 643 | +++ |
| 644 | *** query-replace uses isearch lazy highlighting when the new user option | 644 | *** query-replace uses isearch lazy highlighting when the new user option |