From f43d79c13239547a787cad5122334e272f48b64e Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 25 Feb 2000 15:47:41 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 9 +++++++++ src/ChangeLog | 12 ++++++++++++ 2 files changed, 21 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b7ef0c44eee..9c9b19b2ea4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2000-02-25 Sam Steingold + + * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block' + properly. + +2000-02-25 Richard M. Stallman + + * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. + 2000-02-25 Gerd Moellmann * emacs-lisp/helper.el (Helper-describe-mode): Make buffer diff --git a/src/ChangeLog b/src/ChangeLog index 3acdb357088..c979d746484 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2000-02-25 Richard M. Stallman + + * fileio.c (Ffile_symlink_p): If result starts with a `/' + and contains a `:', prepend `/:'. + + * window.c (select_window_1): If selected_window is nil, + don't "swap out" the buffer's point. + (Fset_window_configuration): Set selected_window to nil + before calling Fselect_window. + (unshow_buffer): Don't set point in buffer from window's point + if another more recently selected window also shows the buffer. + 2000-02-25 Gerd Moellmann * keyboard.c (recursive_edit_1): Cancel busy-cursor. -- 2.39.5