Shorten ALT texts and allow them to be line-broken.
[gnus] / lisp / ChangeLog
index ff45fa5..16422ae 100644 (file)
@@ -1,5 +1,33 @@
 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
+       line-broken.
+
+       * mm-decode.el (mm-shr): Require shr.
+
+       * gnus-art.el (gnus-blocked-images): Move variable here.
+
+       * shr.el (shr-insert-table): Bind free variable.
+
+       * mm-decode.el (mm-shr): Bind shr-content-function.
+
+       * shr.el (shr-content-function): New variable.
+
+       * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
+       added for symmetry.
+
+       * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
+
+       * gnus-group.el (gnus-group-make-group): Doc fix.
+
+       * nnimap.el (nnimap-request-newgroups): Return success.
+
+       * shr.el (shr-find-elements): New function.
+       (shr-tag-table): Put all the images after the table.
+       (shr-tag-table): Really inhibit images inside the table.
+       (shr-collect-overlays): Copy over overlays from the TD elements to the
+       main document.
+
        * mm-decode.el (mm-shr): Bind shr-blocked-images to
        gnus-blocked-images.