diff options
| author | Juanma Barranquero | 2008-07-18 15:42:14 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-07-18 15:42:14 +0000 |
| commit | ba60bd44c7d909fa471f82d3f0477fec6d991751 (patch) | |
| tree | 3f640d99c73add753df2e1789f042be040f8476e /lisp/url | |
| parent | 555b0992fdbb6435ad74a22c9f894f9c3f405fda (diff) | |
| download | emacs-ba60bd44c7d909fa471f82d3f0477fec6d991751.tar.gz emacs-ba60bd44c7d909fa471f82d3f0477fec6d991751.zip | |
Fix typos.
Diffstat (limited to 'lisp/url')
| -rw-r--r-- | lisp/url/ChangeLog | 7 |
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 | ||
| 53 | 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com> | 53 | 2008-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 | ||
| 73 | 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com> | 72 | 2008-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 | ||
| 79 | 2008-02-06 Michael Albinus <michael.albinus@gmx.de> | 78 | 2008-02-06 Michael Albinus <michael.albinus@gmx.de> |