[gnus git] branch master updated: n0-17-58-g0306401 =2= Use shr-add-font to make underlines be less ugly at the end of lines. ; Use shr-add-font to make underlines be less ugly at the end of lines.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 030640176be2e23653f91f2e5a6483644fd0b769 (commit)
via 01c297ca7e8d1aab85e43037dae4f0e29e5b9049 (commit)
from 3567376ac6333f1a35e71f1bf8eec9fb0d9f4fba (commit)
- Log -----------------------------------------------------------------
commit 030640176be2e23653f91f2e5a6483644fd0b769
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sun May 29 21:13:26 2011 +0200
Use shr-add-font to make underlines be less ugly at the end of lines.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index be0a75c..547d7e3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-29 Lars Magne Ingebrigtsen <[email protected]>
+
+ * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
+ at the end of lines.
+
2011-05-29 Julien Danjou <[email protected]>
* smiley.el (gnus-smiley-file-types): Add gif as supported file type.
commit 01c297ca7e8d1aab85e43037dae4f0e29e5b9049
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sun May 29 21:13:04 2011 +0200
Use shr-add-font to make underlines be less ugly at the end of lines.
diff --git a/lisp/shr.el b/lisp/shr.el
index d23d9c7..ebd8549 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -601,7 +601,7 @@ START, and END. Note that START and END should be merkers."
:help-echo (if title (format "%s (%s)" url title) url)
:keymap shr-map
url)
- (put-text-property start (point) 'face 'shr-link)
+ (shr-add-font start (point) 'shr-link)
(put-text-property start (point) 'shr-url url))
(defun shr-encode-url (url)
-----------------------------------------------------------------------
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.el | 2 +-
2 files changed, 6 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