aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorTed Zlatanov2011-05-03 20:44:58 -0500
committerTed Zlatanov2011-05-03 20:44:58 -0500
commit48e79d6a80c1ef67fae3f8fd45d753be5cb58ea4 (patch)
treeb5a2879697c54e52eed58e24fdac7e31b15766ad /lisp/ChangeLog
parentef80fc093a3b13ee9c1575c54b7831bc9cf2ef8b (diff)
downloademacs-48e79d6a80c1ef67fae3f8fd45d753be5cb58ea4.tar.gz
emacs-48e79d6a80c1ef67fae3f8fd45d753be5cb58ea4.zip
Use CL-style keyword arguments for `gnutls-negotiate' and allow :keylist and :crlfiles arguments.
* lisp/net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments instead of positional arguments. Allow :keylist and :crlfiles arguments. (open-gnutls-stream): Call it. * lisp/net/network-stream.el (network-stream-open-starttls): Adjust to call `gnutls-negotiate' with :process and :hostname arguments.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 65a2ba029dd..21c2acf72a6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
4 instead of positional arguments. Allow :keylist and :crlfiles
5 arguments.
6 (open-gnutls-stream): Call it.
7
8 * net/network-stream.el (network-stream-open-starttls): Adjust to
9 call `gnutls-negotiate' with :process and :hostname arguments.
10
12011-05-04 Stefan Monnier <monnier@iro.umontreal.ca> 112011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2 12
3 * minibuffer.el (completion--message): New function. 13 * minibuffer.el (completion--message): New function.