# HG changeset patch # User Vinicius Jose Latorre # Date 1047258545 0 # Node ID c623407cb87ddbbea246594b15fc0546d42651b0 # Parent df60111d03792de03c8a890e91fe52bf6d432a0c ps-print fix diff -r df60111d0379 -r c623407cb87d lisp/ChangeLog --- a/lisp/ChangeLog Sun Mar 09 22:48:08 2003 +0000 +++ b/lisp/ChangeLog Mon Mar 10 01:09:05 2003 +0000 @@ -54,6 +54,16 @@ (list-buffers-noselect): Calculate header-line spacing to take into account width of left fringe and left scrollbar. +2003-03-05 Vinicius Jose Latorre + + * ps-print.el (ps-print-version): New version number (6.6). + (ps-begin-job): If background and foreground color are the same, give + an error. + (ps-default-fg, ps-default-bg): Better doc. + (ps-rgb-color): Became a defun, check RGB value list. + (ps-default-background): New internal var. + (ps-begin-file): Code fix. + 2003-03-05 Richard M. Stallman * replace.el (query-replace-read-args): Use save-excursion.