X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=11d74e0985d075edc54bae9c8312264e2ac6bfb6;hb=244ef187d7e8e84547e0c3239287e1aefc61e908;hp=0e1547315dd2e7609f3d659d8341f30c55f68274;hpb=0d4d6534c6e74b4aadd62c2fac02a440a4aeaeba;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0e1547315..11d74e098 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,33 @@ +2010-10-31 Lars Magne Ingebrigtsen + + * message.el (message-subject-trailing-was-query): Change default to t, + since I think that's what most people want. + + * nnimap.el (nnimap-request-accept-article): Erase buffer before + appending for easier debugging. + (nnimap-wait-for-connection): Take a regexp. + (nnimap-request-accept-article): Wait for the continuation line before + sending anything unless we're streaming. + + * gnus-art.el (gnus-treat-article): Only inhibit body washing, and + leave the header washing to take place. + +2010-10-31 Daniel Dehennin + + * gnus-msg.el (gnus-configure-posting-styles): Permit the use of + regular expression match and replace in posting styles. + +2010-10-31 Andrew Cohen + + * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching + an entire server. + (nnir-get-active): New function. + (nnir-run-imap): Use it. + (nnir-run-gmane): Who knew, gmane search returns an article score! + + * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the + server on the current line with nnir. + 2010-10-31 Lars Magne Ingebrigtsen * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.