Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
79789:edded8728ab1 | 79790:663f333dd7d0 |
---|---|
1 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
2 | |
3 * ps-print.el: Some face attributes (like :strike-through) was not | |
4 being recognised. Reported by Leo <sdl.web@gmail.com>. | |
5 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs. | |
6 (ps-screen-to-bit-face): Fix code. | |
7 | |
1 2008-01-08 Kevin Ryde <user42@zip.com.au> | 8 2008-01-08 Kevin Ryde <user42@zip.com.au> |
2 | 9 |
3 * progmodes/compile.el (compilation-error-regexp-alist-alist): | 10 * progmodes/compile.el (compilation-error-regexp-alist-alist): |
4 For perl, allow "during global destruction" at end. | 11 For perl, allow "during global destruction" at end. |
5 | 12 |