aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2010-09-29 14:48:29 +0200
committerLars Magne Ingebrigtsen2010-09-29 14:48:29 +0200
commitdf7fcafff05c4002f35e507c65518f4b20ba5382 (patch)
treedff32dbafc674846a125fd1d28a6ea79db90c522 /src/ChangeLog
parentaf7ef32d8e12d07c4a37df1685d997ac76641dd7 (diff)
downloademacs-df7fcafff05c4002f35e507c65518f4b20ba5382.tar.gz
emacs-df7fcafff05c4002f35e507c65518f4b20ba5382.zip
Make sure all reads/writes to gnutls streams go via the gnutls functions.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b14ed34b26d..ee6e8f6ce90 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.
4
5 * process.c (make_process): Set the gnutls_p field to zero by
6 default.
7 (read_process_output): Always call the gnutls_read function if the
8 stream is a gnutls stream.
9 (send_process): Ditto for writes.
10
11 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read
12 or write anything until the state is GNUTLS_STAGE_READY.
13 (Fgnutls_boot): Mark the stream as being a gnutls stream.
14
12010-09-29 Eli Zaretskii <eliz@gnu.org> 152010-09-29 Eli Zaretskii <eliz@gnu.org>
2 16
3 * xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to 17 * xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to