aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9d9833f7e66..de4ba68bdc0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,11 @@
3 * gnutls.c (emacs_gnutls_handshake): Made into internal function. 3 * gnutls.c (emacs_gnutls_handshake): Made into internal function.
4 (Fgnutls_boot): Start the handshake. 4 (Fgnutls_boot): Start the handshake.
5 (emacs_gnutls_read): Perform the handshake from the reader loop. 5 (emacs_gnutls_read): Perform the handshake from the reader loop.
6 (Fgnutls_boot): Remove some debugging messages.
7 Change indentation throughout to use the Emacs style.
8 (emacs_gnutls_handshake): Cast the fds to something that's
9 possibly the expected length.
10 (emacs_gnutls_write): Return -1 if we try to write before handshake.
6 11
7 * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process. 12 * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.
8 13