summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2014-02-07 22:36:11 -0800
committerLars Ingebrigtsen <larsi@gnus.org>2014-02-07 22:36:11 -0800
commitfdb510756f7958570387b32d307683dfed7bd3e7 (patch)
tree73b42587b1c205a9a907bb6c36d23fb7437e5c76 /nt
parent6ef4f3cef2627334fa2f7fda02099b4b19452998 (diff)
downloademacs-fdb510756f7958570387b32d307683dfed7bd3e7.tar.gz
* README.W32: Say what GnuTLS and libxml2 does.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/README.W326
2 files changed, 10 insertions, 0 deletions
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 <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
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