diff lisp/ChangeLog @ 38042:cafa56a542ab

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 14 Jun 2001 21:02:05 +0000
parents cb751a987da5
children 40c2d7eaa470
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jun 14 21:01:07 2001 +0000
+++ b/lisp/ChangeLog	Thu Jun 14 21:02:05 2001 +0000
@@ -1,3 +1,10 @@
+2001-06-14  Richard M. Stallman  <rms@gnu.org>
+
+	* replace.el (keep-lines-read-args): Return just a regexp.
+	Provide nil for the region args.
+	(keep-lines, flush-lines, how-many): 
+	Calculate the defaults for the region here, when args are nil.
+
 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
 
 	* rot13.el (rot13-other-window): Some more doc fix.
@@ -18,6 +25,13 @@
 	of " and \ to "." (punctuation).
 	* textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
 
+2001-06-13  Richard M. Stallman  <rms@gnu.org>
+
+	* emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
+
+	* simple.el (shell-command-on-region): Never kill the
+	*Shell Command Output* buffer.
+
 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
 
 	* diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.