From: Juri Linkov Date: Fri, 3 Sep 2004 21:51:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5080 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e68f42d8e63609d322967815d720bdca8772337;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a7d2e5f5a1..130ee51e80f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/man/ChangeLog b/man/ChangeLog index 37554016f3d..62d985b022f 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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