Mercurial > emacs
diff lisp/ChangeLog.unicode @ 91332:6b6e684740e5
Fix face attributes recognition
| author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
|---|---|
| date | Wed, 09 Jan 2008 03:27:04 +0000 |
| parents | b263cfdb9d43 |
| children | 044177d7c7eb |
line wrap: on
line diff
--- a/lisp/ChangeLog.unicode Wed Jan 09 02:45:01 2008 +0000 +++ b/lisp/ChangeLog.unicode Wed Jan 09 03:27:04 2008 +0000 @@ -1,3 +1,14 @@ +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-print-version): New version 7.3.2. + (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p, + ps-face-overline-p and ps-face-box-p funs. + + * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): + New funs. + 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp> * international/fontset.el (font-encoding-alist): Add an entry for
