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,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Wed, 23 Jul 2008 01:19:29 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/07/23 01:19:28

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.14195
retrieving revision 1.14196
diff -u -b -r1.14195 -r1.14196
--- ChangeLog   22 Jul 2008 20:55:26 -0000      1.14195
+++ ChangeLog   23 Jul 2008 01:19:26 -0000      1.14196
@@ -1,3 +1,16 @@
+2008-07-23  Juri Linkov  <address@hidden>
+
+       * replace.el (multi-query-replace-map): New variable.
+       (perform-replace): Add processing of new multi-buffer keys bound
+       to `automatic-all' and `exit-current'.  Set `query-flag' to nil
+       if last input char was `automatic-all'.  Set new local variable
+       `multi-buffer' to t when one of new two keys were typed.  Return
+       non-nil value of `multi-buffer' that tells to calling functions
+       to continue replacement on the next file.
+
+       * progmodes/etags.el (tags-query-replace): Set arg `map' of
+       `perform-replace' to `multi-query-replace-map'.
+
 2008-07-22  Stefan Monnier  <address@hidden>
 
        * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's




reply via email to

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