[gnus git] branch master updated: m0-7-117-g0022236 =1= (eww-tag-input): Support <input type=image>.

Lars Magne Ingebrigtsen <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  00222362844ced15662ee8ed81388c3940ceb309 (commit)
      from  6c74b53e357ecec4f6e48c1dbba4d60129d874dc (commit)


- Log -----------------------------------------------------------------
commit 00222362844ced15662ee8ed81388c3940ceb309
Author: Lars Magne Ingebrigtsen <[email protected]>
Date:   Tue Jun 18 00:46:18 2013 +0200

    (eww-tag-input): Support <input type=image>.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d1ec5f2..e8b070c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4,6 +4,7 @@
 	(eww-convert-widgets): Don't bug out if the first widget starts at the
 	beginning of the buffer.
 	(eww-convert-widgets): Fix last patch.
+	(eww-tag-input): Support <input type=image>.
 
 	* shr.el (shr-insert-table): Respect border-collapse: collapse.
 	(shr-tag-base): Protect against base specs that are degenerate.
diff --git a/lisp/eww.el b/lisp/eww.el
index fc6f591..36baf35 100644
--- a/lisp/eww.el
+++ b/lisp/eww.el
@@ -279,7 +279,8 @@
 	 (value (cdr (assq :value cont)))
 	 (widget
 	  (cond
-	   ((equal type "submit")
+	   ((or (equal type "submit")
+		(equal type "image"))
 	    (list 'push-button
 		  :notify 'eww-submit
 		  :name (cdr (assq :name 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 |    1 +
 lisp/eww.el    |    3 ++-
 2 files changed, 3 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
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.