# HG changeset patch # User Vinicius Jose Latorre # Date 1169856633 0 # Node ID 0717aeaaa61d9181b874f8e50560a19ba2342382 # Parent c21d47d727f389c13a3c465e48ebdd25de51f438 Fix background height diff -r c21d47d727f3 -r 0717aeaaa61d etc/ChangeLog --- a/etc/ChangeLog Fri Jan 26 16:34:19 2007 +0000 +++ b/etc/ChangeLog Sat Jan 27 00:10:33 2007 +0000 @@ -1,3 +1,7 @@ +2007-01-26 Vinicius Jose Latorre + + * ps-prin1.ps (printBackground): Fix background height. + 2007-01-20 Glenn Morris * cd-dired-ref.tex (versionemacs): New def. diff -r c21d47d727f3 -r 0717aeaaa61d etc/ps-prin1.ps --- a/etc/ps-prin1.ps Fri Jan 26 16:34:19 2007 +0000 +++ b/etc/ps-prin1.ps Sat Jan 27 00:10:33 2007 +0000 @@ -1,7 +1,7 @@ % === BEGIN ps-print prologue 1 -% version: 6.0 +% version: 6.1 -% Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. % % This file is part of GNU Emacs. % @@ -429,14 +429,16 @@ % stack: -- /printBackground{ /BackgroundColor where{ + /LHg LineHeight 0.65 mul def + /PHg PrintHeight LHg add def pop gsave BackgroundColor SetColor NumberOfColumns{ gsave - 0 LineHeight 0.65 mul rmoveto + 0 LHg rmoveto PrintWidth 0 rlineto - 0 PrintHeight neg rlineto + 0 PHg neg rlineto PrintWidth neg 0 rlineto - 0 PrintHeight rlineto + 0 PHg rlineto fill grestore PrintWidth InterColumn add 0 rmoveto diff -r c21d47d727f3 -r 0717aeaaa61d lisp/ChangeLog --- a/lisp/ChangeLog Fri Jan 26 16:34:19 2007 +0000 +++ b/lisp/ChangeLog Sat Jan 27 00:10:33 2007 +0000 @@ -1,3 +1,8 @@ +2007-01-26 Vinicius Jose Latorre + + * ps-print.ps: Fix background height. + (ps-print-version): New version 6.7.2. + 2007-01-26 Eli Zaretskii * makefile.w32-in (finder-data, custom-deps): Depend on @@ -100,7 +105,7 @@ * ps-print.el: Handle frame parameters (background and/or foreground colors) changing dynamically. Reported by Leo . - (ps-print-version): New Version 6.7.1. + (ps-print-version): New version 6.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). @@ -1306,7 +1311,7 @@ * ps-mule.el: Eliminate Emacs 20 compatibility. * ps-print.el: Eliminate Emacs 20 & 21 compatibility. - (ps-print-version): New Version 6.7. + (ps-print-version): New version 6.7. (ps-print-quote): Replace '?\ ' by '?\s'. 2006-11-30 Juanma Barranquero diff -r c21d47d727f3 -r 0717aeaaa61d lisp/ps-print.el --- a/lisp/ps-print.el Fri Jan 26 16:34:19 2007 +0000 +++ b/lisp/ps-print.el Sat Jan 27 00:10:33 2007 +0000 @@ -10,11 +10,11 @@ ;; Maintainer: Kenichi Handa (multi-byte characters) ;; Vinicius Jose Latorre ;; Keywords: wp, print, PostScript -;; Version: 6.7.1 +;; Version: 6.7.2 ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre -(defconst ps-print-version "6.7.1" - "ps-print.el, v 6.7.1 <2007/01/21 vinicius> +(defconst ps-print-version "6.7.2" + "ps-print.el, v 6.7.2 <2007/01/26 vinicius> Vinicius's last change version -- this file may have been edited as part of Emacs without changes to the version number. When reporting bugs, please also