* README.W32: Say what GnuTLS and libxml2 does.
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 06:36:11 +0000 (22:36 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 06:36:11 +0000 (22:36 -0800)
nt/ChangeLog
nt/README.W32

index bf7dc90..d3447b5 100644 (file)
@@ -1,3 +1,7 @@
+2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * README.W32: Say what GnuTLS and libxml2 does (bug#14762).
+
 2014-01-18  Eli Zaretskii  <eliz@gnu.org>
 
        * runemacs.c (ensure_unicows_dll): Don't tell in the message box
index bc1203a..4f94b60 100644 (file)
@@ -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