From: Lars Ingebrigtsen Date: Sat, 8 Feb 2014 06:36:11 +0000 (-0800) Subject: * README.W32: Say what GnuTLS and libxml2 does. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~100 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fdb510756f7958570387b32d307683dfed7bd3e7;p=emacs.git * README.W32: Say what GnuTLS and libxml2 does. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index bf7dc902017..d3447b504b0 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2014-02-08 Lars Ingebrigtsen + + * README.W32: Say what GnuTLS and libxml2 does (bug#14762). + 2014-01-18 Eli Zaretskii * runemacs.c (ensure_unicows_dll): Don't tell in the message box diff --git a/nt/README.W32 b/nt/README.W32 index bc1203a1241..4f94b6027a5 100644 --- a/nt/README.W32 +++ b/nt/README.W32 @@ -185,6 +185,9 @@ See the end of the file for license conditions. * GnuTLS support + GnuTLS provides SSL/TLS network support for Emacs (https, imaps and + so on.) + In order to support GnuTLS at runtime, Emacs must be able to find the relevant DLLs during startup; failure to do so is not an error, but GnuTLS won't be available to the running session. @@ -194,6 +197,9 @@ See the end of the file for license conditions. * libxml2 support + libxml2 provides HTML parsing support for Emacs, which is necessary + to use the built-in eww browser. + In order to support libxml2 at runtime, a libxml2-enabled Emacs must be able to find the relevant DLLs during startup; failure to do so is not an error, but libxml2 features won't be available to the