aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2012-01-31 17:15:03 +0100
committerJuanma Barranquero2012-01-31 17:15:03 +0100
commit6df6ae42fedb347936ce4c68e11f5d3e8b1d0040 (patch)
treebe1fdc72811d475e0aa9e853cb88aa6a922b2489 /lisp/url/ChangeLog
parentfd3e94ece865d8cb85d13e98c1594bcabe3fd8db (diff)
downloademacs-6df6ae42fedb347936ce4c68e11f5d3e8b1d0040.tar.gz
emacs-6df6ae42fedb347936ce4c68e11f5d3e8b1d0040.zip
Fix typos in ChangeLogs.
Diffstat (limited to 'lisp/url/ChangeLog')
-rw-r--r--lisp/url/ChangeLog21
1 files changed, 10 insertions, 11 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index f011a8d1dc0..7c92fc33490 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -86,16 +86,15 @@
862011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org> 862011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
87 87
88 * url-queue.el: New file. 88 * url-queue.el: New file.
89 (url-queue-run-queue): Pick the first waiting job, and not the 89 (url-queue-run-queue): Pick the first waiting job, and not the last.
90 last.
91 (url-queue-parallel-processes): Lower the concurrency level, since 90 (url-queue-parallel-processes): Lower the concurrency level, since
92 Emacs doesn't seem to like too many async processes. 91 Emacs doesn't seem to like too many async processes.
93 (url-queue-prune-old-entries): Fix up the pruning code. 92 (url-queue-prune-old-entries): Fix up the pruning code.
94 93
952011-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org> 942011-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
96 95
97 * url-http.el (url-http-wait-for-headers-change-function): Protect 96 * url-http.el (url-http-wait-for-headers-change-function):
98 against malformed headerless responses from servers. 97 Protect against malformed headerless responses from servers.
99 98
1002011-04-02 Chong Yidong <cyd@stupidchicken.com> 992011-04-02 Chong Yidong <cyd@stupidchicken.com>
101 100
@@ -123,9 +122,9 @@
123 122
1242011-02-03 Lars Ingebrigtsen <larsi@gnus.org> 1232011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
125 124
126 * url-http.el (url-http-wait-for-headers-change-function): Don't 125 * url-http.el (url-http-wait-for-headers-change-function):
127 move point if the callback function has moved changed/killed the 126 Don't move point if the callback function has moved/changed/killed
128 process buffer. 127 the process buffer.
129 128
1302010-12-16 Miles Bader <miles@gnu.org> 1292010-12-16 Miles Bader <miles@gnu.org>
131 130
@@ -198,8 +197,8 @@
198 197
1992010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org> 1982010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
200 199
201 * url-cookie.el (url-cookie-handle-set-cookie): Use 200 * url-cookie.el (url-cookie-handle-set-cookie): Use url-lazy-message
202 url-lazy-message for the cookie warning, which isn't very interesting. 201 for the cookie warning, which isn't very interesting.
203 202
204 * url-http.el (url-http-async-sentinel): Check that the buffer is 203 * url-http.el (url-http-async-sentinel): Check that the buffer is
205 still alive before switching to it. 204 still alive before switching to it.
@@ -265,13 +264,13 @@
2652010-07-01 Mark A. Hershberger <mah@everybody.org> 2642010-07-01 Mark A. Hershberger <mah@everybody.org>
266 265
267 * url-http.el (url-http-create-request): Add a CRLF on the end so 266 * url-http.el (url-http-create-request): Add a CRLF on the end so
268 that POSTs with content to https urls work. 267 that POSTs with content to https URLs work.
269 See <https://bugs.launchpad.net/mediawiki-el/+bug/540759> 268 See <https://bugs.launchpad.net/mediawiki-el/+bug/540759>
270 269
2712010-06-22 Mark A. Hershberger <mah@everybody.org> 2702010-06-22 Mark A. Hershberger <mah@everybody.org>
272 271
273 * url-parse.el (url-user-for-url, url-password-for-url): 272 * url-parse.el (url-user-for-url, url-password-for-url):
274 Convenience functions that get usernames and passwords for urls 273 Convenience functions that get usernames and passwords for URLs
275 from auth-source functions. 274 from auth-source functions.
276 275
2772010-06-12 Štěpán Němec <stepnem@gmail.com> (tiny change) 2762010-06-12 Štěpán Němec <stepnem@gmail.com> (tiny change)