aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dc80a88def3..f2e6297ae22 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,9 +1,9 @@
12010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org> 12010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * gnutls.c (syms_of_gnutls): All the bootprops are keywords. 3 * gnutls.c (syms_of_gnutls): All the bootprops are keywords.
4 (emacs_gnutls_write): Remove the debuggin fsync() call. 4 (emacs_gnutls_write): Remove the debuggin fsync call.
5 (emacs_gnutls_read): Return -1 if we got an error from 5 (emacs_gnutls_read): Return -1 if we got an error from
6 gnutls_read(). This allows us to actually read lots of data from 6 gnutls_read. This allows us to actually read lots of data from
7 the GnuTLS stream. 7 the GnuTLS stream.
8 (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR. 8 (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.
9 According to the documentation, this is correct, and it seems to 9 According to the documentation, this is correct, and it seems to