aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url
diff options
context:
space:
mode:
authorPaul Eggert2011-07-13 23:41:47 -0700
committerPaul Eggert2011-07-13 23:41:47 -0700
commitcf950e6bbdeec3f6aab3e119f26f9cd5d962ac2e (patch)
tree1bdb0fd052770b8c3b0c6ea83fb7c6a9bfdd5b85 /lisp/url
parentca4aa9359160557f8103639fc3c0ccb16c6ba8d2 (diff)
parent27fa387ad10e6a5639de1ab08e7559c06e9d802d (diff)
downloademacs-cf950e6bbdeec3f6aab3e119f26f9cd5d962ac2e.tar.gz
emacs-cf950e6bbdeec3f6aab3e119f26f9cd5d962ac2e.zip
Merge from trunk.
Diffstat (limited to 'lisp/url')
-rw-r--r--lisp/url/ChangeLog6
-rw-r--r--lisp/url/url-http.el2
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 80b970ac02f..6a3638c4232 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,9 @@
12011-07-13 Chris Newton <redshodan@gmail.com> (tiny change)
2
3 * url-http.el (url-http): Copy over `url-show-status' to the async
4 buffer so that `url-display-percentage' does the right thing
5 (bug#4680).
6
12011-07-06 Nick Dokos <nicholas.dokos@hp.com> (tiny change) 72011-07-06 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
2 8
3 * url-cache.el (url-cache-extract): Set buffer multibyte flag to 9 * url-cache.el (url-cache-extract): Set buffer multibyte flag to
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index 7e8b0d958cc..def35449397 100644
--- a/lisp/url/url-http.el
+++ b/lisp/url/url-http.el
@@ -1172,6 +1172,7 @@ CBARGS as the arguments."
1172 url-http-after-change-function 1172 url-http-after-change-function
1173 url-callback-function 1173 url-callback-function
1174 url-callback-arguments 1174 url-callback-arguments
1175 url-show-status
1175 url-http-method 1176 url-http-method
1176 url-http-extra-headers 1177 url-http-extra-headers
1177 url-http-data 1178 url-http-data
@@ -1206,6 +1207,7 @@ CBARGS as the arguments."
1206 url-http-chunked-start 1207 url-http-chunked-start
1207 url-callback-function 1208 url-callback-function
1208 url-callback-arguments 1209 url-callback-arguments
1210 url-show-status
1209 url-http-process 1211 url-http-process
1210 url-http-method 1212 url-http-method
1211 url-http-extra-headers 1213 url-http-extra-headers