aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2004-10-22 10:13:52 +0000
committerMiles Bader2004-10-22 10:13:52 +0000
commit5ea24f9468ea9fb01253a98343a67fdb74d1817e (patch)
tree434ee6dc5f051d6deaf0c357b97b656d16e4ed12 /lisp/url/ChangeLog
parent56c68b971d6f7665dd035df1ff302d794c0f294a (diff)
parentd5ddd795bdab373fe62ccfd099c270fd97da0964 (diff)
downloademacs-5ea24f9468ea9fb01253a98343a67fdb74d1817e.tar.gz
emacs-5ea24f9468ea9fb01253a98343a67fdb74d1817e.zip
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-62
Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-616 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-620 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-622 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-625 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-626 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-627 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-628 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-629 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-630 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-631 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-632 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-633 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-51 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-52 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-53 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-54 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-55 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-56 Update from CVS: Add lisp/legacy-gnus-agent.el * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-57 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-58 Update from CVS
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'.