diff options
| author | Chong Yidong | 2012-11-09 16:34:17 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-11-09 16:34:17 +0800 |
| commit | 5b6372227ee9db95fdb1e7c88cca5059620e4754 (patch) | |
| tree | e6000dd49d72d6555d56feecc9b8705d68966837 /etc | |
| parent | 847a056110575995e0f68ccdc0c7561e3c563da3 (diff) | |
| download | emacs-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -602,7 +602,7 @@ Previously, this slot stored semicolon-separated attribute-value pairs | |||
| 602 | appended to some imap URLs, but this is not compatible with RFC 3986. | 602 | appended to some imap URLs, but this is not compatible with RFC 3986. |
| 603 | So now the `filename' slot stores the entire path and query components | 603 | So now the `filename' slot stores the entire path and query components |
| 604 | and the `attributes' slot is always nil. | 604 | and 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. |
| 607 | The `url-retrieve' function now uses this to encode its URL argument, | 607 | The `url-retrieve' function now uses this to encode its URL argument, |
| 608 | in case that is not properly encoded. | 608 | in case that is not properly encoded. |