From e4cdc335f37ff8ed88a315508cdf27c7c640e9c6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 14 Jun 2001 21:02:05 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 14 ++++++++++++++ src/ChangeLog | 5 +++++ 2 files changed, 19 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3afbcac9064..d8fc8c83ac1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index f775a250c5d..7ebea9bff45 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. -- 2.39.2