emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r118325: etc/NEWS: Mention the feature of query repl


From: Juri Linkov
Subject: [Emacs-diffs] trunk r118325: etc/NEWS: Mention the feature of query replace pairs.
Date: Sat, 08 Nov 2014 22:50:53 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118325
revision-id: address@hidden
parent: address@hidden
committer: Juri Linkov <address@hidden>
branch nick: trunk
timestamp: Sun 2014-11-09 00:50:49 +0200
message:
  etc/NEWS: Mention the feature of query replace pairs.
modified:
  etc/NEWS                       news-20141002041645-34n5fasbwydbo8t6-1
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-11-05 19:59:31 +0000
+++ b/etc/NEWS  2014-11-08 22:50:49 +0000
@@ -125,8 +125,15 @@
 
 * Changes in Specialized Modes and Packages in Emacs 25.1
 
-** VC
-*** The new command vc-region-history shows the log+diff of the active region.
+** Search and Replace
+
+*** `M-p' in query-replace minibuffer that reads the FROM string
+now moves through pairs of previous replacements where FROM and TO
+parts are separated by an arrow defined by the new variable
+`query-replace-from-to-separator'.  After exiting the minibuffer,
+replacement is performed with the FROM and TO values extracted
+from the strings before and after the separator.
+
 ** Calc
 +++
 *** If `quick-calc' is called with a prefix argument, insert the
@@ -249,6 +256,8 @@
 
 ** VC and related modes
 
+*** The new command vc-region-history shows the log+diff of the active region.
+
 *** New option `vc-annotate-background-mode' controls whether
 the color range from `vc-annotate-color-map' is applied to the
 background or to the foreground.


reply via email to

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