X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=a4a4712104a3072349d70a02468f997d017ab254;hp=b65c2adda1a9132e64fe5527277fa7ce82afb5d4;hb=9e6ecfe45977154b0c7adf6e263cbe3e88450c77;hpb=f0fb391e43863f4cffc103f913b1e8e97a7c5ce6 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b65c2adda..a4a471210 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,60 @@ +2010-09-02 Katsumi Yamaoka + + * 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 + + * 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 + * 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 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 - * 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. @@ -63,6 +118,17 @@ (gnus-html-rescale-image): New function. (gnus-html-put-image): Rescale images. +2010-09-01 Stefan Monnier + + 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 * gnus-html.el (gnus-article-html): Decode contents by charset.