+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
* 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.
* 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