X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=96e6e46fa1b7029ebefbebe94f7dcedc8aa3f25a;hb=70233025bc5d0f151495408d9efb46bf5ece26c9;hp=c5a8467679fe24a6cfd702967784e71efe941e4b;hpb=d38a627870673a47a107a5877edeb0372ae3a018;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c5a846767..96e6e46fa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,27 @@ +2010-11-28 Lars Magne Ingebrigtsen + + * proto-stream.el (proto-stream-open-network): When doing opportunistic + TLS upgrades we don't really care about the identity of the peer. + (proto-stream-open-network): Force starttls.el to use gnutls-cli, since + that what we've checked for. + (proto-stream-always-use-starttls): Only default to t if + open-gnutls-stream exists. + (proto-stream-open-network): If STARTTLS failed, then just open a + normal connection. + + * nntp.el (nntp-open-connection): Report what the connection error is. + + * proto-stream.el (open-protocol-stream): Renamed from + open-proto-stream. + 2010-11-27 Lars Magne Ingebrigtsen + * nnimap.el (nnimap-stream): Change default to `undecided'. + (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl + first, and then network. + (nnimap-open-connection-1): Respect nnimap-server-port. + (nnimap-open-connection): Be more backwards-compatible. + * proto-stream.el (proto-stream-always-use-starttls): New variable. (proto-stream-open-starttls): De-duplicate the starttls code. (proto-stream-open-starttls): Folded back into the main function. @@ -26,10 +48,10 @@ * nntp.el (nntp-open-connection): Use proto-streams for the relevant connections types. - (nntp-open-network-stream): Removed. - (nntp-open-ssl-stream): Removed. - (nntp-open-tls-stream): Removed. - (nntp-ssl-program): Removed. + (nntp-open-network-stream): Remove. + (nntp-open-ssl-stream): Remove. + (nntp-open-tls-stream): Remove. + (nntp-ssl-program): Remove. * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.