<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/url, branch stream</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>* lisp/url/url-handlers.el (url-file-name-completion)</title>
<updated>2015-05-12T06:51:58+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2015-05-12T06:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=20cca4738aae1e90c6ca7770135fc2b30c08e0f3'/>
<id>20cca4738aae1e90c6ca7770135fc2b30c08e0f3</id>
<content type='text'>
(url-file-name-all-completions): Silence compiler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(url-file-name-all-completions): Silence compiler.
</pre>
</div>
</content>
</entry>
<entry>
<title>Quieten compilation, eg in --without-x builds.</title>
<updated>2015-05-09T00:13:47+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2015-05-09T00:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5b0af214c81666decaf9cebf191a213d205d8a45'/>
<id>5b0af214c81666decaf9cebf191a213d205d8a45</id>
<content type='text'>
* lisp/dired-aux.el (lpr-printer-switch):
* lisp/frame.el (tool-bar-height):
* lisp/linum.el (font-info):
* lisp/window.el (font-info, overflow-newline-into-fringe)
(tool-bar-height):
* lisp/emacs-lisp/package-x.el (tar-data-buffer):
* lisp/gnus/gnus-util.el (iswitchb-mode):
* lisp/mail/rmailmm.el (libxml-parse-html-region):
* lisp/net/nsm.el (gnutls-peer-status)
(gnutls-peer-status-warning-describe):
* lisp/net/shr.el (libxml-parse-xml-region):
* lisp/url/url-http.el (gnutls-peer-status): Declare.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/dired-aux.el (lpr-printer-switch):
* lisp/frame.el (tool-bar-height):
* lisp/linum.el (font-info):
* lisp/window.el (font-info, overflow-newline-into-fringe)
(tool-bar-height):
* lisp/emacs-lisp/package-x.el (tar-data-buffer):
* lisp/gnus/gnus-util.el (iswitchb-mode):
* lisp/mail/rmailmm.el (libxml-parse-html-region):
* lisp/net/nsm.el (gnutls-peer-status)
(gnutls-peer-status-warning-describe):
* lisp/net/shr.el (libxml-parse-xml-region):
* lisp/url/url-http.el (gnutls-peer-status): Declare.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename ChangeLogs for gitlog-to-changelog</title>
<updated>2015-04-07T07:00:06+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-04-07T07:00:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dd1404cca3cf6bc459bc53f9aa9528170e30efd4'/>
<id>dd1404cca3cf6bc459bc53f9aa9528170e30efd4</id>
<content type='text'>
This patch was implemented via the following shell commands:
find * -name ChangeLog |
sed 's,.*,git mv &amp; &amp;.1,
s, lisp/ChangeLog\.1$, lisp/ChangeLog.17,
s, lisp/erc/ChangeLog\.1$, lisp/erc/ChangeLog.09,
s, lisp/gnus/ChangeLog\.1$, lisp/gnus/ChangeLog.3,
s, lisp/mh-e/ChangeLog\.1$, lisp/mh-e/ChangeLog.2,
s, src/ChangeLog\.1$, src/ChangeLog.13,' |
sh
git commit -am"[this commit message]"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch was implemented via the following shell commands:
find * -name ChangeLog |
sed 's,.*,git mv &amp; &amp;.1,
s, lisp/ChangeLog\.1$, lisp/ChangeLog.17,
s, lisp/erc/ChangeLog\.1$, lisp/erc/ChangeLog.09,
s, lisp/gnus/ChangeLog\.1$, lisp/gnus/ChangeLog.3,
s, lisp/mh-e/ChangeLog\.1$, lisp/mh-e/ChangeLog.2,
s, src/ChangeLog\.1$, src/ChangeLog.13,' |
sh
git commit -am"[this commit message]"
</pre>
</div>
</content>
</entry>
<entry>
<title>(url-insert-file-contents): Set buffer-file-coding-system</title>
<updated>2015-03-15T18:21:04+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2015-03-15T18:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8599360928a0169b232fe1d67cc8228edd4f790c'/>
<id>8599360928a0169b232fe1d67cc8228edd4f790c</id>
<content type='text'>
Fixes: debbugs:20010

* lisp/url/url-handlers.el (url-insert-file-contents): Call
after-insert-file-set-coding like insert-file-contents, to set
buffer-file-coding-system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: debbugs:20010

* lisp/url/url-handlers.el (url-insert-file-contents): Call
after-insert-file-set-coding like insert-file-contents, to set
buffer-file-coding-system.
</pre>
</div>
</content>
</entry>
<entry>
<title># ChangeLog fix</title>
<updated>2015-02-21T00:36:54+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2015-02-21T00:36:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1ee99b6fbde4a58e7be24c46e19ff8faadbe704f'/>
<id>1ee99b6fbde4a58e7be24c46e19ff8faadbe704f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't downcase system diagnostics' first letters</title>
<updated>2015-01-22T04:29:42+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-01-22T04:21:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8dd58a2d1fedaa16573bc67e986dc2014620c681'/>
<id>8dd58a2d1fedaa16573bc67e986dc2014620c681</id>
<content type='text'>
* etc/NEWS: Document this.
* lisp/emacs-lisp/bytecomp.el (byte-compile-file):
* lisp/ffap.el (find-file-at-point):
* lisp/files.el (insert-file-1):
* lisp/net/ange-ftp.el (ange-ftp-barf-if-not-directory)
(ange-ftp-copy-file-internal):
* lisp/progmodes/etags.el (visit-tags-table):
* lisp/url/url-dav.el (url-dav-delete-directory, url-dav-delete-file)
(url-dav-directory-files):
Keep diagnostics consistent with system's.
* lisp/erc/erc-dcc.el (erc-dcc-server):
* lisp/ffap.el (ffap-machine-p):
Ignore case while comparing diagnostics.
* src/fileio.c (report_file_errno): Don't downcase, and simplify.
Fixes: bug#19642
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/NEWS: Document this.
* lisp/emacs-lisp/bytecomp.el (byte-compile-file):
* lisp/ffap.el (find-file-at-point):
* lisp/files.el (insert-file-1):
* lisp/net/ange-ftp.el (ange-ftp-barf-if-not-directory)
(ange-ftp-copy-file-internal):
* lisp/progmodes/etags.el (visit-tags-table):
* lisp/url/url-dav.el (url-dav-delete-directory, url-dav-delete-file)
(url-dav-directory-files):
Keep diagnostics consistent with system's.
* lisp/erc/erc-dcc.el (erc-dcc-server):
* lisp/ffap.el (ffap-machine-p):
Ignore case while comparing diagnostics.
* src/fileio.c (report_file_errno): Don't downcase, and simplify.
Fixes: bug#19642
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore print-length and print-level while formatting url-cookie data.</title>
<updated>2015-01-17T19:32:26+00:00</updated>
<author>
<name>Ivan Shmakov</name>
</author>
<published>2015-01-17T18:42:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=22441b69cb6b81b7bf8914556563087ec6d5def3'/>
<id>22441b69cb6b81b7bf8914556563087ec6d5def3</id>
<content type='text'>
* lisp/url/url-cookie.el (url-cookie-write-file): Let-bind print-length
and print-level to nil to avoid writing a garbled list.

Fixes: debbugs:16805
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/url/url-cookie.el (url-cookie-write-file): Let-bind print-length
and print-level to nil to avoid writing a garbled list.

Fixes: debbugs:16805
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2015</title>
<updated>2015-01-01T22:26:41+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-01-01T22:26:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7e09ef09a479731d01b1ca46e94ddadd73ac98e3'/>
<id>7e09ef09a479731d01b1ca46e94ddadd73ac98e3</id>
<content type='text'>
Run admin/update-copyright.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run admin/update-copyright.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove superfluous `gnutls-available-p' check</title>
<updated>2014-12-12T10:48:29+00:00</updated>
<author>
<name>Lars Magne Ingebrigtsen</name>
</author>
<published>2014-12-12T10:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=14efb831885fcdefb199e2ca8d28e73e01f55916'/>
<id>14efb831885fcdefb199e2ca8d28e73e01f55916</id>
<content type='text'>
* lisp/url/url-http.el (url-http-parse-headers): `gnutls-available-p' is
now always available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/url/url-http.el (url-http-parse-headers): `gnutls-available-p' is
now always available.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a problem in url.el without GnuTLS</title>
<updated>2014-12-11T15:57:33+00:00</updated>
<author>
<name>Lars Magne Ingebrigtsen</name>
</author>
<published>2014-12-11T15:57:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c6f03ed03d68e52e8b18011d2c57959532b45fb5'/>
<id>c6f03ed03d68e52e8b18011d2c57959532b45fb5</id>
<content type='text'>
Fixes: debbugs:19346

* lisp/url/url-http.el (url-http-parse-headers): Check that
`gnutls-available-p' is defined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: debbugs:19346

* lisp/url/url-http.el (url-http-parse-headers): Check that
`gnutls-available-p' is defined.
</pre>
</div>
</content>
</entry>
</feed>
