X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=925f98a544017766c99a7b5132835d82f7d9c006;hb=5ec87d41036dbfce308619f729531b2683917ed4;hp=a83e18aef5008bbc67f27561c887faf948f44ce7;hpb=a1d5e01884899011c12263f4580eb5f7a133f047;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a83e18aef..925f98a54 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,76 @@ +2012-08-30 Julien Danjou + + * gnus-notifications.el (gnus-notifications-notify): Use timeout from + `gnus-notifications-timeout'. + (gnus-notifications-timeout): Add. + +2012-08-29 Julien Danjou + + * gnus-notifications.el: New file. + (gnus-notifications-notify): New function. + (gnus-notifications): Use `gnus-notifications-notify'. + +2012-08-28 Katsumi Yamaoka + + * gnus-sum.el (gnus-summary-enter-digest-group): Decode content + transfer encoding first; bind gnus-newsgroup-charset to the charset + that the article specifies (Bug#12209). + +2012-08-22 Katsumi Yamaoka + + * gnus-cus.el (gnus-group-customize): Decode values posting-style holds. + (gnus-group-customize-done): Encode values posting-style holds. + + * gnus-msg.el (gnus-summary-resend-message) + (gnus-configure-posting-styles): Decode values posting-style group + parameter holds. + +2012-08-21 Katsumi Yamaoka + + * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for + `name' and `address' in Resent-From header. + +2012-08-14 Chong Yidong + + * gnus-art.el (article-display-face): Handle failure in + gnus-create-image (Bug#11802). + +2012-08-10 Stefan Monnier + + * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups): + Use defsetf. + +2012-08-10 Daiki Ueno + + * auth-source.el: (auth-source-plstore-search) + (auth-source-secrets-search): Ignore :require and :type in search spec. + +2012-08-06 Julien Danjou + + * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by + `nnimap-request-move-article'. + + * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler): + Remove autoload, already handled by gnus.el. + + * nnimap.el (nnimap-request-head): Remove to-buffer argument. + + * gnus-int.el (gnus-request-head): Remove to-buffer argument, only + supported by nnimap actually. Reverts previous change. + + * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter + to mimic `gnus-request-article' and enjoy backends the nn*-request-head + to-buffer argument that is already supported. + +2012-08-05 Julien Danjou + + * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler): + Add autoload. + +2012-07-31 Katsumi Yamaoka + + * gnus.el (gnus-valid-select-methods): Fix custom type. + 2012-07-29 Teodor Zlatanov * auth-source.el (auth-sources, auth-source-backend-parse)