aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2010-09-29 15:25:24 +0200
committerLars Magne Ingebrigtsen2010-09-29 15:25:24 +0200
commitbac5cef8cc902c7332ef66f6731fa5be0866811c (patch)
tree060d740fcae01d8b4c80c76a24d871c24006cdf1 /src/ChangeLog
parentdf7fcafff05c4002f35e507c65518f4b20ba5382 (diff)
downloademacs-bac5cef8cc902c7332ef66f6731fa5be0866811c.tar.gz
emacs-bac5cef8cc902c7332ef66f6731fa5be0866811c.zip
Do the gnutls handshake from the reader loop, instead of looping over
the handshake from Emacs Lisp.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ee6e8f6ce90..9d9833f7e66 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org> 12010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * gnutls.c (emacs_gnutls_handshake): Made into internal function.
4 (Fgnutls_boot): Start the handshake.
5 (emacs_gnutls_read): Perform the handshake from the reader loop.
6
3 * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process. 7 * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.
4 8
5 * process.c (make_process): Set the gnutls_p field to zero by 9 * process.c (make_process): Set the gnutls_p field to zero by