X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=e8eb8261eab6d1741a70d82b99a1ebe223c0f0fa;hb=6910044663bc77081e08faabd6385cd34a9c8f5d;hp=fec9e3f84880c670f4987d3a707352c70f97cfb4;hpb=3a8b9e5acd494eb22321d96042076a1565dda99a;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fec9e3f84..e8eb8261e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,92 @@ +2012-03-22 Lars Magne Ingebrigtsen + + * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup. + +2012-03-22 Katsumi Yamaoka + + * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that + gnus-gcc-self-resent-messages may be a group parameter. + (gnus-summary-resend-message): Don't encode encoded words in header + when Gcc'ing resent message. + +2012-03-19 Lars Magne Ingebrigtsen + + * shr.el (shr-insert): Treat non-breaking space just like normal + space. This seems to produce more pleasing results. + (shr-insert): Only insert a blank line if we're starting from an image. + (shr-tag-br): Allow
to end lines or to make a single blank line. + (shr-ensure-paragraph): Consider lines with white space to be blank. + +2012-03-15 Elias Pipping + + * Makefile.in: Respect DESTDIR. + +2012-03-14 Christopher Schmidt + + * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook + and gnus-gcc-post-body-encode-hook. + +2012-03-10 Lars Magne Ingebrigtsen + + * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire + messages that don't exist. + + * gnus-sum.el (gnus-summary-expire-articles): Ditto. + +2012-03-14 Lars Magne Ingebrigtsen + +2012-03-22 Lars Magne Ingebrigtsen + + * auth-source.el (auth-source-netrc-create): Quote tokens that contain + "#" to avoid having them interpreted as comments. + +2012-03-19 Lars Magne Ingebrigtsen + + * shr.el (shr-insert): Update the text state properly to avoid + inserting spurious paragraph starts. + +2012-03-14 Lars Magne Ingebrigtsen + + * shr.el (shr-table-widths): Divide the extra width more fairly over + the TDs (bug#10973). + (shr-render-td): Don't delete too much padding. + (shr-natural-width): Compute the natural width more correctly. + (shr-insert): Allow the natural width to be computed for tables again. + (shr-tag-table-1): Rework how the natural widths are computed by + rendering the table a third time. + (shr-natural-width): Removed. + (shr-buffer-width): New function. + (shr-expand-newlines): Use it. + + * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be + using a `gnus-use-full-window' setup (bug#11013). + +2012-03-12 Lars Magne Ingebrigtsen + + * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs + 24.1 release. + +2012-03-10 David Edmondson + + * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the + 'Forwarded Message' header and the start of the message. + +2012-03-04 Thierry Volpiatto + + * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus + isn't running (bug#10897). + +2012-03-03 Lars Magne Ingebrigtsen + + * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag. + This is inconsistent with all the other stream functions, which leave + the setting up to the higher levels (if so wanted) (bug#10931). + +2012-02-28 Glenn Morris + + * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el, + mm-decode.el: Standardize possessive apostrophe usage. + 2012-02-25 Lars Magne Ingebrigtsen * shr.el (shr-column-specs): Protect against TDs with "width: 0%". @@ -7870,7 +7959,7 @@ accept. Reported by Dan Christensen. (nnimap-command): Make sure that the error message doesn't error out. -2010-09-20 David Edmondson (tiny change) +2010-09-20 David Edmondson * nnimap.el (nnimap-request-set-mark): Don't wait for a response when we haven't requested anything.