From 1e9fc92e1cd412d132bbb38f1cf1d57c2ff21c62 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 7 May 2001 14:22:02 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 3 +++ lispref/ChangeLog | 11 ++++++++--- src/ChangeLog | 5 +++++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 350baa8b170..ebef52b3cc0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-05-07 Gerd Moellmann + * cus-edit.el (custom-file): Signal an error if user-init-file is + nil (running -q). + * mail/rmailedit.el (rmail-edit-mode-hook): Add :version. * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions): Add diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 7d37f87d75e..fe71283edfc 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2001-05-07 Gerd Moellmann + + * Makefile.in (install): Use install-info command line options + like in Emacs' Makefile.in. + 2000-12-09 Miles Bader * windows.texi (Window Start): Update documentation for @@ -24,12 +29,12 @@ 2000-10-18 Kai Grossjohann - * hooks.texi (Standard Hooks): replace obsolete + * hooks.texi (Standard Hooks): Replace obsolete `after-make-frame-hook' with `after-make-frame-functions'. - * frames.texi (Creating Frames): dito. + * frames.texi (Creating Frames): Ditto. - * variables.texi (Future Local Variables): dito. + * variables.texi (Future Local Variables): Ditto. 2000-10-16 Gerd Moellmann diff --git a/src/ChangeLog b/src/ChangeLog index 87d0a82077d..a4f28e57cd5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-05-07 Gerd Moellmann + + * keyboard.c (delete_kboard): Handle the case that selected_frame + has been deleted in the course of x_connection_closed. + 2001-05-03 Eli Zaretskii * xterm.c (XTread_socket) [!USE_TOOLKIT_SCROLL_BARS]: Fix -- 2.39.5