[gnus git] branch master updated: m0-7-12-gef1326b =1= shr-color.el (shr-color-visible-luminance-min, shr-color-visible-distance-min): Use shr-color group
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via ef1326b8002fb0513ee5ff9c522b26ab6bf41587 (commit)
from fb979a6cd71021111bacc9e4bacfce7637c07506 (commit)
- Log -----------------------------------------------------------------
commit ef1326b8002fb0513ee5ff9c522b26ab6bf41587
Author: Glenn Morris <[email protected]>
Date: Thu May 16 02:40:59 2013 +0000
shr-color.el (shr-color-visible-luminance-min, shr-color-visible-distance-min): Use shr-color group
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9df871a..ca0a60d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-15 Glenn Morris <[email protected]>
+
+ * shr-color.el (shr-color-visible-luminance-min)
+ (shr-color-visible-distance-min): Use shr-color group.
+
2013-05-11 Glenn Morris <[email protected]>
* gnus-vm.el: Make it loadable without VM.
diff --git a/lisp/shr-color.el b/lisp/shr-color.el
index 0b320a2..21f1fc4 100644
--- a/lisp/shr-color.el
+++ b/lisp/shr-color.el
@@ -36,14 +36,14 @@
(defcustom shr-color-visible-luminance-min 40
"Minimum luminance distance between two colors to be considered visible.
Must be between 0 and 100."
- :group 'shr
+ :group 'shr-color
:type 'number)
(defcustom shr-color-visible-distance-min 5
"Minimum color distance between two colors to be considered visible.
This value is used to compare result for `ciede2000'. It's an
absolute value without any unit."
- :group 'shr
+ :group 'shr-color
:type 'integer)
(defconst shr-color-html-colors-alist
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/shr-color.el | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project