<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/url/ChangeLog, branch feature/bug-reference-setup</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>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>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>
<entry>
<title>Make the https logic in url-http work on redirects</title>
<updated>2014-12-09T03:21:12+00:00</updated>
<author>
<name>Lars Magne Ingebrigtsen</name>
</author>
<published>2014-12-09T03:21:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0cc8da5cd8f3a4d7c19501a018cf2a38f86c509b'/>
<id>0cc8da5cd8f3a4d7c19501a018cf2a38f86c509b</id>
<content type='text'>
(url-http-parse-headers): When being redirected, make sure we
flush the previous certificate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(url-http-parse-headers): When being redirected, make sure we
flush the previous certificate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make URL pass the TLS peer status to the caller</title>
<updated>2014-12-09T02:59:48+00:00</updated>
<author>
<name>Lars Magne Ingebrigtsen</name>
</author>
<published>2014-12-09T02:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d7e5255013e0d784865e03a1acb6d663c30f0907'/>
<id>d7e5255013e0d784865e03a1acb6d663c30f0907</id>
<content type='text'>
* lisp/url/url-http.el (url-http-parse-headers): Pass the GnuTLS
status of the connection to the caller.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/url/url-http.el (url-http-parse-headers): Pass the GnuTLS
status of the connection to the caller.
</pre>
</div>
</content>
</entry>
<entry>
<title>Various minor details accumulated over time</title>
<updated>2014-12-08T20:02:26+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2014-12-08T20:02:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b76bea4c2639ee78b345d50a0f6ce5d10e2253ac'/>
<id>b76bea4c2639ee78b345d50a0f6ce5d10e2253ac</id>
<content type='text'>
* lisp/info.el (Info-mode-map): Remove left-over binding.
* lisp/net/tramp.el (tramp-handle-make-symbolic-link): Mark unused arg.
* lisp/obsolete/gulp.el (gulp-create-m-p-alist): Remove unused var `mnt-tm'.
* lisp/progmodes/gud.el (gud-gdb-completions): Remove unused var `start'.
* lisp/url/url-http.el (url-http-activate-callback): Make debug more verbose.
* src/process.c: Whitespace and line-break nitpicks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/info.el (Info-mode-map): Remove left-over binding.
* lisp/net/tramp.el (tramp-handle-make-symbolic-link): Mark unused arg.
* lisp/obsolete/gulp.el (gulp-create-m-p-alist): Remove unused var `mnt-tm'.
* lisp/progmodes/gud.el (gud-gdb-completions): Remove unused var `start'.
* lisp/url/url-http.el (url-http-activate-callback): Make debug more verbose.
* src/process.c: Whitespace and line-break nitpicks.
</pre>
</div>
</content>
</entry>
</feed>
