Mercurial > emacs
comparison lisp/url/ChangeLog @ 111654:1ce970bc77c0
ChangeLog fixes prompted by M-x authors.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 20 Nov 2010 14:25:56 -0800 |
parents | 7ac0fe73f41d |
children | c00190a8c8ef |
comparison
equal
deleted
inserted
replaced
111653:ee9c4ac3bff4 | 111654:1ce970bc77c0 |
---|---|
89 | 89 |
90 * url-vars.el (url-cache-expired): Remove unused variable. | 90 * url-vars.el (url-cache-expired): Remove unused variable. |
91 | 91 |
92 2010-09-14 Julien Danjou <julien@danjou.info> | 92 2010-09-14 Julien Danjou <julien@danjou.info> |
93 | 93 |
94 * url-cache (url-store-in-cache): Make `buff' argument really optional. | 94 * url-cache.el (url-store-in-cache): |
95 Make `buff' argument really optional. | |
95 | 96 |
96 2010-09-14 Glenn Morris <rgm@gnu.org> | 97 2010-09-14 Glenn Morris <rgm@gnu.org> |
97 | 98 |
98 * url-cookie.el (url-cookie-expired-p): Tweak previous change. | 99 * url-cookie.el (url-cookie-expired-p): Tweak previous change. |
99 | 100 |
106 * url-cache.el, url-gw.el, url-history.el, url-irc.el, url-util.el: | 107 * url-cache.el, url-gw.el, url-history.el, url-irc.el, url-util.el: |
107 * url-vars.el: Remove leading `*' from defcustom docs. | 108 * url-vars.el: Remove leading `*' from defcustom docs. |
108 | 109 |
109 2010-07-27 Michael Albinus <michael.albinus@gmx.de> | 110 2010-07-27 Michael Albinus <michael.albinus@gmx.de> |
110 | 111 |
111 * url-http (url-http-parse-headers): Disable file name handlers at | 112 * url-http.el (url-http-parse-headers): Disable file name handlers at |
112 all (not only Tramp). (Bug#6717) | 113 all (not only Tramp). (Bug#6717) |
113 | 114 |
114 2010-07-27 Michael Albinus <michael.albinus@gmx.de> | 115 2010-07-27 Michael Albinus <michael.albinus@gmx.de> |
115 | 116 |
116 * url-http (url-http-parse-headers): Disable Tramp. (Bug#6717) | 117 * url-http.el (url-http-parse-headers): Disable Tramp. (Bug#6717) |
117 | 118 |
118 2010-07-01 Mark A. Hershberger <mah@everybody.org> | 119 2010-07-01 Mark A. Hershberger <mah@everybody.org> |
119 | 120 |
120 * url-http.el (url-http-create-request): Add a CRLF on the end so | 121 * url-http.el (url-http-create-request): Add a CRLF on the end so |
121 that POSTs with content to https urls work. See | 122 that POSTs with content to https urls work. See |