aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2011-04-02 19:41:03 -0400
committerChong Yidong2011-04-02 19:41:03 -0400
commitda91b5f294f8ec77f48f1bbe27707a0d33d981e9 (patch)
tree877f9242d950613bfa159fde2ecb9fc915d13ab2 /etc
parent1d2e369d6cc534d812f5fc025fd9f1f52e7df710 (diff)
downloademacs-da91b5f294f8ec77f48f1bbe27707a0d33d981e9.tar.gz
emacs-da91b5f294f8ec77f48f1bbe27707a0d33d981e9.zip
Merge open-protocol-stream into open-network-stream.
* lisp/subr.el (open-network-stream): Move to net/network-stream.el. * lisp/gnus/proto-stream.el: Move to net/network-stream.el. * lisp/net/network-stream.el: Move from gnus/proto-stream.el. Change prefix to network-stream throughout. (open-protocol-stream): Merge into open-network-stream, leaving open-protocol-stream as an alias. Handle nil BUFFER args. * lisp/gnus/nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command parameter to open-protocol-stream. * lisp/emacs-lisp/package.el (package--with-work-buffer): Recognize https URLs. * lisp/url/url-gw.el (url-open-stream): Use new open-network-stream functionality to perform encryption.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 521741100f1..a1b0896a643 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -773,6 +773,12 @@ sc.el, x-menu.el, rnews.el, rnewspost.el
773 773
774* Lisp changes in Emacs 24.1 774* Lisp changes in Emacs 24.1
775 775
776** `open-network-stream' can now be used to open an encrypted stream.
777It now accepts an optional `:type' parameter for initiating a TLS
778connection, directly or via STARTTLS. To do STARTTLS, additional
779parameters (`:end-of-command', `:success', `:capabilities-command')
780must also be supplied.
781
776** Code can now use lexical scoping by default instead of dynamic scoping. 782** Code can now use lexical scoping by default instead of dynamic scoping.
777The `lexical-binding' variable lets code use lexical scoping for local 783The `lexical-binding' variable lets code use lexical scoping for local
778variables. It is typically set via file-local variables, in which case it 784variables. It is typically set via file-local variables, in which case it