emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master updated (0b1d7cd -> b10d900)


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master updated (0b1d7cd -> b10d900)
Date: Sun, 23 Nov 2014 14:14:35 +0000

larsi pushed a change to branch master.

      from  0b1d7cd   Fixes: debbugs:19149
       new  a859504   Add functions to gnutls.c for exporting certificate 
details
       new  4c298b2   Implement a Network Security Manager
       new  c43b706   Make some network connections warn unless they are 
encrypted
       new  a345ff6   Implement a new url parameter `url-request-noninteractive'
       new  b10d900   Rename `nsm-security-level' to `network-security-level'


Summary of changes:
 doc/lispref/ChangeLog      |    6 +
 doc/lispref/processes.texi |   27 +++
 etc/ChangeLog              |    4 +
 etc/NEWS                   |   10 +-
 lisp/ChangeLog             |   16 ++
 lisp/gnus/ChangeLog        |    6 +
 lisp/gnus/nnimap.el        |    1 +
 lisp/gnus/pop3.el          |    1 +
 lisp/mail/smtpmail.el      |    1 +
 lisp/net/network-stream.el |   17 ++-
 lisp/net/nsm.el            |  432 ++++++++++++++++++++++++++++++++++++++++++++
 lisp/url/ChangeLog         |    9 +
 lisp/url/url-http.el       |    6 +
 lisp/url/url-queue.el      |    9 +-
 lisp/url/url-vars.el       |    3 +
 src/ChangeLog              |   11 +
 src/gnutls.c               |  351 +++++++++++++++++++++++++++++++++++-
 src/process.h              |    3 +
 18 files changed, 905 insertions(+), 8 deletions(-)
 create mode 100644 lisp/net/nsm.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]