aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/url/ChangeLog')
-rw-r--r--lisp/url/ChangeLog19
1 files changed, 11 insertions, 8 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index c9663baff8f..9bb5ef1c3e5 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,7 @@
12004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * url-handlers.el: Don't `require' everything eagerly.
4
12004-11-30 Paul Pogonyshev <pogonyshev@gmx.net> 52004-11-30 Paul Pogonyshev <pogonyshev@gmx.net>
2 6
3 * url-http.el (url-http-handle-cookies): Bind `url-current-object' 7 * url-http.el (url-http-handle-cookies): Bind `url-current-object'
@@ -18,8 +22,7 @@
18 22
192004-11-12 Masatake YAMATO <jet@gyve.org> 232004-11-12 Masatake YAMATO <jet@gyve.org>
20 24
21 * url-mailto.el (url-mailto): Fix a typo in the 25 * url-mailto.el (url-mailto): Fix a typo in the comment.
22 comment.
23 26
242004-11-02 Masatake YAMATO <jet@gyve.org> 272004-11-02 Masatake YAMATO <jet@gyve.org>
25 28
@@ -76,12 +79,12 @@
76 79
77 * url-vars.el (url-passwd-entry-func): Var deleted. 80 * url-vars.el (url-passwd-entry-func): Var deleted.
78 (mm-mime-mule-charset-alist): Remove compatibility code for old Gnus. 81 (mm-mime-mule-charset-alist): Remove compatibility code for old Gnus.
79 (url-weekday-alist): Renamed from weekday-alist. 82 (url-weekday-alist): Rename from weekday-alist.
80 (url-monthabbrev-alist): Renamed from monthabbrev-alist. 83 (url-monthabbrev-alist): Rename from monthabbrev-alist.
81 (url-vars-unload-hook): Initialize hook var to hold the function. 84 (url-vars-unload-hook): Initialize hook var to hold the function.
82 85
83 * url-util.el (url-get-normalized-date): Use 86 * url-util.el (url-get-normalized-date): Use url-weekday-alist and
84 url-weekday-alist and url-monthabbrev-alist. 87 url-monthabbrev-alist.
85 88
86 * url-misc.el: Load cl at compile time. 89 * url-misc.el: Load cl at compile time.
87 90
@@ -99,8 +102,8 @@
99 * url-news.el (url-snews): Use nntp-open-tls-stream if 102 * url-news.el (url-snews): Use nntp-open-tls-stream if
100 url-gateway-method is tls. 103 url-gateway-method is tls.
101 104
102 * url-ldap.el (url-ldap-certificate-formatter): Use 105 * url-ldap.el (url-ldap-certificate-formatter):
103 tls-certificate-information if ssl.el is not available. 106 Use tls-certificate-information if ssl.el is not available.
104 107
105 * url-https.el (url-https-create-secure-wrapper): Use tls if ssl 108 * url-https.el (url-https-create-secure-wrapper): Use tls if ssl
106 is not available. 109 is not available.