comparison lisp/url/ChangeLog @ 94430:f6a85904289e

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 28 Apr 2008 16:27:17 +0000
parents dda0ad1df597
children 8259d0d8e107
comparison
equal deleted inserted replaced
94429:c91f78a8a0af 94430:f6a85904289e
1 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
2
3 * url-vars.el (url-load-hook): Fix typo in docstring.
4
1 2008-03-09 Magnus Henoch <mange@freemail.hu> 5 2008-03-09 Magnus Henoch <mange@freemail.hu>
2 6
3 * url-http.el (url-http-chunked-encoding-after-change-function): 7 * url-http.el (url-http-chunked-encoding-after-change-function):
4 Remove superfluous CRLF at end of file. (bug #42) 8 Remove superfluous CRLF at end of file. (bug #42)
5 9
96 * url-irc.el (zenirc, zenirc-send-line): Declare as functions. 100 * url-irc.el (zenirc, zenirc-send-line): Declare as functions.
97 101
98 2007-11-28 Diane Murray <disumu@x3y2z1.net> 102 2007-11-28 Diane Murray <disumu@x3y2z1.net>
99 103
100 * url-dired.el: Don't require w3-fetch and w3-open-local. 104 * url-dired.el: Don't require w3-fetch and w3-open-local.
101 (url-dired-find-file): Use `find-file'. Doc fix. 105 (url-dired-find-file): Use `find-file'. Doc fix.
102 (url-dired-find-file-mouse, url-dired-minor-mode): Doc fix. 106 (url-dired-find-file-mouse, url-dired-minor-mode): Doc fix.
103 107
104 2007-11-24 Glenn Morris <rgm@gnu.org> 108 2007-11-24 Glenn Morris <rgm@gnu.org>
105 109
106 * url-privacy.el (url-device-type): Fix typo. 110 * url-privacy.el (url-device-type): Fix typo.
389 393
390 * url-parse.el (url-generic-parse-url): Handle URLs with empty 394 * url-parse.el (url-generic-parse-url): Handle URLs with empty
391 path component and non-empty query component. Untangle path, 395 path component and non-empty query component. Untangle path,
392 query and fragment parsing code. Add references to RFC 3986 in 396 query and fragment parsing code. Add references to RFC 3986 in
393 comments. 397 comments.
394 (url-recreate-url-attributes): Start query string with "?", not ";". 398 (url-recreate-url-attributes): Start query string with "?", not ";".
395 399
396 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca> 400 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
397 401
398 * url-dav.el (url-dav-file-attributes): Simplify. 402 * url-dav.el (url-dav-file-attributes): Simplify.
399 403