<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/gnus/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>Spelling fix for 'hfy-optimizations'</title>
<updated>2015-04-06T06:43:22+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-04-06T06:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b884ff380dc341ca8dc8fcfe4357110e191216ce'/>
<id>b884ff380dc341ca8dc8fcfe4357110e191216ce</id>
<content type='text'>
* htmlfontify.el (hfy-optimizations): Rename from hfy-optimisations,
with an obsolete alias.  All uses changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* htmlfontify.el (hfy-optimizations): Rename from hfy-optimisations,
with an obsolete alias.  All uses changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use American spelling for 'normalize'</title>
<updated>2015-04-06T04:58:01+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-04-06T04:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1f3f5f1441500deeea791a76b8ac9fa0ea15e515'/>
<id>1f3f5f1441500deeea791a76b8ac9fa0ea15e515</id>
<content type='text'>
* rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
All uses changed.  Add an alias for obsolete usages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
All uses changed.  Add an alias for obsolete usages.
</pre>
</div>
</content>
</entry>
<entry>
<title>lisp/gnus/gnus-art.el (gnus-article-browse-html-parts): Make external links absolute and cid file names relative</title>
<updated>2015-04-03T03:18:52+00:00</updated>
<author>
<name>Katsumi Yamaoka</name>
</author>
<published>2015-04-03T03:18:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=839decd9ecbfa4ec4183ac69037f5aa882bdc47c'/>
<id>839decd9ecbfa4ec4183ac69037f5aa882bdc47c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lisp/gnus/registry.el (registry-prune): Fix registry pruning routine</title>
<updated>2015-04-01T04:55:34+00:00</updated>
<author>
<name>Eric Abrahamsen</name>
</author>
<published>2015-04-01T04:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5ba4fbd9e3cc2fc31e5ec3ae22f1695800b86d21'/>
<id>5ba4fbd9e3cc2fc31e5ec3ae22f1695800b86d21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plstore.el: Don't cache wrong passphrase</title>
<updated>2015-03-31T01:14:13+00:00</updated>
<author>
<name>Daiki Ueno</name>
</author>
<published>2015-03-31T01:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2e4b0c98a77657e787e04ae680403b187b271c21'/>
<id>2e4b0c98a77657e787e04ae680403b187b271c21</id>
<content type='text'>
* plstore.el (plstore--decrypt): Clear entry in
`plstore-passphrase-alist' if decryption failed (bug#20030).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* plstore.el (plstore--decrypt): Clear entry in
`plstore-passphrase-alist' if decryption failed (bug#20030).
</pre>
</div>
</content>
</entry>
<entry>
<title>lisp/gnus/gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images" to "Display" menu</title>
<updated>2015-03-29T13:30:36+00:00</updated>
<author>
<name>Adam Sjøgren</name>
</author>
<published>2015-03-29T13:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d193f52f78ff3568ad1e98e5443864ff47b6cf3a'/>
<id>d193f52f78ff3568ad1e98e5443864ff47b6cf3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lisp/gnus/nnimap.el: Don't split imap messages back into original group</title>
<updated>2015-03-24T22:12:58+00:00</updated>
<author>
<name>Eric Abrahamsen</name>
</author>
<published>2015-03-24T22:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b28753b55ce83215b15661d16bfbafe3c8964b2a'/>
<id>b28753b55ce83215b15661d16bfbafe3c8964b2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-24</title>
<updated>2015-03-23T17:30:33+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-03-23T17:30:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2393085c9ac30ac7378a39ee77760dfdecd4b509'/>
<id>2393085c9ac30ac7378a39ee77760dfdecd4b509</id>
<content type='text'>
ad89f85 Another minor improvement in ELisp manual  (Bug#20168)
5e2951b Improve docs of 'posn-actual-col-row'  (Bug#20169)
1291ce1 Minor documentation fix in ELisp manual  (Bug#20174)
33e2236 * display.texi (Useless Whitespace): Fix thinko.
ff3878d * configure.ac: Fix jpeg version check to work with gcc &gt;= 5.
90b46f5 Work for the case nnmail-expiry-target is an nnmh group (bug#20170)
e7f92aa authors.el small additions
0bfe915 * etc/PROBLEMS: Add entry about dir-locals and some auto-mounters.
c3c4b75 Fixes: debbugs:18939

Conflicts:
	ChangeLog
	doc/lispref/ChangeLog
	etc/PROBLEMS
	lisp/ChangeLog
	lisp/gnus/ChangeLog
	lisp/simple.el
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ad89f85 Another minor improvement in ELisp manual  (Bug#20168)
5e2951b Improve docs of 'posn-actual-col-row'  (Bug#20169)
1291ce1 Minor documentation fix in ELisp manual  (Bug#20174)
33e2236 * display.texi (Useless Whitespace): Fix thinko.
ff3878d * configure.ac: Fix jpeg version check to work with gcc &gt;= 5.
90b46f5 Work for the case nnmail-expiry-target is an nnmh group (bug#20170)
e7f92aa authors.el small additions
0bfe915 * etc/PROBLEMS: Add entry about dir-locals and some auto-mounters.
c3c4b75 Fixes: debbugs:18939

Conflicts:
	ChangeLog
	doc/lispref/ChangeLog
	etc/PROBLEMS
	lisp/ChangeLog
	lisp/gnus/ChangeLog
	lisp/simple.el
</pre>
</div>
</content>
</entry>
<entry>
<title>lisp/gnus/nnmh.el (nnmh-request-expire-articles): Work for the case nnmail-expiry-target is an nnmh group (bug#20170)</title>
<updated>2015-03-23T08:02:01+00:00</updated>
<author>
<name>Ben Bacarisse</name>
</author>
<published>2015-03-23T08:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=90b46f5b54b8eda06e2c5bcd13d9c6475afe767b'/>
<id>90b46f5b54b8eda06e2c5bcd13d9c6475afe767b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
