aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2014-11-27 00:44:54 +0100
committerLars Magne Ingebrigtsen2014-11-27 00:44:54 +0100
commit666e90e5ccef2d2b19428b6a5cb41a2efe7d46db (patch)
tree0c0d3c1aef4077164176e88de478c1f02dca8cdc /lisp/ChangeLog
parent803df8492dd0ecfe7368c279d1f4df2d4fe18fe2 (diff)
downloademacs-666e90e5ccef2d2b19428b6a5cb41a2efe7d46db.tar.gz
emacs-666e90e5ccef2d2b19428b6a5cb41a2efe7d46db.zip
Better display for `paranoid' `network-security-level'
* net/nsm.el (nsm-new-fingerprint-ok-p): Display the certificate when querying about new certificates.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d0d44dfd49a..53414ed7a7b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org> 12014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * net/nsm.el (nsm-new-fingerprint-ok-p): Display the certificate
4 when querying about new certificates.
5
3 * net/shr.el (shr-make-table-1): dom.el changes for table rendering. 6 * net/shr.el (shr-make-table-1): dom.el changes for table rendering.
4 7
5 * dom.el (dom-by-tag): Use `equal' for comparisons so that tags 8 * dom.el (dom-by-tag): Use `equal' for comparisons so that tags