aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-01-16 17:36:21 +0200
committerEli Zaretskii2016-01-16 17:36:21 +0200
commita0d5b7ae3bb014bb0b1c205d123c597df0e76411 (patch)
tree7e87191d7e603aca8f6cbc5f6af3b20bb77cb029
parentbd0c23ce0909aec40d17293ba50854d10dd36f31 (diff)
downloademacs-a0d5b7ae3bb014bb0b1c205d123c597df0e76411.tar.gz
emacs-a0d5b7ae3bb014bb0b1c205d123c597df0e76411.zip
; * etc/NEWS: The final touch.
-rw-r--r--etc/NEWS13
1 files changed, 7 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3db98979c7c..c0be46f5ec8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -168,12 +168,6 @@ the variable `dir-locals-file' for more information.
168added via the new Network Security Manager (NSM) and controlled via 168added via the new Network Security Manager (NSM) and controlled via
169the `network-security-level' variable. 169the `network-security-level' variable.
170 170
171** If Emacs isn't built with TLS support, an external TLS-capable
172program is used instead. This program used to be run in --insecure
173mode by default, but has now changed to be secure instead, and will
174fail if you try to connect to non-verifiable hosts. This is
175controlled by the `tls-program' variable.
176
177+++ 171+++
178** C-h l now also lists the commands that were run. 172** C-h l now also lists the commands that were run.
179 173
@@ -789,6 +783,13 @@ See the doc string of `sh-indent-after-continuation' for details.
789--- 783---
790*** Fatal TLS errors are now silent by default. 784*** Fatal TLS errors are now silent by default.
791 785
786---
787*** If Emacs isn't built with TLS support, an external TLS-capable
788program is used instead. This program used to be run in --insecure
789mode by default, but has now changed to be secure instead, and will
790fail if you try to connect to non-verifiable hosts. This is
791controlled by the `tls-program' variable.
792
792** URL 793** URL
793 794
794+++ 795+++