<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/url, branch scratch/fontify-open-string</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>Move tls.el and starttls.el to lisp/obsolete/ (Bug#31457)</title>
<updated>2018-06-19T00:01:44+00:00</updated>
<author>
<name>Noam Postavsky</name>
</author>
<published>2017-07-13T12:52:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=97d5d1a1f4790f959d1bee64e552b492103eddbe'/>
<id>97d5d1a1f4790f959d1bee64e552b492103eddbe</id>
<content type='text'>
* lisp/obsolete/tls.el: Moved from lisp/net/tls.el.
* lisp/gnus/nnimap.el:
* lisp/url/url-http.el: Don't require tls, since it's obsolete.
* lisp/net/network-stream.el: Only require tls if we actually try to
use it (i.e., when (gnutls-available-p) returns nil).  Declare some
functions to fix compilation warnings.

* lisp/obsolete/starttls.el: Moved from lisp/net/starttls.el.
* lisp/net/sieve-manage.el:
* lisp/net/network-stream.el: Don't require `starttls' at the
top-level, declare the variables and functions used instead.
(network-stream-open-starttls): Only require `starttls' if
needed (i.e., gnutls-available-p fails).

* etc/NEWS: Announce obsoletion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/obsolete/tls.el: Moved from lisp/net/tls.el.
* lisp/gnus/nnimap.el:
* lisp/url/url-http.el: Don't require tls, since it's obsolete.
* lisp/net/network-stream.el: Only require tls if we actually try to
use it (i.e., when (gnutls-available-p) returns nil).  Declare some
functions to fix compilation warnings.

* lisp/obsolete/starttls.el: Moved from lisp/net/starttls.el.
* lisp/net/sieve-manage.el:
* lisp/net/network-stream.el: Don't require `starttls' at the
top-level, declare the variables and functions used instead.
(network-stream-open-starttls): Only require `starttls' if
needed (i.e., gnutls-available-p fails).

* etc/NEWS: Announce obsoletion.
</pre>
</div>
</content>
</entry>
<entry>
<title>`url-domain' doc clarification</title>
<updated>2018-05-01T12:29:11+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2018-05-01T12:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b3b4697ff8b9093cef2cc3842dab731f37c9e2e1'/>
<id>b3b4697ff8b9093cef2cc3842dab731f37c9e2e1</id>
<content type='text'>
* lisp/url/url-util.el (url-domain): Add an example to the doc
string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/url/url-util.el (url-domain): Add an example to the doc
string.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite `url-domain' to avoid network traffic</title>
<updated>2018-05-01T12:26:38+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2018-05-01T12:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e859acb11cacd0c661b730d43151f77281e17d7d'/>
<id>e859acb11cacd0c661b730d43151f77281e17d7d</id>
<content type='text'>
* lisp/url/url-util.el (url-domain): Don't talk DNS to determine
the domain, because this is slow.

* test/lisp/url/url-util-tests.el (url-domain-tests): Add tests
for `url-domain'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/url/url-util.el (url-domain): Don't talk DNS to determine
the domain, because this is slow.

* test/lisp/url/url-util-tests.el (url-domain-tests): Add tests
for `url-domain'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make url-http-create-request work with non-ASCII data again</title>
<updated>2018-04-24T12:09:53+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2018-04-24T12:09:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ca5713deffde3e4b3126e60e75c169af824365ec'/>
<id>ca5713deffde3e4b3126e60e75c169af824365ec</id>
<content type='text'>
* lisp/url/url-http.el (url-http-create-request): Ensure that the
entire request string is unibyte (bug#31248).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/url/url-http.el (url-http-create-request): Ensure that the
entire request string is unibyte (bug#31248).
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/url/url-file.el: Use lexical-binding.</title>
<updated>2018-04-20T20:56:53+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2018-04-20T20:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=71b108a5d771a5d9a777dd9bdafa082fa6a6384b'/>
<id>71b108a5d771a5d9a777dd9bdafa082fa6a6384b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/url/url-util.el (puny-encode-domain): Autoload it.</title>
<updated>2018-04-20T01:18:50+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2018-04-20T01:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=811e4d48597800610d89c271263f97267801933c'/>
<id>811e4d48597800610d89c271263f97267801933c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an undo command to url-cookie-mode</title>
<updated>2018-04-15T20:48:28+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2018-04-15T20:48:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=003a89b6c8eb5e62b4ba2f2f3d4d3e3f6a8b7484'/>
<id>003a89b6c8eb5e62b4ba2f2f3d4d3e3f6a8b7484</id>
<content type='text'>
* lisp/url/url-cookie.el (url-cookie-undo): New command and
keystroke (bug#16650).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/url/url-cookie.el (url-cookie-undo): New command and
keystroke (bug#16650).
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak the look of the cookie buffer after cookie deletion</title>
<updated>2018-04-15T20:36:16+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2018-04-15T20:36:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f262b10b46c0f7daef9e433e95ce565191e6841d'/>
<id>f262b10b46c0f7daef9e433e95ce565191e6841d</id>
<content type='text'>
* lisp/url/url-cookie.el (url-cookie--generate-buffer): Factor out
into its own function.
(url-cookie-delete): Use it to make the buffer look consistent
after deleting a cookie.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/url/url-cookie.el (url-cookie--generate-buffer): Factor out
into its own function.
(url-cookie-delete): Use it to make the buffer look consistent
after deleting a cookie.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make url-cookie-write-file be more permissive</title>
<updated>2018-04-15T19:50:38+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2018-04-15T19:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1c16fbd1b281a46b07028ca78dbaab9a0ec6fd2f'/>
<id>1c16fbd1b281a46b07028ca78dbaab9a0ec6fd2f</id>
<content type='text'>
* lisp/url/url-cookie.el (url-cookie-write-file): If
`url-cookie-file' isn't set (due to url.el not being used yet),
don't error out in this function (bug#23183).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/url/url-cookie.el (url-cookie-write-file): If
`url-cookie-file' isn't set (due to url.el not being used yet),
don't error out in this function (bug#23183).
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the url file: handler be less clever</title>
<updated>2018-04-13T22:08:26+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2018-04-13T22:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e442879b5a963a6eb37403fe09f476e7ee8e0f55'/>
<id>e442879b5a963a6eb37403fe09f476e7ee8e0f55</id>
<content type='text'>
* doc/misc/url.texi (file/ftp): Remove mention of the
url-directory-index-file variable, which is no longer consulted.

* lisp/url/url-file.el (url-file-build-filename): Remove the DWIM
code from the file: handler (bug#30195): It would look for
index.html in a directory if we asked it to fetch the directory.
Determining what to do in a directory should be left up to the
programs that use this low-level library.  If the library decides
to load a different file than we specified, then things start
falling apart, as demonstrated by this bug report.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/url.texi (file/ftp): Remove mention of the
url-directory-index-file variable, which is no longer consulted.

* lisp/url/url-file.el (url-file-build-filename): Remove the DWIM
code from the file: handler (bug#30195): It would look for
index.html in a directory if we asked it to fetch the directory.
Determining what to do in a directory should be left up to the
programs that use this low-level library.  If the library decides
to load a different file than we specified, then things start
falling apart, as demonstrated by this bug report.
</pre>
</div>
</content>
</entry>
</feed>
