aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/url/ChangeLog')
-rw-r--r--lisp/url/ChangeLog59
1 files changed, 59 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 91a6c869a21..053984fcaeb 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,62 @@
12004-10-20 John Paul Wallington <jpw@gnu.org>
2
3 * url-gw.el (url-gateway-nslookup-host):
4 Use `set-process-query-on-exit-flag'.
5
62004-10-10 Lars Hansen <larsh@math.ku.dk>
7
8 * url-auth.el: Update header and footer.
9
10 * url-cache.el: Update header and footer.
11
12 * url-cid.el: Update header and footer.
13
14 * url-dired.el: Update header and footer.
15
16 * url-expand.el: Update header and footer.
17
18 * url-ftp.el: Update header and footer.
19
20 * url-gw.el: Update header and footer.
21
22 * url-imap.el: Update header and footer.
23
24 * url-irc.el: Update header and footer.
25
26 * url-misc.el: Update header and footer.
27
28 * url-news.el: Update header and footer.
29
30 * url-ns.el: Update header and footer.
31
32 * url-privacy.el: Update header and footer.
33
34 * url-proxy.el: Update header and footer.
35
36 * url-vars.el: Update header.
37
382004-10-16 Richard M. Stallman <rms@gnu.org>
39
40 * url.el (url-do-setup): Don't set url-passwd-entry-func.
41
42 * url-vars.el (url-passwd-entry-func): Var deleted.
43 (mm-mime-mule-charset-alist): Remove compatibility code for old Gnus.
44 (url-weekday-alist): Renamed from weekday-alist.
45 (url-monthabbrev-alist): Renamed from monthabbrev-alist.
46 (url-vars-unload-hook): Initialize hook var to hold the function.
47
48 * url-util.el (url-get-normalized-date): Use
49 url-weekday-alist and url-monthabbrev-alist.
50
51 * url-misc.el: Load cl at compile time.
52
53 * url-mailto.el: Don't load cl.
54 (url-mailto): Fix call to `push'.
55
56 * url-gw.el (url-open-telnet): Use read-passwd.
57
58 * url-auth.el (url-basic-auth, url-digest-auth): Use read-passwd.
59
12004-10-12 Simon Josefsson <jas@extundo.com> 602004-10-12 Simon Josefsson <jas@extundo.com>
2 61
3 * url-vars.el (url-gateway-method): Add new method `tls'. 62 * url-vars.el (url-gateway-method): Add new method `tls'.