changeset 94430:f6a85904289e

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 28 Apr 2008 16:27:17 +0000
parents c91f78a8a0af
children 00021417bce1
files lisp/url/ChangeLog
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/url/ChangeLog	Mon Apr 28 16:24:37 2008 +0000
+++ b/lisp/url/ChangeLog	Mon Apr 28 16:27:17 2008 +0000
@@ -1,3 +1,7 @@
+2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
+
+	* url-vars.el (url-load-hook): Fix typo in docstring.
+
 2008-03-09  Magnus Henoch  <mange@freemail.hu>
 
 	* url-http.el (url-http-chunked-encoding-after-change-function):
@@ -98,7 +102,7 @@
 2007-11-28  Diane Murray  <disumu@x3y2z1.net>
 
 	* url-dired.el: Don't require w3-fetch and w3-open-local.
-	(url-dired-find-file): Use `find-file'.	 Doc fix.
+	(url-dired-find-file): Use `find-file'.  Doc fix.
 	(url-dired-find-file-mouse, url-dired-minor-mode): Doc fix.
 
 2007-11-24  Glenn Morris  <rgm@gnu.org>
@@ -391,7 +395,7 @@
 	path component and non-empty query component.  Untangle path,
 	query and fragment parsing code.  Add references to RFC 3986 in
 	comments.
-	(url-recreate-url-attributes): Start query string with "?", not	";".
+	(url-recreate-url-attributes): Start query string with "?", not ";".
 
 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>