]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuri Linkov <juri@jurta.org>
Fri, 3 Sep 2004 21:51:22 +0000 (21:51 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 3 Sep 2004 21:51:22 +0000 (21:51 +0000)
lisp/ChangeLog
man/ChangeLog

index 7a7d2e5f5a1f7b6d69a982dbd5b2c271be523acd..130ee51e80f9c4d22ed79cdd2454e61099406ef5 100644 (file)
@@ -1,3 +1,19 @@
+2004-09-03  Juri Linkov  <juri@jurta.org>
+
+       * 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  <rms@gnu.org>
 
        * startup.el (normal-top-level): Undo previous TERM change.
index 37554016f3d5e51c643425f95b18887e94a7bf31..62d985b022f813642644c6e884096449e4062990 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-03  Juri Linkov  <juri@jurta.org>
+
+       * search.texi (Incremental Search): Update wording for M-%.
+
 2004-09-02  Luc Teirlinck  <teirllm@auburn.edu>
 
        * killing.texi (Killing): Correct description of kill commands in