Mercurial > emacs
diff lisp/gnus/ChangeLog @ 111701:3fbe2d0ad0f8
color-lab.el: Fix all expt calls to use float type.
shr-color.el: only return hexadecimal part of colors.
shr.el: Protect against non-existant colour names.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Wed, 24 Nov 2010 11:32:22 +0000 |
parents | 316e4e1b628c |
children | 087bcfbfa5ef |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Wed Nov 24 08:50:08 2010 +0100 +++ b/lisp/gnus/ChangeLog Wed Nov 24 11:32:22 2010 +0000 @@ -1,3 +1,16 @@ +2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org> + + * shr.el (shr-color-check): Protect against non-existant colour names. + +2010-11-24 Julien Danjou <julien@danjou.info> + + * shr.el (shr-insert-color-overlay): Remove specific rgb() check. + + * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal + matched part. + + * color-lab.el: Fix all expt calls to use float type. + 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org> * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color