Fix bug #8597 with setting frame background mode on w32 console.
[bpt/emacs.git] / lisp / ChangeLog
index 3cf8e13..62a11b3 100644 (file)
@@ -1,3 +1,9 @@
+2011-05-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * term/w32console.el (terminal-init-w32console): Call
+       get-screen-color and use its output to set the frame
+       background-mode.  (Bug#8597)
+
 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        Make bytecomp.el understand that defmethod defines funs (bug#8631).