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 /doc/misc/ChangeLog | |
| 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 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index d7af0d79c68..80d19f3adaa 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2012-11-09 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * url.texi (Introduction): Move url-configuration-directory to | ||
| 4 | Customization node. | ||
| 5 | (Parsed URIs): Split into its own node. | ||
| 6 | (URI Encoding): New node. | ||
| 7 | (Defining New URLs): Remove empty chapter. | ||
| 8 | (Retrieving URLs): Add an introduction. Doc fix for url-retrieve. | ||
| 9 | Improve docs for url-queue-*. | ||
| 10 | (Supported URL Types): Copyedits. Delete empty subnodes. | ||
| 11 | |||
| 1 | 2012-11-08 Chong Yidong <cyd@gnu.org> | 12 | 2012-11-08 Chong Yidong <cyd@gnu.org> |
| 2 | 13 | ||
| 3 | * url.texi (Introduction): Rename from Getting Started. Rewrite | 14 | * url.texi (Introduction): Rename from Getting Started. Rewrite |