aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lispref/ChangeLog2
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c36c59b1228..a5b3f2b8014 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-05-25 Juri Linkov <juri@jurta.org>
2
3 * replace.el (query-replace-read-from, query-replace-read-to):
4 Remove 8th arg KEEP-ALL in read-from-minibuffer.
5
12006-05-25 Rajesh Vaidheeswarran <rv@gnu.org> 62006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
2 * whitespace.el (whitespace-cleanup): change to cleanup 7 * whitespace.el (whitespace-cleanup): change to cleanup
3 region if one is active 8 region if one is active
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index a7830e96b5c..cab118b70ed 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,5 +1,7 @@
12006-05-25 Juri Linkov <juri@jurta.org> 12006-05-25 Juri Linkov <juri@jurta.org>
2 2
3 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4
3 * modes.texi (%-Constructs): Add %e, %z, %Z. 5 * modes.texi (%-Constructs): Add %e, %z, %Z.
4 6
52006-05-25 Richard Stallman <rms@gnu.org> 72006-05-25 Richard Stallman <rms@gnu.org>