diff options
| author | Eli Zaretskii | 2016-01-16 17:36:21 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-01-16 17:36:21 +0200 |
| commit | a0d5b7ae3bb014bb0b1c205d123c597df0e76411 (patch) | |
| tree | 7e87191d7e603aca8f6cbc5f6af3b20bb77cb029 | |
| parent | bd0c23ce0909aec40d17293ba50854d10dd36f31 (diff) | |
| download | emacs-a0d5b7ae3bb014bb0b1c205d123c597df0e76411.tar.gz emacs-a0d5b7ae3bb014bb0b1c205d123c597df0e76411.zip | |
; * etc/NEWS: The final touch.
| -rw-r--r-- | etc/NEWS | 13 |
1 files changed, 7 insertions, 6 deletions
| @@ -168,12 +168,6 @@ the variable `dir-locals-file' for more information. | |||
| 168 | added via the new Network Security Manager (NSM) and controlled via | 168 | added via the new Network Security Manager (NSM) and controlled via |
| 169 | the `network-security-level' variable. | 169 | the `network-security-level' variable. |
| 170 | 170 | ||
| 171 | ** If Emacs isn't built with TLS support, an external TLS-capable | ||
| 172 | program is used instead. This program used to be run in --insecure | ||
| 173 | mode by default, but has now changed to be secure instead, and will | ||
| 174 | fail if you try to connect to non-verifiable hosts. This is | ||
| 175 | controlled 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 | ||
| 788 | program is used instead. This program used to be run in --insecure | ||
| 789 | mode by default, but has now changed to be secure instead, and will | ||
| 790 | fail if you try to connect to non-verifiable hosts. This is | ||
| 791 | controlled by the `tls-program' variable. | ||
| 792 | |||
| 792 | ** URL | 793 | ** URL |
| 793 | 794 | ||
| 794 | +++ | 795 | +++ |