diff lisp/url/ChangeLog @ 57529:6ef9b12e5d13

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 16 Oct 2004 15:35:53 +0000
parents 7e2887ad4c51
children 39df775e7b0e
line wrap: on
line diff
--- a/lisp/url/ChangeLog	Sat Oct 16 15:35:11 2004 +0000
+++ b/lisp/url/ChangeLog	Sat Oct 16 15:35:53 2004 +0000
@@ -1,3 +1,25 @@
+2004-10-16  Richard M. Stallman  <rms@gnu.org>
+
+	* url.el (url-do-setup): Don't set url-passwd-entry-func.
+
+	* url-vars.el (url-passwd-entry-func): Var deleted.
+	(mm-mime-mule-charset-alist): Remove compatibility code for old Gnus.
+	(url-weekday-alist): Renamed from weekday-alist.
+	(url-monthabbrev-alist): Renamed from monthabbrev-alist.
+	(url-vars-unload-hook): Initialize hook var to hold the function.
+
+	* url-util.el (url-get-normalized-date): Use
+	url-weekday-alist and url-monthabbrev-alist.
+
+	* url-misc.el: Load cl at compile time.
+
+	* url-mailto.el: Don't load cl.
+	(url-mailto): Fix call to `push'.
+
+	* url-gw.el (url-open-telnet): Use read-passwd.
+
+	* url-auth.el (url-basic-auth, url-digest-auth): Use read-passwd.
+
 2004-10-12  Simon Josefsson  <jas@extundo.com>
 
 	* url-vars.el (url-gateway-method): Add new method `tls'.