aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2006-05-25 23:00:43 +0000
committerJuri Linkov2006-05-25 23:00:43 +0000
commit92aa92fa3822b3ab87d15275c3198ed8af18a006 (patch)
tree6feb3d98940bbb206e4158d7df5244a353c21475
parent63d336640effbaa2ebc6d217bc70819d0897e595 (diff)
downloademacs-92aa92fa3822b3ab87d15275c3198ed8af18a006.tar.gz
emacs-92aa92fa3822b3ab87d15275c3198ed8af18a006.zip
*** empty log message ***
-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>