X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=3bd7d504e4c18c594bac06a9e9a62125dbd5bd7f;hb=7a5e5a138cc8b1fe1ae22bddb45b9da322b89816;hp=044f438598c82eefa80b00162c042c13ebf9fc47;hpb=98dd1c48b283458298b903c1c21bea9fa6b7041a;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 044f43859..3bd7d504e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,27 @@ +2010-09-23 Lars Magne Ingebrigtsen + + * nnimap.el (nnimap-transform-headers): Don't bug out on invalid + BODYSTRUCTUREs. + (nnimap-transform-headers): Unfold quoted {42} headers. + + * gnus-start.el (gnus-get-unread-articles): Allow backends to update + the info. + (gnus-get-unread-articles): Only call updatep on backends that support + it. + + * nnweb.el (nnweb-request-update-info): NOOP. + + * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info. + + * nnfolder.el (nnfolder-request-marks): Renamed from -update-info, + since it only deals with marks. + + * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to + gnus-request-marks, and make a new gnus-request-update-info. + + * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for + the active instead of the high number, which is usually too low. + 2010-09-23 Teodor Zlatanov * netrc.el (netrc-parse): Remove encrypt.el mentions.