X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=a7d3089802fb884f95473ece1ab8251dea39f156;hp=5e7adfb3690942cd0bc16260f490df0363094273;hb=62a32ee55a4a528ee0970244151a521bcdd4752b;hpb=7aa1af1aba362737e4df26c919ba0c8ba7288589 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5e7adfb36..a7d308980 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +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. + 2010-09-01 Teodor Zlatanov * gnus-html.el (gnus-html-wash-tags) @@ -6,7 +17,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. @@ -58,6 +69,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.