Fix typos.
[bpt/emacs.git] / lisp / url / ChangeLog
index 3ae9c60..214c7a2 100644 (file)
@@ -1,7 +1,58 @@
+2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * 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.
+
+2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-dav.el: Move to the parent directory to be together with the
+       rest of the VC backends.
+
+2008-06-07  Glenn Morris  <rgm@gnu.org>
+
+       * url-auth.el (auth-source-user-or-password): Remove unnecessary
+       eval-and-compile.
+
+2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url-handlers.el (url-file-name-completion): Add missing argument.
+
 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * url-auth.el: Add autoload cookie for
-       `auth-source-user-or-password'.
+       * url-auth.el: Add autoload cookie for `auth-source-user-or-password'.
        (url-basic-auth, url-digest-auth): Use it with any realm,
        overriding the user name and password before the prompt.
 
@@ -20,8 +71,8 @@
 
 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * url-util.el (url-get-normalized-date): Simplify
-       to use `format-time-string'.  Always generate date in UTC, but
+       * url-util.el (url-get-normalized-date): Simplify to use
+       `format-time-string'.  Always generate date in UTC, but
        call it GMT for full compatibility with the RFCs.
 
 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
        needed.  I should use my brain sometime.
 
        * lisp/url-vars.el (and): Fix feature test for xemacs and
-       coding-system-list behaviour.
+       coding-system-list behavior.
 
        * lisp/url-http.el
        (url-http-chunked-encoding-after-change-function): Add optional