aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-11-09 16:34:17 +0800
committerChong Yidong2012-11-09 16:34:17 +0800
commit5b6372227ee9db95fdb1e7c88cca5059620e4754 (patch)
treee6000dd49d72d6555d56feecc9b8705d68966837 /etc
parent847a056110575995e0f68ccdc0c7561e3c563da3 (diff)
downloademacs-5b6372227ee9db95fdb1e7c88cca5059620e4754.tar.gz
emacs-5b6372227ee9db95fdb1e7c88cca5059620e4754.zip
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
602appended to some imap URLs, but this is not compatible with RFC 3986. 602appended to some imap URLs, but this is not compatible with RFC 3986.
603So now the `filename' slot stores the entire path and query components 603So now the `filename' slot stores the entire path and query components
604and the `attributes' slot is always nil. 604and the `attributes' slot is always nil.
605 605+++
606*** New function `url-encode-url' for encoding a URI string. 606*** New function `url-encode-url' for encoding a URI string.
607The `url-retrieve' function now uses this to encode its URL argument, 607The `url-retrieve' function now uses this to encode its URL argument,
608in case that is not properly encoded. 608in case that is not properly encoded.