[gnus git] branch master updated: m0-5-197-g1db42d8 =1= * shr.el (shr-tag-em): Render em as italic, not bold.
Ted Zlatanov <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 1db42d895431c82232a567bda94a058a9c38ddf0 (commit)
from 1676d047efa755d58963b87b71c227dd7e1790db (commit)
- Log -----------------------------------------------------------------
commit 1db42d895431c82232a567bda94a058a9c38ddf0
Author: Andreas Schwab <[email protected]>
Date: Sun Dec 23 10:37:59 2012 -0500
* shr.el (shr-tag-em): Render em as italic, not bold.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1734006..955fc17 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-23 Andreas Schwab <[email protected]>
+
+ * shr.el (shr-tag-em): Render em as italic, not bold.
+
2012-12-23 Lars Ingebrigtsen <[email protected]>
* gnus-int.el (gnus-backend-trace): Factor out into its own function
diff --git a/lisp/shr.el b/lisp/shr.el
index 0370455..322c1d5 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -894,7 +894,7 @@ ones, in case fg and bg are nil."
(shr-fontize-cont cont 'italic))
(defun shr-tag-em (cont)
- (shr-fontize-cont cont 'bold))
+ (shr-fontize-cont cont 'italic))
(defun shr-tag-strong (cont)
(shr-fontize-cont cont 'bold))
-----------------------------------------------------------------------
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