changeset 38348:63774f1993c3

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 10 Jul 2001 12:57:08 +0000
parents efc03a2c216e
children 7b0388aa6abf
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jul 10 12:55:44 2001 +0000
+++ b/lisp/ChangeLog	Tue Jul 10 12:57:08 2001 +0000
@@ -1,3 +1,8 @@
+2001-07-10  Gerd Moellmann  <gerd@gnu.org>
+
+	* startup.el (normal-top-level): Don't operate on the initial
+	frame if we failed to create one.
+
 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
 
 	* term/tty-colors.el: Fix the header line and copyright years.
--- a/src/ChangeLog	Tue Jul 10 12:55:44 2001 +0000
+++ b/src/ChangeLog	Tue Jul 10 12:57:08 2001 +0000
@@ -1,5 +1,10 @@
 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
 
+	* xfaces.c (unload_color): Do nothing if PIXEL is -1.
+
+	* xfns.c (Fx_create_frame): Initialize frame colors to -1,
+	for the case that x_decode_colors signals an error.
+
 	* xdisp.c (add_to_log): Do nothing if called asynchronously.
 
 2001-07-09  Gerd Moellmann  <gerd@gnu.org>