X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=dacb72341089cfbb9e37ec8eda895f4c65082c5b;hb=5b34da365e1cdd339e6184bc4f3bd0d21f6ffd7c;hp=eb2ef22ad2471bff84c0d8838ed8f2d35691e878;hpb=dea702e1099725ebb5944213482f5da0cd0a5fd9;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eb2ef22ad..dacb72341 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,18 @@ 2010-09-05 Lars Magne Ingebrigtsen + * imap.el (imap-fetch-safe): Removed function, and altered all callers + to use `imap-fetch' instead. According to the comments, this should be + safe, since all other IMAP clients use the 1:* syntax. + (imap-enable-exchange-bug-workaround): Removed. + + * mail-source.el (mail-source-fetch): Don't message if we're fetching + mail from a file, and the file doesn't exist. + + * imap.el (imap-log): New convenience function used throughout instead + of repeating the same code all over the place. + + * pop3.el (pop3-streaming-movemail): Return t for success. + * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the .authinfo if we're using ssl connection.