# HG changeset patch # User Gerd Moellmann # Date 989245322 0 # Node ID 30ce706861c97c2beb8637624cd4fdd31b6f621d # Parent 362fea0e7c8b7cf7ebc0b5f8a81e6ead632d72ca *** empty log message *** diff -r 362fea0e7c8b -r 30ce706861c9 lisp/ChangeLog --- a/lisp/ChangeLog Mon May 07 14:21:25 2001 +0000 +++ b/lisp/ChangeLog Mon May 07 14:22:02 2001 +0000 @@ -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 -r 362fea0e7c8b -r 30ce706861c9 lispref/ChangeLog --- a/lispref/ChangeLog Mon May 07 14:21:25 2001 +0000 +++ b/lispref/ChangeLog Mon May 07 14:22:02 2001 +0000 @@ -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 -r 362fea0e7c8b -r 30ce706861c9 src/ChangeLog --- a/src/ChangeLog Mon May 07 14:21:25 2001 +0000 +++ b/src/ChangeLog Mon May 07 14:22:02 2001 +0000 @@ -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