Mercurial > emacs
comparison ChangeLog @ 110584:9d94d76ce611
Set up GnuTLS support.
* configure.in: Set up GnuTLS.
* lisp/net/gnutls.el: GnuTLS glue code to set up a connection.
* src/Makefile.in (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS, ALL_CFLAGS)
(obj, LIBES): Set up GnuTLS support.
* src/config.in: Set up GnuTLS support.
* src/emacs.c: Set up GnuTLS support and call syms_of_gnutls.
* src/gnutls.c: The source code for GnuTLS support in Emacs.
* src/gnutls.h: The GnuTLS glue for Emacs, macros and enums.
* src/process.c (make_process, Fstart_process)
(read_process_output, send_process): Set up GnuTLS support for
process input/output file descriptors.
* src/process.h: Set up GnuTLS support.
author | Ted Zlatanov <tzz@lifelogs.com> |
---|---|
date | Sun, 26 Sep 2010 01:06:28 -0500 |
parents | 52590453d4f9 |
children | 21047b3216d2 |
comparison
equal
deleted
inserted
replaced
110583:b6d2a63ad993 | 110584:9d94d76ce611 |
---|---|
1 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com> | |
2 | |
3 * configure.in: Set up GnuTLS. | |
4 | |
1 2010-09-22 Chong Yidong <cyd@stupidchicken.com> | 5 2010-09-22 Chong Yidong <cyd@stupidchicken.com> |
2 | 6 |
3 * configure.in: Announce whether libxml2 is linked to. | 7 * configure.in: Announce whether libxml2 is linked to. |
4 | 8 |
5 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu> | 9 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu> |