[gnus git] branch master updated: n0-17-23-g2e80acc =1= shr: make shr-link not that ugly by default
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 2e80acc3d5080e2a714404546a367e95b0ac738e (commit)
from f6802241a8e8267957915b3e51e6f2734807e32e (commit)
- Log -----------------------------------------------------------------
commit 2e80acc3d5080e2a714404546a367e95b0ac738e
Author: Julien Danjou <[email protected]>
Date: Sat May 7 12:35:00 2011 +0200
shr: make shr-link not that ugly by default
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bc18be1..30c8e54 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-07 Julien Danjou <[email protected]>
+
+ * shr.el (shr-link): Make shr-link inherit from link by default.
+
2011-05-06 Teodor Zlatanov <[email protected]>
* shr.el (shr-urlify, shr-link): Fix shr-link face.
diff --git a/lisp/shr.el b/lisp/shr.el
index 37b71c5..2e7968e 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -92,7 +92,7 @@ cid: URL as the argument.")
:group 'shr)
(defface shr-link
- '((t (:underline t :foreground "yellow" :background "black")))
+ '((t (:inherit link)))
"Font for link elements."
:group 'shr)
-----------------------------------------------------------------------
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 | 4 ++++
lisp/shr.el | 2 +-
2 files changed, 5 insertions(+), 1 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