changeset 38042:cafa56a542ab

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 14 Jun 2001 21:02:05 +0000
parents ae548ba56493
children 3577e0c41a1e
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 19 insertions(+), 0 deletions(-) [+]
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.
--- a/src/ChangeLog	Thu Jun 14 21:01:07 2001 +0000
+++ b/src/ChangeLog	Thu Jun 14 21:02:05 2001 +0000
@@ -1,3 +1,8 @@
+2001-06-14  Richard M. Stallman  <rms@gnu.org>
+
+	* xdisp.c (try_window_id): When EOB is visible, don't treat
+	insertion at EOB as if it were "off the bottom of the screen."
+
 2001-06-11  Andrew Innes  <andrewi@gnu.org>
 
 	* w32proc.c (create_child): Add new parameter is_gui_app.