diff lisp/url/ChangeLog @ 109038:fc2c0625a14a

Add in some useful convenience functions for handling HTTP.
author Mark A. Hershberger <mah@everybody.org>
date Tue, 22 Jun 2010 12:48:53 -0400
parents 6c39bda25895
children c9fdfb1ca05e
line wrap: on
line diff
--- a/lisp/url/ChangeLog	Tue Jun 22 14:28:08 2010 +0200
+++ b/lisp/url/ChangeLog	Tue Jun 22 12:48:53 2010 -0400
@@ -1,3 +1,9 @@
+2010-06-22  Mark A. Hershberger  <mah@everybody.org>
+
+	* url-parse.el (url-user-for-url, url-password-for-url):
+	Convenience functions that get usernames and passwords for urls
+	from auth-source functions.
+
 2010-06-12  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
 
 	* url-vars.el (url-privacy-level): Fix doc typo.  (Bug#6406)