]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 10 Jul 2001 12:57:08 +0000 (12:57 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 10 Jul 2001 12:57:08 +0000 (12:57 +0000)
lisp/ChangeLog
src/ChangeLog

index 92428a71086c61aea479f614f408db0ab89edc65..029acf33895a40a325838b7a6be226b336551633 100644 (file)
@@ -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.
index 0e66830d018e3d6c4fef8ceb4afe21770c364df0..baf6f5404e62893492130d750f7ace21cc79c5e6 100644 (file)
@@ -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>