gnus-xmas-create-image: Don't try to examine image type on data, not a file name.
[gnus] / lisp / ChangeLog
index b65c2ad..a4a4712 100644 (file)
@@ -1,5 +1,60 @@
+2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
+       type on data, not a file name.
+
+       * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
+       window-pixel-edges for Emacs 21.
+
+       * gnus-html.el (gnus-article-html): Make work buffer multibyte for
+       decoded contents.
+       (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
+
+2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
+       group line format, since it isn't very interesting.
+
+       * gnus-agent.el (gnus-agent-short-article),
+       (gnus-agent-long-article): Increase values for these two variables,
+       since most people are likely to have more network connection and
+       storage than before.
+
+       * gnus.el (gnus-refer-article-method): Change default to 'current.
+       When referring an article, the common behaviour is to refer it from the
+       current select method, not the native select method.  The chances of
+       the native select method having the message in question is rather slim
+       these days.
+
+       * gnus-sum.el (gnus-auto-select-subject): Change default to
+       `unseen-or-unread'.  I think it's likely that most people want to
+       select an unseen article over a previously seen, but unread one.
+
+       * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
+       means that in the article buffer none of the minor mode elements will
+       be shown, usually, and this is not desirable in most cases.
+
+       * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
+       that commands like `d' (and the like) go to the next line in the
+       buffer, instead of the next unread article.  I think this is the
+       behaviour that is most natural for most users.
+       (gnus-single-article-buffer): Change default to nil, so that people can
+       have as many article buffers open as they have summary buffer.  I think
+       this is the most natural way for the groups to behave.
+
+       * message.el (message-generate-new-buffers): Change default to
+       `unsent', so that all new message buffers start their names with the
+       string "*unsent", and it's easier to find the buffers if you move from
+       them.
+
 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
+       small. They're probably tracking images.
+       (gnus-html-wash-tags): Remove all <pre_int> place holders.
+       (gnus-html-rescale-image): Yet another try at getting the image sizing
+       right.
+
        * nntp.el (nntp-request-set-mark): Refuse to do marks if
        nntp-marks-file-name is nil.
 
@@ -11,7 +66,7 @@
 
 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * nndoc.el (nndoc-type-alist): Added a new type for Google digests. 
+       * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
 
        * gnus-html.el (gnus-html-wash-tags): Check the value of
        gnus-blocked-images in the summary buffer.
        (gnus-html-rescale-image): New function.
        (gnus-html-put-image): Rescale images.
 
+2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       Fix up some byte-compiler warnings.
+       * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
+       * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
+       (gnus-article-fill-cited-article, gnus-article-hide-citation)
+       (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
+       * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
+       (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
+       (gnus-group-update-group): Use save-excursion and with-current-buffer.
+
 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-html.el (gnus-article-html): Decode contents by charset.