Mercurial > emacs
diff lisp/ChangeLog @ 75418:0717aeaaa61d
Fix background height
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Sat, 27 Jan 2007 00:10:33 +0000 |
parents | 1ea8b557af8b |
children | 162c869d33f1 |
line wrap: on
line diff
--- 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 <viniciusjl@ig.com.br> + + * ps-print.ps: Fix background height. + (ps-print-version): New version 6.7.2. + 2007-01-26 Eli Zaretskii <eliz@gnu.org> * 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 <sdl.web@gmail.com>. - (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 <lekktu@gmail.com>