summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-07-10 12:57:08 +0000
committerGerd Moellmann <gerd@gnu.org>2001-07-10 12:57:08 +0000
commit6b05fae3af94b547924952a87d5ae03bd794f567 (patch)
tree4f2a4c97f299da68b175d2b8d3e84b66b23a9e7d
parent6a1e7d6714703f8600ffdb33e1df2316cf4a3831 (diff)
downloademacs-6b05fae3af94b547924952a87d5ae03bd794f567.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 92428a71086..029acf33895 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.
diff --git a/src/ChangeLog b/src/ChangeLog
index 0e66830d018..baf6f5404e6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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>