[gnus git] branch no-gnus updated: m0-1-89-g2c24535 =1= Minor shr white space rendering tweak
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 2c24535122d20ab9af1ea280f9ffc0dafc868437 (commit)
from 20ab3e42628575ada6a093d13c7644ce9a6f9e50 (commit)
- Log -----------------------------------------------------------------
commit 2c24535122d20ab9af1ea280f9ffc0dafc868437
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon Mar 19 14:28:37 2012 +0100
Minor shr white space rendering tweak
* shr.el (shr-insert): Update the text state properly to avoid
inserting spurious paragraph starts.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c678d35..d2a2590 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-19 Lars Magne Ingebrigtsen <[email protected]>
+
+ * shr.el (shr-insert): Update the text state properly to avoid
+ inserting spurious paragraph starts.
+
2012-03-14 Lars Magne Ingebrigtsen <[email protected]>
* gnus-sum.el (gnus-update-marks): Don't propagate marks unless
diff --git a/lisp/shr.el b/lisp/shr.el
index 53c0063..c2040a9 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -332,6 +332,7 @@ the URL of the image to the kill buffer instead."
(unless shr-start
(setq shr-start (point)))
(insert elem)
+ (setq shr-state nil)
(let (found)
(while (and (> (current-column) shr-width)
(progn
-----------------------------------------------------------------------
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 | 1 +
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, no-gnus has been updated
hooks/post-receive
--
Gnus Project