comparison lisp/url/ChangeLog @ 58900:96433f173a6e

Don't `require' everything eagerly.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 11 Dec 2004 22:06:00 +0000
parents 6c5c285716b2
children 6535aefcfd51
comparison
equal deleted inserted replaced
58899:9715276c90ce 58900:96433f173a6e
1 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * url-handlers.el: Don't `require' everything eagerly.
4
1 2004-11-30 Paul Pogonyshev <pogonyshev@gmx.net> 5 2004-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'
4 to `url-http-cookies-sources' so that cookies are attributed to 8 to `url-http-cookies-sources' so that cookies are attributed to
5 proper domain. 9 proper domain.
16 of `mm-destroy-parts'. Invoke `mm-destroy-parts' 20 of `mm-destroy-parts'. Invoke `mm-destroy-parts'
17 when the buffer is killed. 21 when the buffer is killed.
18 22
19 2004-11-12 Masatake YAMATO <jet@gyve.org> 23 2004-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
24 2004-11-02 Masatake YAMATO <jet@gyve.org> 27 2004-11-02 Masatake YAMATO <jet@gyve.org>
25 28
26 * url-imap.el (url-imap-open-host): Don't use 29 * url-imap.el (url-imap-open-host): Don't use
27 `string-to-int'. The port returned by `url-port' 30 `string-to-int'. The port returned by `url-port'
74 77
75 * url.el (url-do-setup): Don't set url-passwd-entry-func. 78 * url.el (url-do-setup): Don't set url-passwd-entry-func.
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
88 * url-mailto.el: Don't load cl. 91 * url-mailto.el: Don't load cl.
89 (url-mailto): Fix call to `push'. 92 (url-mailto): Fix call to `push'.
97 * url-vars.el (url-gateway-method): Add new method `tls'. 100 * url-vars.el (url-gateway-method): Add new method `tls'.
98 101
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.
107 110
108 * url-gw.el (url-open-stream): Support tls url-gateway-method. 111 * url-gw.el (url-open-stream): Support tls url-gateway-method.