aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2010-09-29 16:30:45 +0200
committerLars Magne Ingebrigtsen2010-09-29 16:30:45 +0200
commite6059fa2447b7d7b147fbb97ec67bf3ec09622fc (patch)
tree5725b17e52b91aae237d89584074236b4952a819 /src/ChangeLog
parent252b4f5cf6a2d98643fb3ad8b23fb0ae6f942f5e (diff)
downloademacs-e6059fa2447b7d7b147fbb97ec67bf3ec09622fc.tar.gz
emacs-e6059fa2447b7d7b147fbb97ec67bf3ec09622fc.zip
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 @@
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