comparison lisp/ChangeLog @ 81997:702e736c11f0

Fix foreground/background color
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Fri, 20 Jul 2007 17:24:39 +0000
parents 02f7b432c413
children 52950d8efd2b
comparison
equal deleted inserted replaced
81996:02f7b432c413 81997:702e736c11f0
1 2007-07-20 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-20 Eli Zaretskii <eliz@gnu.org> 13 2007-07-20 Eli Zaretskii <eliz@gnu.org>
2 14
3 * makefile.w32-in (install-lisp-SH): Don't create subdirectories 15 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
4 in $(INSTALL_DIR)/lisp/ if they already exist. 16 in $(INSTALL_DIR)/lisp/ if they already exist.
5 17