X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=e1e08e1337f599302152589e0d5266c40c4a68de;hp=94c31616149b6850e74d012fafd293bcb074322a;hb=43de9c6fe344a3075129ef8fee230f67a4cd17a1;hpb=262b2ed15b0249c24d09a85eb73852bf7b98f831 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 94c316161..e1e08e133 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,25 @@ +2010-10-02 Lars Magne Ingebrigtsen + + * shr.el: New file. + + * gnus-html.el (gnus-html-schedule-image-fetching): Be silent. + + * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the + completing read. + 2010-10-01 Lars Magne Ingebrigtsen + * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups + we're being queried about. Suggested by Dan Jacobson. + + * nndoc.el (nndoc-type-alist): Do babyl before mime-parts. Suggested + by Jason Eisner. + + * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash + table, too. Suggested by Stefan Wiens. + (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing + the table unnecessary. Suggested by Stefan Wiens. + * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no longer needed, and probably doesn't work either, as pointed out by Stefan Wiens.