<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/url, branch scratch/completion-api</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Fix some quoting glitches in doc strings</title>
<updated>2019-11-11T18:32:53+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2019-11-11T18:30:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6b4a97c1c78f39ce890d100acceceb652d14e20d'/>
<id>6b4a97c1c78f39ce890d100acceceb652d14e20d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make url-cookie.el be more resistant against bogus data</title>
<updated>2019-10-29T21:53:00+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-10-29T21:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d3517de4b472ede7abaf3a552c5064be979e6eff'/>
<id>d3517de4b472ede7abaf3a552c5064be979e6eff</id>
<content type='text'>
* lisp/url/url-cookie.el (url-cookie-handle-set-cookie): Don't bug
out on large max-age values (bug#37974).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/url/url-cookie.el (url-cookie-handle-set-cookie): Don't bug
out on large max-age values (bug#37974).
</pre>
</div>
</content>
</entry>
<entry>
<title>Make url-hexify-string accept a list of allowed chars (bug#26469)</title>
<updated>2019-10-14T04:46:47+00:00</updated>
<author>
<name>Hong Xu</name>
</author>
<published>2019-10-14T04:46:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9aa13cd4beccfe41e8f4930cb029bd60e7788e93'/>
<id>9aa13cd4beccfe41e8f4930cb029bd60e7788e93</id>
<content type='text'>
* lisp/url/url-util.el (url-hexify-string): Accept a list of allowed
chars.
* doc/misc/url.texi (URI Encoding): Update url-hexify-string doc and
index improvements (bug#24694).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/url/url-util.el (url-hexify-string): Accept a list of allowed
chars.
* doc/misc/url.texi (URI Encoding): Update url-hexify-string doc and
index improvements (bug#24694).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo in url-http.el</title>
<updated>2019-10-02T15:24:03+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2019-10-02T15:24:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=433dd77b4a4c52a98e1ce0438d6bd475cdb81f7b'/>
<id>433dd77b4a4c52a98e1ce0438d6bd475cdb81f7b</id>
<content type='text'>
* lisp/url/url-http.el (url-http-parse-headers): Fix a typo.
Reported by Mattias Engdegård &lt;mattiase@acm.org&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/url/url-http.el (url-http-parse-headers): Fix a typo.
Reported by Mattias Engdegård &lt;mattiase@acm.org&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove XEmacs compat code from url-*.el (Bug#37524)</title>
<updated>2019-10-01T18:25:11+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2019-09-14T13:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=12f6b90c85f510608d9d2b5dbf43a7731bc36e6a'/>
<id>12f6b90c85f510608d9d2b5dbf43a7731bc36e6a</id>
<content type='text'>
* lisp/url/url-file.el (url-file-build-filename, url-file)
* lisp/url/url-privacy.el (url-setup-privacy-info): Remove XEmacs
compat code.
(url-device-type): Declare obsolete.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/url/url-file.el (url-file-build-filename, url-file)
* lisp/url/url-privacy.el (url-setup-privacy-info): Remove XEmacs
compat code.
(url-device-type): Declare obsolete.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move url-ns.el to obsolete/</title>
<updated>2019-10-01T16:05:09+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2019-10-01T14:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=41f59e71e2fc60a10991b4e1457fa787e87ab2b3'/>
<id>41f59e71e2fc60a10991b4e1457fa787e87ab2b3</id>
<content type='text'>
* lisp/url/url-ns.el: Move from here...
* lisp/obsolete/url-ns.el: ...to here.  (Bug#19822)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/url/url-ns.el: Move from here...
* lisp/obsolete/url-ns.el: ...to here.  (Bug#19822)
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow url-insert-file-contents to work on 304 responses</title>
<updated>2019-09-24T08:43:32+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-09-24T08:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f9f8dcae704b14fde484d7bfd8805d2cd3e5ab5d'/>
<id>f9f8dcae704b14fde484d7bfd8805d2cd3e5ab5d</id>
<content type='text'>
* lisp/url/url-http.el (url-http--insert-file-helper): If the
server answers 304 Not modified, then that's not an error
(bug#26063).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/url/url-http.el (url-http--insert-file-helper): If the
server answers 304 Not modified, then that's not an error
(bug#26063).
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up url-parse-args slightly</title>
<updated>2019-09-24T08:43:32+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-09-24T08:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=881f6209306ed59284eb04b3812536b7a2b91595'/>
<id>881f6209306ed59284eb04b3812536b7a2b91595</id>
<content type='text'>
* lisp/url/url-util.el (url-parse-args): Don't leave temporary
buffer behind.  Clean up slightly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/url/url-util.el (url-parse-args): Don't leave temporary
buffer behind.  Clean up slightly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix old problem with HTTPS HTTP 0.9 sentinels</title>
<updated>2019-09-24T08:01:34+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-09-24T07:57:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1f137133ed6683f4ef9e37ac6a32d4545f59506d'/>
<id>1f137133ed6683f4ef9e37ac6a32d4545f59506d</id>
<content type='text'>
* lisp/url/url-http.el (url-http-end-of-document-sentinel): Pass
on the tls parameter if we have HTTPS (bug#14983).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/url/url-http.el (url-http-end-of-document-sentinel): Pass
on the tls parameter if we have HTTPS (bug#14983).
</pre>
</div>
</content>
</entry>
<entry>
<title>Update some URLs</title>
<updated>2019-09-23T07:12:52+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2019-09-23T06:53:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=946a56a10fed769646a8b7c4ebc53f53c84be896'/>
<id>946a56a10fed769646a8b7c4ebc53f53c84be896</id>
<content type='text'>
This mostly changes http: to https: in URLs.  It also updates
some URLs that have moved, removes some URLs that no longer
work, recommends against using procmail (procmail.org no
longer works), and removes some mentions of the
no-longer-existing Gmane, LPF and VTW.
It doesn't update all URLs, just the ones I had time for.
* GNUmakefile (help):
* admin/admin.el (manual-doctype-string):
* admin/charsets/Makefile.in (${charsetdir}/ALTERNATIVNYJ.map):
* admin/charsets/mapconv:
* lisp/net/soap-client.el (soap-create-envelope):
* lisp/org/org.el (org-doi-server-url):
* lisp/textmodes/bibtex.el (bibtex-generate-url-list):
Prefer https: to http: un URLs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This mostly changes http: to https: in URLs.  It also updates
some URLs that have moved, removes some URLs that no longer
work, recommends against using procmail (procmail.org no
longer works), and removes some mentions of the
no-longer-existing Gmane, LPF and VTW.
It doesn't update all URLs, just the ones I had time for.
* GNUmakefile (help):
* admin/admin.el (manual-doctype-string):
* admin/charsets/Makefile.in (${charsetdir}/ALTERNATIVNYJ.map):
* admin/charsets/mapconv:
* lisp/net/soap-client.el (soap-create-envelope):
* lisp/org/org.el (org-doi-server-url):
* lisp/textmodes/bibtex.el (bibtex-generate-url-list):
Prefer https: to http: un URLs.
</pre>
</div>
</content>
</entry>
</feed>
