emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS,v
Date: Sat, 10 Nov 2007 21:52:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     07/11/10 21:52:06

Index: NEWS
===================================================================
RCS file: /sources/emacs/emacs/etc/NEWS,v
retrieving revision 1.1612
retrieving revision 1.1613
diff -u -b -r1.1612 -r1.1613
--- NEWS        10 Nov 2007 10:28:37 -0000      1.1612
+++ NEWS        10 Nov 2007 21:52:06 -0000      1.1613
@@ -124,6 +124,11 @@
 * Editing Changes in Emacs 23.1
 
 +++
+** C-M-% now shows replacement as it would look in the buffer, with
+`\N' and `\&' substituted according to the match.  Old behavior can be
+restored by customizing `query-replace-show-replacement'.
+
++++
 ** M-q now fills the region if the region is active and
 `transient-mark-mode' is turned on.  Otherwise, it fills the current
 paragraph.
@@ -365,6 +370,10 @@
 * Lisp Changes in Emacs 23.1
 
 +++
+** New function `match-substitute-replacement' returns the result of
+`replace-match' without actually using it in the buffer.
+
++++
 ** A list of default values can be specified for the DEFAULT argument of
 functions `read-from-minibuffer', `read-string', `read-command',
 `read-variable', `read-buffer', `completing-read'.  Elements of this list




reply via email to

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