Mercurial > emacs
comparison lisp/url/ChangeLog @ 96486:7369ded3b436
Typo and docstring fixes.
* url.el (url-do-setup):
* url-dired.el (url-dired-minor-mode):
* url-file.el (url-file-find-possibly-compressed-file):
* url-gw.el (url-gateway-broken-resolution):
* url-handlers.el (url-handler-regexp):
* url-imap.el (url-imap-default-port):
* url-methods.el (url-scheme-get-property): Fix typos in docstrings.
* url-auth.el (url-basic-auth-storage, url-digest-auth):
Fix typos in docstrings.
(url-digest-auth-storage, url-register-auth-scheme): Reflow docstrings.
* url-cache.el (url-cache-prepare): Doc fix.
(url-cache-create-filename-human-readable, url-cache-extract):
Fix typos in docstrings.
* url-dav.el (url-intersection, url-dav-iso8601-regexp)
(url-dav-delete-something): Fix typos in docstrings.
(url-dav-http-success-p, url-dav-file-name-all-completions)
(url-dav-directory-files, url-dav-file-name-completion): Doc fixes.
* url-http.el (url-http-idle-sentinel): Doc fix.
* url-irc.el (url-irc-default-port): Fix typo in docstring.
(url-irc-function): Doc fix.
* url-util.el (url-get-url-filename-chars, url-unhex-string):
Fix typos in docstrings.
(url-file-extension): Doc fix.
* url-vars.el (url-current-object, url-current-mime-headers)
(url-privacy-level, url-mail-command, url-mime-language-string):
Fix typos in docstrings.
(url-honor-refresh-requests): Reflow docstring.
(url-using-proxy): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 02 Jul 2008 11:14:38 +0000 |
parents | c3309dba6542 |
children | 19de859f3d60 |
comparison
equal
deleted
inserted
replaced
96485:46efd5367c59 | 96486:7369ded3b436 |
---|---|
1 2008-07-02 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * url.el (url-do-setup): | |
4 * url-dired.el (url-dired-minor-mode): | |
5 * url-file.el (url-file-find-possibly-compressed-file): | |
6 * url-gw.el (url-gateway-broken-resolution): | |
7 * url-handlers.el (url-handler-regexp): | |
8 * url-imap.el (url-imap-default-port): | |
9 * url-methods.el (url-scheme-get-property): Fix typos in docstrings. | |
10 | |
11 * url-auth.el (url-basic-auth-storage, url-digest-auth): | |
12 Fix typos in docstrings. | |
13 (url-digest-auth-storage, url-register-auth-scheme): Reflow docstrings. | |
14 | |
15 * url-cache.el (url-cache-prepare): Doc fix. | |
16 (url-cache-create-filename-human-readable, url-cache-extract): | |
17 Fix typos in docstrings. | |
18 | |
19 * url-dav.el (url-intersection, url-dav-iso8601-regexp) | |
20 (url-dav-delete-something): Fix typos in docstrings. | |
21 (url-dav-http-success-p, url-dav-file-name-all-completions) | |
22 (url-dav-directory-files, url-dav-file-name-completion): Doc fixes. | |
23 | |
24 * url-http.el (url-http-idle-sentinel): Doc fix. | |
25 | |
26 * url-irc.el (url-irc-default-port): Fix typo in docstring. | |
27 (url-irc-function): Doc fix. | |
28 | |
29 * url-util.el (url-get-url-filename-chars, url-unhex-string): | |
30 Fix typos in docstrings. | |
31 (url-file-extension): Doc fix. | |
32 | |
33 * url-vars.el (url-current-object, url-current-mime-headers) | |
34 (url-privacy-level, url-mail-command, url-mime-language-string): | |
35 Fix typos in docstrings. | |
36 (url-honor-refresh-requests): Reflow docstring. | |
37 (url-using-proxy): Doc fix. | |
38 | |
1 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu> | 39 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 40 |
3 * vc-dav.el: Move to the parent directory to be together with the | 41 * vc-dav.el: Move to the parent directory to be together with the |
4 rest of the VC backends. | 42 rest of the VC backends. |
5 | 43 |