diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ee6e8f6ce90..9d9833f7e66 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * gnutls.c (emacs_gnutls_handshake): Made into internal function. | ||
| 4 | (Fgnutls_boot): Start the handshake. | ||
| 5 | (emacs_gnutls_read): Perform the handshake from the reader loop. | ||
| 6 | |||
| 3 | * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process. | 7 | * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process. |
| 4 | 8 | ||
| 5 | * process.c (make_process): Set the gnutls_p field to zero by | 9 | * process.c (make_process): Set the gnutls_p field to zero by |