X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=b65f490d58c48179886bfc531803d19eafe978ce;hb=770ddfe9a8a5f67a331740f2fabdfcfb4791ad50;hp=e2724cccdccf3de79984465ab444cf65eeb47ede;hpb=525742a924f00e006e6ed48e4b6341ba6f27d733;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e2724cccd..b65f490d5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,9 +1,37 @@ +2015-05-01 Lars Magne Ingebrigtsen + + * gnus.el: Ma Gnus v0.13 is released. + +2015-05-01 Glenn Morris + + * gnus-util.el (iswitchb-read-buffer): + * mm-decode.el (libxml-parse-html-region): + * mml.el (libxml-parse-html-region): + * nnrss.el (libxml-parse-html-region): Update declaration. + +2015-04-27 Glenn Morris + + * message.el (gnus-extract-address-components): + Remove bogus declaration that was masking previous problem. + +2015-04-25 Lars Magne Ingebrigtsen + + * hashcash.el (hashcash-insert-payment-async-2): Save the mark when + altering the buffer. + (hashcash-insert-payment-async-2): Revert previous change because it + still means that the mark is moving around. + +2015-04-15 Lars Magne Ingebrigtsen + + * gnus-uu.el (gnus-uu-save-article): + Make the save-restriction/widen calls make more sense. + 2015-04-14 Katsumi Yamaoka * gnus-art.el (gnus-use-idna): * gnus-sum.el (gnus-summary-idna-message): * message.el (message-use-idna): - Catch the invalid-operation that idna.el will issue. + Catch the invalid-operation error that idna.el will issue. 2015-04-14 Stefan Monnier