Mercurial > emacs
diff lisp/ChangeLog @ 79790:663f333dd7d0
Fix face attributes recognition
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Wed, 09 Jan 2008 03:45:04 +0000 |
parents | f144c401cb74 |
children | 62e0debe692d |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jan 08 07:56:05 2008 +0000 +++ b/lisp/ChangeLog Wed Jan 09 03:45:04 2008 +0000 @@ -1,3 +1,10 @@ +2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br> + + * ps-print.el: Some face attributes (like :strike-through) was not + being recognised. Reported by Leo <sdl.web@gmail.com>. + (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs. + (ps-screen-to-bit-face): Fix code. + 2008-01-08 Kevin Ryde <user42@zip.com.au> * progmodes/compile.el (compilation-error-regexp-alist-alist):