aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.112
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11
index 77180262aca..8517e5cc3c9 100644
--- a/src/ChangeLog.11
+++ b/src/ChangeLog.11
@@ -3294,7 +3294,7 @@
32942010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org> 32942010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3295 3295
3296 * gnutls.c (syms_of_gnutls): All the bootprops are keywords. 3296 * gnutls.c (syms_of_gnutls): All the bootprops are keywords.
3297 (emacs_gnutls_write): Remove the debuggin fsync call. 3297 (emacs_gnutls_write): Remove the debugging fsync call.
3298 (emacs_gnutls_read): Return -1 if we got an error from 3298 (emacs_gnutls_read): Return -1 if we got an error from
3299 gnutls_read. This allows us to actually read lots of data from 3299 gnutls_read. This allows us to actually read lots of data from
3300 the GnuTLS stream. 3300 the GnuTLS stream.