]> git.eshelyaron.com Git - emacs.git/commitdiff
ps-print fix
authorVinicius Jose Latorre <viniciusjl@ig.com.br>
Mon, 10 Mar 2003 01:09:05 +0000 (01:09 +0000)
committerVinicius Jose Latorre <viniciusjl@ig.com.br>
Mon, 10 Mar 2003 01:09:05 +0000 (01:09 +0000)
lisp/ChangeLog

index 312c2c0165a5e6d65664d86504be0bc10e6a494d..b8aaaebbdca62c2c96c0c4c32990a2f0d540980c 100644 (file)
        (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.