From: Lars Ingebrigtsen Date: Mon, 20 Feb 2012 08:37:57 +0000 (+0100) Subject: Merge remote-tracking branch 'origin/no-gnus' X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=79afa2d56b5d2bd44322b8fcca86768fe03d7477;p=gnus Merge remote-tracking branch 'origin/no-gnus' --- 79afa2d56b5d2bd44322b8fcca86768fe03d7477 diff --cc lisp/ChangeLog index 5eb5e5c1c,8d3a26a8e..cd8ee826a --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,9 -1,8 +1,12 @@@ +2012-02-20 Lars Ingebrigtsen + + * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter. + 2012-02-20 Lars Ingebrigtsen + * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on + topics (bug#10843). + * nnimap.el (nnimap-log-command): Add the IMAP address to the log buffer. Suggested by Herbert Valerio Riedel. (nnimap-request-move-article): Delete the message from the correct IMAP @@@ -23,24 -22,11 +26,24 @@@ * gnus-start.el (gnus-1): Avoid duplicate entries. - 2012-02-16 Lars Ingebrigtsen - - * mm-decode.el (mm-dissect-singlepart): Guess what the type of - application/octet-stream parts really is. - - * gnus-sum.el (gnus-propagate-marks): Remove. - 2012-02-15 Lars Ingebrigtsen - * shr.el (shr-remove-trailing-whitespace): Really delete the padding on - too-wide lines. + * imap.el: Remove. + + * nntp.el (nntp-coding-system-for-read): Remove. + (nntp-coding-system-for-write): Ditto. + (nntp-open-connection): Just use `binary' directly. + + * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma + Gnus 0.3. + ++2012-02-16 Lars Ingebrigtsen ++ ++ * mm-decode.el (mm-dissect-singlepart): Guess what the type of ++ application/octet-stream parts really is. ++ ++ * gnus-sum.el (gnus-propagate-marks): Remove. + 2012-02-15 Paul Eggert * shr.el (shr-rescale-image): Undo previous change; see