]> git.eshelyaron.com Git - emacs.git/commitdiff
etc/NEWS: Mention the feature of query replace pairs.
authorJuri Linkov <juri@jurta.org>
Sat, 8 Nov 2014 22:50:49 +0000 (00:50 +0200)
committerJuri Linkov <juri@jurta.org>
Sat, 8 Nov 2014 22:50:49 +0000 (00:50 +0200)
etc/NEWS

index 68ad5c00c8fa3a511e35fb2afeb101eacec0cb42..5593a7b7c7db505649db85e81d4e63b116fe0573 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -125,8 +125,15 @@ Unicode standards.
 \f
 * 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 @@ and comments.
 
 ** 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.