aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2015-12-29 14:46:40 +0100
committerLars Ingebrigtsen2015-12-29 14:46:40 +0100
commit6e5df6c901bd79680f901af6ba7b96e664094ef9 (patch)
tree9b4ccf8c73034f773168c9fee74251d9081fd845
parentde5c44fe8811b07eaad6ab5fc53d498e465a43d4 (diff)
downloademacs-6e5df6c901bd79680f901af6ba7b96e664094ef9.tar.gz
emacs-6e5df6c901bd79680f901af6ba7b96e664094ef9.zip
Mention that tls.el is secure by default, and will fail
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3b86a88197a..10d516bc23f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -161,6 +161,12 @@ the variable `dir-locals-file' for more information.
161added via the new Network Security Manager (NSM) and controlled via 161added via the new Network Security Manager (NSM) and controlled via
162the `network-security-level' variable. 162the `network-security-level' variable.
163 163
164** If Emacs isn't built with TLS support, an external TLS-capable
165program is used instead. This program used to be run in --insecure
166mode by default, but has now changed to be secure instead, and will
167fail if you try to connect to non-verifiable hosts. This is
168controlled by the `tls-program' variable.
169
164+++ 170+++
165** C-h l now also lists the commands that were run. 171** C-h l now also lists the commands that were run.
166 172