diff lisp/ChangeLog.unicode @ 90735:be5c45687c00

Handle frame parameters changing dynamically
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Sun, 21 Jan 2007 13:07:12 +0000
parents 25387147db14
children ef1369583937
line wrap: on
line diff
--- a/lisp/ChangeLog.unicode	Tue Jan 02 02:34:44 2007 +0000
+++ b/lisp/ChangeLog.unicode	Sun Jan 21 13:07:12 2007 +0000
@@ -1,3 +1,16 @@
+2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+	* ps-print.el: Handle frame parameters (background and/or foreground
+	colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
+	(ps-print-version): New Version 7.1.
+	(ps-x-frame-property, ps-e-frame-parameter): New aliases.
+	(ps-frame-parameter): New fun.
+	(ps-default-fg, ps-default-bg): New default value ('frame-parameter).
+	Fix doc and customization.
+	(ps-begin-job): Get frame parameters (background and/or foreground
+	colors).
+	(ps-do-despool): Ensure ps-printer-name has a valid value.
+
 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
 	* progmodes/ebnf-abn.el: