aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/url/ChangeLog8
-rw-r--r--lisp/url/url-vars.el2
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 531dce8e728..f3b65fd7f50 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,7 @@
12008-04-28 Juanma Barranquero <lekktu@gmail.com>
2
3 * url-vars.el (url-load-hook): Fix typo in docstring.
4
12008-03-09 Magnus Henoch <mange@freemail.hu> 52008-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):
@@ -98,7 +102,7 @@
982007-11-28 Diane Murray <disumu@x3y2z1.net> 1022007-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
1042007-11-24 Glenn Morris <rgm@gnu.org> 1082007-11-24 Glenn Morris <rgm@gnu.org>
@@ -391,7 +395,7 @@
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
3962006-09-20 Stefan Monnier <monnier@iro.umontreal.ca> 4002006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
397 401
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el
index e91561185c5..3489527217a 100644
--- a/lisp/url/url-vars.el
+++ b/lisp/url/url-vars.el
@@ -385,7 +385,7 @@ Currently supported methods:
385(modify-syntax-entry ?/ " " url-parse-syntax-table) 385(modify-syntax-entry ?/ " " url-parse-syntax-table)
386 386
387(defvar url-load-hook nil 387(defvar url-load-hook nil
388 "*Hooks to be run after initalizing the URL library.") 388 "*Hooks to be run after initializing the URL library.")
389 389
390;;; Make OS/2 happy - yeeks 390;;; Make OS/2 happy - yeeks
391;; (defvar tcp-binary-process-input-services nil 391;; (defvar tcp-binary-process-input-services nil