From: Vinicius Jose Latorre Date: Mon, 10 Mar 2003 01:09:05 +0000 (+0000) Subject: ps-print fix X-Git-Tag: ttn-vms-21-2-B4~10958 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e361e87a42039b3561876926f4f05f1d6652dced;p=emacs.git ps-print fix --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 312c2c0165a..b8aaaebbdca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.