comparison 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
comparison
equal deleted inserted replaced
78413:15aa7ac77da1 78414:781746b1e97f
1 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
2
3 * term.el: Honor term-default-fg-color and term-default-bg-color
4 settings when modifying term-current-face.
5 (term-default-fg-color, term-default-bg-color): Initialized from
6 default term-current-face.
7 (term-mode, term-reset-terminal): Set term-current-face with
8 term-default-fg-color and term-default-bg-color.
9 (term-handle-colors-array): term-current-face has term-default-fg-color
10 and term-default-bg-color after reset escape sequence.
11 (term-handle-colors-array): Set term-current-color with
12 term-default-fg/bg-color instead of ansi-term-color-vector when the
13 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
14
1 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br> 15 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
2 16
3 * printing.el: Require lpr and ps-print when loading printing package. 17 * printing.el: Require lpr and ps-print when loading printing package.
4 Reported by Glenn Morris <rgm@gnu.org>. 18 Reported by Glenn Morris <rgm@gnu.org>.
5 19