diff options
| author | Lars Magne Ingebrigtsen | 2011-11-21 19:21:42 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-11-21 19:21:42 +0100 |
| commit | 261b6fd466a835692e0b1eedba327eb674d79ca6 (patch) | |
| tree | ffb661c6201f408aa01ab00fb3e5acd883532486 /src/ChangeLog | |
| parent | e7cfd277bd7b5fda95431481c027fb16023cc654 (diff) | |
| download | emacs-261b6fd466a835692e0b1eedba327eb674d79ca6.tar.gz emacs-261b6fd466a835692e0b1eedba327eb674d79ca6.zip | |
Fix asynchrounous GnuTLS socket handling on some versions of the GnuTLS library.
Some versions of the GnuTLS library doesn't respons to poll reliably.
Work around this by checking all GnuTLS sockets explicitly from the
idle loop.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ef9aa4a907f..45e8eb1025d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * process.c (wait_reading_process_output): Fix asynchrounous | ||
| 4 | GnuTLS socket handling on some versions of the GnuTLS library. | ||
| 5 | |||
| 1 | 2011-11-21 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2011-11-21 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * xterm.c (x_clear_frame): Reinstate the XClearWindow call. | 8 | * xterm.c (x_clear_frame): Reinstate the XClearWindow call. |