# HG changeset patch # User Gerd Moellmann # Date 994769828 0 # Node ID 63774f1993c30a16196586de1377505fef72d978 # Parent efc03a2c216e86b5bdcb7f8f1e46b08d5b3606e6 *** empty log message *** diff -r efc03a2c216e -r 63774f1993c3 lisp/ChangeLog --- 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 + + * startup.el (normal-top-level): Don't operate on the initial + frame if we failed to create one. + 2001-07-10 Eli Zaretskii * term/tty-colors.el: Fix the header line and copyright years. diff -r efc03a2c216e -r 63774f1993c3 src/ChangeLog --- 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 + * 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