comparison lisp/ChangeLog @ 110752:a347bc5bfc03

Provide GnuTLS API with `gnutls-negotiate' and `open-gnutls-stream'. * net/gnutls.el: Improve docs. Remove starttls and ssl emulation. Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and `gnutls-negotiate' (formerly `starttls-negotiate'). Remove trivial wrapper `starttls-open-stream'.
author Ted Zlatanov <tzz@lifelogs.com>
date Sun, 03 Oct 2010 20:16:00 -0500
parents 2279efb0250e
children d9ff3c5329a6
comparison
equal deleted inserted replaced
110751:40088e2a2aba 110752:a347bc5bfc03
1 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
4 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
5 `gnutls-negotiate' (formerly `starttls-negotiate'). Remove
6 trivial wrapper `starttls-open-stream'.
7
1 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu> 8 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2 9
3 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and 10 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
4 log-outgoing commands. 11 log-outgoing commands.
5 * vc/vc.el (vc-log-internal-common): Add a new argument and use it 12 * vc/vc.el (vc-log-internal-common): Add a new argument and use it