diff lisp/ChangeLog @ 85987:6a97e5e13b22

If ps-lpr-switches is not a list, force it to be one.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Fri, 09 Nov 2007 15:23:07 +0000
parents 3ab9489c2f1a
children 915f18d633ac
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Nov 09 13:06:05 2007 +0000
+++ b/lisp/ChangeLog	Fri Nov 09 15:23:07 2007 +0000
@@ -1,3 +1,9 @@
+2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+	* ps-print.el (ps-do-despool): If ps-lpr-switches is not a list, force
+	it to be one.
+	(ps-print-version): New version 6.8.1.
+
 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
 
 	* files.el (enable-local-variables): Doc fix.
@@ -6319,18 +6325,6 @@
 	Replace it with another one which disables undo before calling
 	erase-buffer and then turns it back on if needed.
 
-2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
-
-	* ps-print.el: Problem with foreground and background color when
-	printing a buffer with and without faces.  Reported by Christian
-	Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
-	(ps-print-version): New version 6.7.5.
-	(ps-default-fg): Change default value to nil, so black color is used
-	when a face does not specify a foreground color.
-	(ps-default-bg): Change default value to nil, so white color is used
-	for background color.
-	(ps-begin-job): Fix code.
-
 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.