1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 15:00:42 -08:00
emacs/doc
Lars Ingebrigtsen 40155283c3 Remove some #ifdefs and update documentation
* doc/lispref/processes.texi (Network Processes): Remove
mention of `dns'.

* lisp/net/network-stream.el (open-network-stream): Remove
mention of `dns'.

* src/process.c (Fset_process_filter)
(Fset_process_window_size, Fprocess_contact)
(Fprocess_datagram_address, Fset_process_datagram_address)
(Fset_network_process_option, Fprocess_send_region)
(Fprocess_send_string, Fset_process_coding_system)
(Fset_process_filter_multibyte): Remove the #ifdef
HAVE_GETADDRINFO_A checks.
(Fprocess_send_string): Wait for TLS negotiation.
(wait_for_tls_negotiation): New function.
(send_process): Remove the TLS boot check.

* src/process.c (Fmake_network_process): Ditto.
2016-02-15 16:05:14 +11:00
..
emacs - 2016-01-18 22:59:51 -08:00
lispintro Fix copyright years by hand 2016-01-01 01:38:07 -08:00
lispref Remove some #ifdefs and update documentation 2016-02-15 16:05:14 +11:00
man Unhide the --no-line-directive option to 'etags' 2016-01-15 10:54:03 +02:00
misc Doc fixes and refactorings based on comments from Eli Zaretskii 2016-02-03 12:43:24 +11:00