summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2010-09-29 16:30:45 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2010-09-29 16:30:45 +0200
commite6059fa2447b7d7b147fbb97ec67bf3ec09622fc (patch)
tree5725b17e52b91aae237d89584074236b4952a819 /src/ChangeLog
parent252b4f5cf6a2d98643fb3ad8b23fb0ae6f942f5e (diff)
Clean up gnutls.c coding style to conform with the Emacs style.
Remove some debugging messages. Cast some parameters to avoid compilation warnings.
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 @@
* gnutls.c (emacs_gnutls_handshake): Made into internal function.
(Fgnutls_boot): Start the handshake.
(emacs_gnutls_read): Perform the handshake from the reader loop.
+ (Fgnutls_boot): Remove some debugging messages.
+ Change indentation throughout to use the Emacs style.
+ (emacs_gnutls_handshake): Cast the fds to something that's
+ possibly the expected length.
+ (emacs_gnutls_write): Return -1 if we try to write before handshake.
* process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.