[gnus git] branch master updated: m0-7-59-g2e0d1f2 =1= * eww.el (eww-tag-input): Support password fields.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 2e0d1f2c9525f8b3d8a2bbbcc8db5395791ec177 (commit)
from dd9999893908f883d69f8a2cbe8261e801860dff (commit)
- Log -----------------------------------------------------------------
commit 2e0d1f2c9525f8b3d8a2bbbcc8db5395791ec177
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Jun 11 04:08:29 2013 +0200
* eww.el (eww-tag-input): Support password fields.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d220b2c..7583c8c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-11 Lars Magne Ingebrigtsen <[email protected]>
+
+ * eww.el (eww-tag-input): Support password fields.
+
2013-06-10 Lars Magne Ingebrigtsen <[email protected]>
* eww.el (eww-tag-form): Protect against degenerate forms.
diff --git a/lisp/eww.el b/lisp/eww.el
index 9a7435f..f7dfa7d 100644
--- a/lisp/eww.el
+++ b/lisp/eww.el
@@ -32,6 +32,7 @@
(defvar eww-current-url nil)
(defvar eww-history nil)
+;;;###autoload
(defun eww (url)
"Fetch URL and render the page."
(interactive "sUrl: ")
@@ -213,6 +214,7 @@
(or (cdr (assq :size cont))
"40"))
:value (or (cdr (assq :value cont)) "")
+ :secret (and (equal type "password") ?*)
:action 'eww-submit
:name (cdr (assq :name cont))
:eww-form eww-form)))))
-----------------------------------------------------------------------
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/eww.el | 2 ++
2 files changed, 6 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