diff options
| author | Lars Magne Ingebrigtsen | 2010-09-29 14:48:29 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2010-09-29 14:48:29 +0200 |
| commit | df7fcafff05c4002f35e507c65518f4b20ba5382 (patch) | |
| tree | dff32dbafc674846a125fd1d28a6ea79db90c522 /src/ChangeLog | |
| parent | af7ef32d8e12d07c4a37df1685d997ac76641dd7 (diff) | |
| download | emacs-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/ChangeLog | 14 |
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 @@ | |||
| 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 |