diff lisp/ChangeLog @ 78414:781746b1e97f

Honor term-default-fg-color and term-default-bg-color settings when modifying term-current-face.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Sun, 05 Aug 2007 14:09:30 +0000
parents 15aa7ac77da1
children 12b14a633dc9
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Aug 05 12:58:00 2007 +0000
+++ b/lisp/ChangeLog	Sun Aug 05 14:09:30 2007 +0000
@@ -1,3 +1,17 @@
+2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com> (tiny change)
+
+	* term.el: Honor term-default-fg-color and term-default-bg-color
+	settings when modifying term-current-face.
+	(term-default-fg-color, term-default-bg-color): Initialized from
+	default term-current-face.
+	(term-mode, term-reset-terminal): Set term-current-face with
+	term-default-fg-color and term-default-bg-color.
+	(term-handle-colors-array): term-current-face has term-default-fg-color
+	and term-default-bg-color after reset escape sequence.
+	(term-handle-colors-array): Set term-current-color with
+	term-default-fg/bg-color instead of ansi-term-color-vector when the
+	index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
+
 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
 
 	* printing.el: Require lpr and ps-print when loading printing package.