]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 14 Jun 2001 21:02:05 +0000 (21:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 14 Jun 2001 21:02:05 +0000 (21:02 +0000)
lisp/ChangeLog
src/ChangeLog

index 3afbcac90642bf1d61d1aa24eb2ca5ed08307dba..d8fc8c83ac1bc2031099d69186fb3316f387bab3 100644 (file)
@@ -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.
        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.
index f775a250c5dd7ddbe035afd6eb9cc87eaa468149..7ebea9bff456d93c4f8c88e6e2109c5f65909588 100644 (file)
@@ -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.