*** empty log message ***
[gnus] / lisp / ChangeLog
index 775bfa0..02c295b 100644 (file)
@@ -1,5 +1,26 @@
 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
+       beginning of the buffer.
+
+       * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
+       article buffer again.
+
+       * shr.el (shr-tag-p): Don't insert newlines at the start of the
+       buffer.
+
+       * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
+       when it's at the start of the buffer.
+
+       * shr.el (shr-tag-blockquote): Convert name.
+       (shr-rescale-image): Use the right image-size variant.
+
+       * gnus-sum.el (gnus-summary-select-article-buffer): If the article
+       buffer isn't shown, then select the current article first instead of
+       bugging out.
+       (gnus-summary-select-article-buffer): Show both the article and summary
+       buffers again.
+
        * shr.el (shr-fontize-cont): Protect against regions with no text.
        Rename tag functions to shr-tag-* for enhanced security.
        (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.