diff options
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index ddc946383b6..f257ff51f3d 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,39 @@ | |||
| 1 | 2011-03-26 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * proto-stream.el: Changes preparatory to merging open-protocol-stream | ||
| 4 | with open-network-stream. | ||
| 5 | (proto-stream-always-use-starttls): Option removed. | ||
| 6 | (open-protocol-stream): Return a process object by default. Provide a | ||
| 7 | new parameter :return-list specifying a list-type return value, which | ||
| 8 | now has the form (PROP . PLIST) instead of a fixed-length list. Change | ||
| 9 | :type `network' to `try-starttls', and `network-only' to `default'. | ||
| 10 | Make `default' the default, for compatibility with open-network-stream. | ||
| 11 | Handle the no-parameter case exactly as open-network-stream, with no | ||
| 12 | additional stream processing. Search plists using plist-get. | ||
| 13 | Explicitly add :end-of-commend parameter if it is missing. | ||
| 14 | (proto-stream-open-default): Renamed from | ||
| 15 | proto-stream-open-network-only. Return 'default as the type. | ||
| 16 | (proto-stream-open-starttls): Rename from proto-stream-open-network. | ||
| 17 | Use plist-get. Don't return `tls' as the type if STARTTLS negotiation | ||
| 18 | failed. Always return a list with a (possibly dead) process as the | ||
| 19 | first element, for compatibility with open-network-stream. | ||
| 20 | (proto-stream-open-tls): Use plist-get. Always return a list. | ||
| 21 | (proto-stream-open-shell): Return `default' as connection type. | ||
| 22 | (proto-stream-capability-open): Use plist-get. | ||
| 23 | (proto-stream-eoc): Function deleted. | ||
| 24 | |||
| 25 | * nnimap.el (nnimap-stream, nnimap-open-connection) | ||
| 26 | (nnimap-open-connection-1): Handle renaming of :type parameter for | ||
| 27 | open-protocol-stream. | ||
| 28 | (nnimap-open-connection-1): Pass a :return-list parameter | ||
| 29 | open-protocol-stream to obtain a list return value. Parse this list | ||
| 30 | using plist-get. | ||
| 31 | |||
| 32 | * nntp.el (nntp-open-connection): Handle renaming of :type parameter | ||
| 33 | for open-protocol-stream. Accept open-protocol-stream return value | ||
| 34 | that is a subprocess object instead of a list. Handle the case of a | ||
| 35 | dead returned process. | ||
| 36 | |||
| 1 | 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com> | 37 | 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 38 | ||
| 3 | * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330). | 39 | * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330). |