diff options
| author | Ted Zlatanov | 2013-11-04 21:29:03 -0500 |
|---|---|---|
| committer | Ted Zlatanov | 2013-11-04 21:29:03 -0500 |
| commit | 194b4d9f7da7d539173b03d8a0ad434a86f6e124 (patch) | |
| tree | 58e4bc5e422254ab7029f46c0402458bb3fc72a4 /src/ChangeLog | |
| parent | b5d402d6bda921874bc6ad6a560b19b59ac62a29 (diff) | |
| download | emacs-194b4d9f7da7d539173b03d8a0ad434a86f6e124.tar.gz emacs-194b4d9f7da7d539173b03d8a0ad434a86f6e124.zip | |
Several GnuTLS fixes for log level and initialization.
* gnutls.c (emacs_gnutls_handle_error): Adjust log level for EAGAIN.
(Fgnutls_boot): Set process gnutls_p later, after initialization.
* process.c (wait_reading_process_output, read_process_output)
(send_process): Check gnutls_state is not NULL.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5f919b8516d..d0bdc6bee94 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-11-05 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 2 | |||
| 3 | * process.c (wait_reading_process_output, read_process_output) | ||
| 4 | (send_process): Check gnutls_state is not NULL. | ||
| 5 | |||
| 6 | * gnutls.c (emacs_gnutls_handle_error): Adjust log level for EAGAIN. | ||
| 7 | (Fgnutls_boot): Set process gnutls_p later, after initialization. | ||
| 8 | |||
| 1 | 2013-11-04 Jan Djärv <jan.h.d@swipnet.se> | 9 | 2013-11-04 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 10 | ||
| 3 | * nsterm.m (init, run, stop:): New methods in EmacsApp for | 11 | * nsterm.m (init, run, stop:): New methods in EmacsApp for |