[gnus git] branch master updated: m0-7-98-g1cd9c46 =1= * eww.el (eww-display-html): Default to using the entire window width.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 1cd9c4660a3b34e9bcafddd8fd681c1bde30c143 (commit)
from 478762305b43bc50207eb971ba106b6931455f0b (commit)
- Log -----------------------------------------------------------------
commit 1cd9c4660a3b34e9bcafddd8fd681c1bde30c143
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sun Jun 16 22:14:22 2013 +0200
* eww.el (eww-display-html): Default to using the entire window width.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6c3febf..b7e4472 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2013-06-16 Lars Magne Ingebrigtsen <[email protected]>
+ * eww.el (eww-display-html): Default to using the entire window width.
+
* shr.el (shr-make-table): Cache the table rendering at the table
level, and not the <td> level. This is a bit faster.
diff --git a/lisp/eww.el b/lisp/eww.el
index aa23e97..b34ec76 100644
--- a/lisp/eww.el
+++ b/lisp/eww.el
@@ -130,6 +130,7 @@
(setq eww-current-url url)
(eww-update-header-line-format)
(let ((inhibit-read-only t)
+ (shr-width nil)
(shr-external-rendering-functions
'((title . eww-tag-title)
(form . eww-tag-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 | 2 ++
lisp/eww.el | 1 +
2 files changed, 3 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