comparison src/ChangeLog @ 110648:256dd50b2a63

Make sure all reads/writes to gnutls streams go via the gnutls functions.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Wed, 29 Sep 2010 14:48:29 +0200
parents c294bdb9cef3
children 2f0d755fa21b
comparison
equal deleted inserted replaced
110647:c294bdb9cef3 110648:256dd50b2a63
1 2010-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
1 2010-09-29 Eli Zaretskii <eliz@gnu.org> 15 2010-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
4 NEUTRAL_DIR. 18 NEUTRAL_DIR.
5 (handle_invisible_prop, iterate_out_of_display_property) 19 (handle_invisible_prop, iterate_out_of_display_property)