changeset 98914:316d25a0b733

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Sun, 19 Oct 2008 22:34:35 +0000
parents f989303f1963
children 328847b430cc
files lisp/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Oct 19 22:34:06 2008 +0000
+++ b/lisp/ChangeLog	Sun Oct 19 22:34:35 2008 +0000
@@ -1,5 +1,14 @@
 2008-10-19  Juri Linkov  <juri@jurta.org>
 
+	* isearch.el (isearch-query-replace, isearch-query-replace-regexp):
+	Add arg `delimited' as in `query-replace' for the case when
+	isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
+	Add more indicators to the prompt ("word" and "in region").
+
+	* replace.el (query-replace, query-replace-regexp)
+	(replace-string, replace-regexp, perform-replace): Add "word"
+	indicatiors to the prompt for word delimited replacements.
+
 	* replace.el (read-regexp): Rename arg `default' to `default-value'.
 	Doc fix.