X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=6a24d8f4f6b2b3c57b3049e3ce52c8773afbc8b4;hb=21c575fda8a8afb6af284626133bf989d4875c5a;hp=d2a2c2306a3e1afe6138508476f8579deaf3d263;hpb=4739da68738c1b99b0e7a58c9943539e824e2042;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d2a2c2306..6a24d8f4f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,37 @@ +2012-02-11 Lars Ingebrigtsen + + * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of + marks. + + * gnus-sum.el (gnus-articles-to-read): Don't include unexisting + articles in the list of articles to be selected. + + * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting + articles. + (nnimap-update-info): Keep track of unexisting articles. + (nnimap-update-qresync-info): Ditto. + +2012-02-10 Lars Ingebrigtsen + + * message.el (message-default-send-mail-function): Made into own + function for reuse by emacsbug.el. + +2012-02-09 Juanma Barranquero + + * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst + `gnus-sloppily-equal-method-parameters' to avoid a warning. + +2012-02-09 Lars Ingebrigtsen + + * mm-archive.el (mm-archive-dissect-and-inline): New function. + (mm-archive-dissect-and-inline): Fix up the undisplayer. + + * gnus-compat.el: Define `timer-set-function'. + + * mm-decode.el (mm-display-external): Output the text from the command + in the buffer after the command finished. This makes text-based + commands behave better. + 2012-02-08 Lars Ingebrigtsen * gnus-compat.el: Add a compat for the old `url-retrieve'. @@ -26,6 +60,16 @@ next-single-char-property-change may return nil in XEmacs. (gnus-summary-article-map): Fix typo. +2012-02-09 Lars Ingebrigtsen + + * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't + running. + + * nnimap.el (nnimap-wait-for-response): Minor fixup of message string. + + * gnus.el (gnus-server-extend-method): Don't add an -address component + if the method already has one (bug#9676). + 2012-02-08 Lars Ingebrigtsen * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead