diff options
| author | Lars Magne Ingebrigtsen | 2010-10-18 22:32:54 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2010-10-18 22:32:54 +0200 |
| commit | 4b2d9ec26363f78d00a1b2595c7c7a5bdda262d2 (patch) | |
| tree | 6c1198074ecb493cd911d01bc087cd009bff22c9 /src/ChangeLog | |
| parent | e48eb34332dc91de823314090451459ba2ffacbf (diff) | |
| download | emacs-4b2d9ec26363f78d00a1b2595c7c7a5bdda262d2.tar.gz emacs-4b2d9ec26363f78d00a1b2595c7c7a5bdda262d2.zip | |
(emacs_gnutls_read): Return 0 if we get a non-"EAGAIN"-like error to signal to Emacs that the socket should be closed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b3ed712a9e5..7755ed8c82b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * gnutls.c (emacs_gnutls_read): Return 0 if we get a | ||
| 4 | non-"EAGAIN"-like error to signal to Emacs that the socket should | ||
| 5 | be closed. | ||
| 6 | |||
| 1 | 2010-10-15 Eli Zaretskii <eliz@gnu.org> | 7 | 2010-10-15 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * unexcoff.c (make_hdr): Fix prototype according to changes in | 9 | * unexcoff.c (make_hdr): Fix prototype according to changes in |