summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-11-09 16:34:17 +0800
committerChong Yidong <cyd@gnu.org>2012-11-09 16:34:17 +0800
commit5b6372227ee9db95fdb1e7c88cca5059620e4754 (patch)
treee6000dd49d72d6555d56feecc9b8705d68966837 /etc
parent847a056110575995e0f68ccdc0c7561e3c563da3 (diff)
downloademacs-5b6372227ee9db95fdb1e7c88cca5059620e4754.tar.gz
More updates for the URL library manual.
* url.texi (Introduction): Move url-configuration-directory to Customization node. (Parsed URIs): Split into its own node. (URI Encoding): New node. (Defining New URLs): Remove empty chapter. (Retrieving URLs): Add an introduction. Doc fix for url-retrieve. Improve docs for url-queue-*. (Supported URL Types): Copyedits. Delete empty subnodes.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 498a1e2ef52..0136bedc19a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -602,7 +602,7 @@ Previously, this slot stored semicolon-separated attribute-value pairs
appended to some imap URLs, but this is not compatible with RFC 3986.
So now the `filename' slot stores the entire path and query components
and the `attributes' slot is always nil.
-
++++
*** New function `url-encode-url' for encoding a URI string.
The `url-retrieve' function now uses this to encode its URL argument,
in case that is not properly encoded.