aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 869e95216e5..69540fa1f54 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -779,6 +779,9 @@ sc.el, x-menu.el, rnews.el, rnewspost.el
779 779
780* Lisp changes in Emacs 24.1 780* Lisp changes in Emacs 24.1
781 781
782** `glyphless-char-table' can now distinguish between graphical and
783text terminal display, via a char-table entry that is a cons cell.
784
782** `open-network-stream' can now be used to open an encrypted stream. 785** `open-network-stream' can now be used to open an encrypted stream.
783It now accepts an optional `:type' parameter for initiating a TLS 786It now accepts an optional `:type' parameter for initiating a TLS
784connection, directly or via STARTTLS. To do STARTTLS, additional 787connection, directly or via STARTTLS. To do STARTTLS, additional