aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url
diff options
context:
space:
mode:
authorJuanma Barranquero2008-07-18 15:42:14 +0000
committerJuanma Barranquero2008-07-18 15:42:14 +0000
commitba60bd44c7d909fa471f82d3f0477fec6d991751 (patch)
tree3f640d99c73add753df2e1789f042be040f8476e /lisp/url
parent555b0992fdbb6435ad74a22c9f894f9c3f405fda (diff)
downloademacs-ba60bd44c7d909fa471f82d3f0477fec6d991751.tar.gz
emacs-ba60bd44c7d909fa471f82d3f0477fec6d991751.zip
Fix typos.
Diffstat (limited to 'lisp/url')
-rw-r--r--lisp/url/ChangeLog7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index d093d44631e..214c7a2bd28 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -52,8 +52,7 @@
52 52
532008-05-12 Teodor Zlatanov <tzz@lifelogs.com> 532008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
54 54
55 * url-auth.el: Add autoload cookie for 55 * url-auth.el: Add autoload cookie for `auth-source-user-or-password'.
56 `auth-source-user-or-password'.
57 (url-basic-auth, url-digest-auth): Use it with any realm, 56 (url-basic-auth, url-digest-auth): Use it with any realm,
58 overriding the user name and password before the prompt. 57 overriding the user name and password before the prompt.
59 58
@@ -72,8 +71,8 @@
72 71
732008-02-28 Teodor Zlatanov <tzz@lifelogs.com> 722008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
74 73
75 * url-util.el (url-get-normalized-date): Simplify 74 * url-util.el (url-get-normalized-date): Simplify to use
76 to use `format-time-string'. Always generate date in UTC, but 75 `format-time-string'. Always generate date in UTC, but
77 call it GMT for full compatibility with the RFCs. 76 call it GMT for full compatibility with the RFCs.
78 77
792008-02-06 Michael Albinus <michael.albinus@gmx.de> 782008-02-06 Michael Albinus <michael.albinus@gmx.de>