emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Fri, 03 Sep 2004 17:56:13 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6320 emacs/lisp/ChangeLog:1.6321
*** emacs/lisp/ChangeLog:1.6320 Fri Sep  3 21:33:58 2004
--- emacs/lisp/ChangeLog        Fri Sep  3 21:51:22 2004
***************
*** 1,3 ****
--- 1,19 ----
+ 2004-09-03  Juri Linkov  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * startup.el (normal-top-level): Undo previous TERM change.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]