changeset 37606:30ce706861c9

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 07 May 2001 14:22:02 +0000
parents 362fea0e7c8b
children 2f80188cbbd6
files lisp/ChangeLog lispref/ChangeLog src/ChangeLog
diffstat 3 files changed, 16 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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  <gerd@gnu.org>
 
+	* 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
--- 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  <gerd@gnu.org>
+
+	* Makefile.in (install): Use install-info command line options
+	like in Emacs' Makefile.in.
+
 2000-12-09  Miles Bader  <miles@gnu.org>
 
 	* windows.texi (Window Start): Update documentation for
@@ -24,12 +29,12 @@
 
 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-	* 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  <gerd@gnu.org>
 
--- 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  <gerd@gnu.org>
+
+	* 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  <eliz@is.elta.co.il>
 
 	* xterm.c (XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS]: Fix