[gnus git] branch master updated: m0-7-65-g80b02fd =1= Ignore <svg>

Lars Magne Ingebrigtsen <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  80b02fdb8733cfe4afdbd7478017a7b5adfa49c3 (commit)
      from  185609a679081a071d26e083399cbd83cb3652fd (commit)


- Log -----------------------------------------------------------------
commit 80b02fdb8733cfe4afdbd7478017a7b5adfa49c3
Author: Lars Magne Ingebrigtsen <[email protected]>
Date:   Wed Jun 12 22:57:34 2013 +0200

    Ignore <svg>
    
    * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
    to handle them at all.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 43a7c33..1072910 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-06-12  Lars Magne Ingebrigtsen  <[email protected]>
+
+	* shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
+	to handle them at all.
+
 2013-06-11  Lars Magne Ingebrigtsen  <[email protected]>
 
 	* eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
diff --git a/lisp/shr.el b/lisp/shr.el
index d9e267e..0a2c698 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -891,6 +891,9 @@ ones, in case fg and bg are nil."
 (defun shr-tag-comment (cont)
   )
 
+(defun shr-tag-svg (cont)
+  )
+
 (defun shr-tag-sup (cont)
   (let ((start (point)))
     (shr-generic cont)

-----------------------------------------------------------------------
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    |    3 +++
 2 files changed, 8 insertions(+), 0 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.