(shr-render-td): Only delete space at the end of the TD.
[gnus] / lisp / ChangeLog
index bdb6076..d005345 100644 (file)
@@ -1,5 +1,55 @@
+2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * shr.el (shr-insert): Get 'space transition right.
+       (shr-render-td): Only delete space at the end of the TD.
+
+       * nnimap.el (nnimap-open-connection): Prepare to support
+       open-gnutls-stream.
+
+       * shr.el: Rearrange function order to be more logical.
+
+2010-10-06  Julien Danjou  <julien@danjou.info>
+
+       * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
+       (nnrss-discover-feed): Remove 404 URL in docstring.
+
+       * nnir.el: Fix Swish-E URL.
+       Fix Namazu URL.
+
+       * message.el (message-change-subject): Remove 404 URL in a comment.
+
+2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
+       called interactively.
+
+       * gnus-util.el (gnus-remove-if): Allow hash table.
+       (gnus-remove-if-not): New function.
+
+       * gnus-art.el (gnus-mime-view-part-as-type)
+       * gnus-score.el (gnus-summary-score-effect)
+       * gnus-sum.el (gnus-read-move-group-name):
+       Replace remove-if-not with gnus-remove-if-not.
+
+       * gnus-group.el (gnus-group-completing-read):
+       Regard collection as a hash table if it is not a list.
+
 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * shr.el (shr-render-td): Allow blank/missing <TD>s.
+
+       * shr.el: Document the table-rendering algorithm.
+
+2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
+       for Emacsen having no `libxml-parse-html-region' support.
+
+2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
+       invalid URLs.
+
        * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
        line-broken.
        (shr-tag-img): Ignore image fetching errors.
@@ -35,6 +85,8 @@
 
 2010-10-05  Julien Danjou  <julien@danjou.info>
 
+       * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
+
        * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
        (gnus-html-maximum-image-size): Add this function.
        (gnus-html-put-image): Use gnus-html-maximum-image-size.