Mercurial > emacs
changeset 50067:c623407cb87d
ps-print fix
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Mon, 10 Mar 2003 01:09:05 +0000 |
parents | df60111d0379 |
children | 9fa70ec97b76 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <viniciusjl@ig.com.br> + + * 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 <rms@gnu.org> * replace.el (query-replace-read-args): Use save-excursion.