[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/url/ChangeLog,v
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/url/ChangeLog,v |
Date: |
Wed, 02 Jul 2008 11:14:38 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Juanma Barranquero <lektu> 08/07/02 11:14:38
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/url/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -b -r1.161 -r1.162
--- ChangeLog 27 Jun 2008 07:34:50 -0000 1.161
+++ ChangeLog 2 Jul 2008 11:14:35 -0000 1.162
@@ -1,3 +1,41 @@
+2008-07-02 Juanma Barranquero <address@hidden>
+
+ * 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 <address@hidden>
* vc-dav.el: Move to the parent directory to be together with the
- [Emacs-diffs] Changes to emacs/lisp/url/ChangeLog,v,
Juanma Barranquero <=