comparison lisp/ChangeLog @ 78214:9df605969950

Fix foreground/background color
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Wed, 25 Jul 2007 00:06:45 +0000
parents ce0473a5b031
children 9355f9b7bbff
comparison
equal deleted inserted replaced
78213:563fe59a129d 78214:9df605969950
1 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2
3 * ps-print.el: Problem with foreground and background color when
4 printing a buffer with and without faces. Reported by Christian
5 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6 (ps-print-version): New version 6.7.5.
7 (ps-default-fg): Change default value to nil, so black color is used
8 when a face does not specify a foreground color.
9 (ps-default-bg): Change default value to nil, so white color is used
10 for background color.
11 (ps-begin-job): Fix code.
12
1 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu> 13 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2 14
3 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment 15 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment
4 out. 16 out.
5 17