From: Lars Magne Ingebrigtsen Date: Mon, 19 Mar 2012 13:29:19 +0000 (+0100) Subject: Merge remote branch 'origin/no-gnus' X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=0083071bc8c341265712e48a4cd128d280fbec94;hp=26eca13465f697cd34c9ce6a4a9321eecc17b15c;p=gnus Merge remote branch 'origin/no-gnus' --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d6b262616..9aa29491b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -22,6 +22,13 @@ * gnus-sum.el (gnus-summary-expire-articles): Ditto. +2012-03-14 Lars Magne Ingebrigtsen + +2012-03-19 Lars Magne Ingebrigtsen + + * shr.el (shr-insert): Update the text state properly to avoid + inserting spurious paragraph starts. + 2012-03-14 Lars Magne Ingebrigtsen * shr.el (shr-table-widths): Divide the extra width more fairly over @@ -113,13 +120,6 @@ * gnus-start.el (gnus-1): Avoid duplicate entries. -2012-02-16 Lars Ingebrigtsen - - * mm-decode.el (mm-dissect-singlepart): Guess what the type of - application/octet-stream parts really is. - - * gnus-sum.el (gnus-propagate-marks): Remove. - 2012-02-15 Lars Ingebrigtsen * imap.el: Remove. @@ -131,6 +131,13 @@ * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma Gnus 0.3. +2012-02-16 Lars Ingebrigtsen + + * mm-decode.el (mm-dissect-singlepart): Guess what the type of + application/octet-stream parts really is. + + * gnus-sum.el (gnus-propagate-marks): Remove. + 2012-02-15 Paul Eggert * shr.el (shr-rescale-image): Undo previous change; see diff --git a/lisp/shr.el b/lisp/shr.el index 3ca7f1c14..ba1ca1b38 100644 --- a/lisp/shr.el +++ b/lisp/shr.el @@ -368,6 +368,7 @@ size, and full-buffer size." (unless shr-start (setq shr-start (point))) (insert elem) + (setq shr-state nil) (let (found) (while (and (> (current-column) shr-width) (progn