# HG changeset patch # User Juri Linkov # Date 1094248282 0 # Node ID c13f2756b08aae512cfd95abb140c5792d927c4f # Parent 0e1ba8187a6388caefc4ee530d9def0d5aabf58f *** empty log message *** diff -r 0e1ba8187a63 -r c13f2756b08a lisp/ChangeLog --- a/lisp/ChangeLog Fri Sep 03 21:34:11 2004 +0000 +++ b/lisp/ChangeLog Fri Sep 03 21:51:22 2004 +0000 @@ -1,3 +1,19 @@ +2004-09-03 Juri Linkov + + * isearch.el (isearch-toggle-regexp): Set `isearch-success' and + `isearch-adjusted' to `t'. + (isearch-toggle-case-fold): Set `isearch-success' to `t'. + (isearch-message-prefix): Add "pending" for isearch-adjusted. + (isearch-other-meta-char): Restore isearch-point unconditionally. + (isearch-query-replace): Add new arg `regexp-flag' and use it. + Set point to start of match if region is not active in transient + mark mode (to include the current match to region boundaries). + Push the search string to `query-replace-from-history-variable'. + Add prompt "Query replace regexp" for isearch-regexp. + Add region beginning/end as last arguments of `perform-replace.' + (isearch-query-replace-regexp): Replace code by the call to + `isearch-query-replace' with arg `t'. + 2004-09-03 Richard M. Stallman * startup.el (normal-top-level): Undo previous TERM change. diff -r 0e1ba8187a63 -r c13f2756b08a man/ChangeLog --- a/man/ChangeLog Fri Sep 03 21:34:11 2004 +0000 +++ b/man/ChangeLog Fri Sep 03 21:51:22 2004 +0000 @@ -1,3 +1,7 @@ +2004-09-03 Juri Linkov + + * search.texi (Incremental Search): Update wording for M-%. + 2004-09-02 Luc Teirlinck * killing.texi (Killing): Correct description of kill commands in