# HG changeset patch # User Richard M. Stallman # Date 992552525 0 # Node ID cafa56a542abff8bea81c9d2fde37d5b44f5482a # Parent ae548ba564937a1c396143028702fd9d143026fc *** empty log message *** diff -r ae548ba56493 -r cafa56a542ab lisp/ChangeLog --- 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 + + * 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 * 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 + + * 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 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp. diff -r ae548ba56493 -r cafa56a542ab src/ChangeLog --- 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 + + * 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 * w32proc.c (create_child): Add new parameter is_gui_app.