<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/ChangeLog, branch scratch/command</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>Merge from gnulib</title>
<updated>2015-04-07T04:47:33+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-04-07T04:47:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9d56a21e6a696ad19ac65c4b405aeca44785884a'/>
<id>9d56a21e6a696ad19ac65c4b405aeca44785884a</id>
<content type='text'>
* lib/stddef.in.h: Update from gnulib, incorporating:
2015-04-02 stddef: port to pre-C11 GCC on x86
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib/stddef.in.h: Update from gnulib, incorporating:
2015-04-02 stddef: port to pre-C11 GCC on x86
</pre>
</div>
</content>
</entry>
<entry>
<title>; Minor ChangeLog fix</title>
<updated>2015-04-05T19:47:20+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-04-05T19:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7514b24b6a512d85b762c603e9e0107d2c8a52f1'/>
<id>7514b24b6a512d85b762c603e9e0107d2c8a52f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Port 'configure' to clang 3.5</title>
<updated>2015-04-03T20:06:02+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-04-03T20:05:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=95ef69e7468e598d6f4ae875f683b3996ecc02eb'/>
<id>95ef69e7468e598d6f4ae875f683b3996ecc02eb</id>
<content type='text'>
* configure.ac: Add -Wno-unknown-attributes if clang; otherwise
clang 3.5.0 (Fedora 21 x86-64) complains
"/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute
'__alloc_size__' ignored".  Use -Werror when checking for -nopie;
otherwise clang warns about -nopie instead of failing, and then
later it warns everytime the build uses -nopie.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* configure.ac: Add -Wno-unknown-attributes if clang; otherwise
clang 3.5.0 (Fedora 21 x86-64) complains
"/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute
'__alloc_size__' ignored".  Use -Werror when checking for -nopie;
otherwise clang warns about -nopie instead of failing, and then
later it warns everytime the build uses -nopie.
</pre>
</div>
</content>
</entry>
<entry>
<title>configure.ac: Add -nopie to LD_SWITCH_SYSTEM_TEMACS.</title>
<updated>2015-04-03T11:44:33+00:00</updated>
<author>
<name>Ulrich Müller</name>
</author>
<published>2015-03-16T16:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2d45a5be18ee61e23dfe6af4e23f1eda3595b22c'/>
<id>2d45a5be18ee61e23dfe6af4e23f1eda3595b22c</id>
<content type='text'>
* configure.ac (LD_SWITCH_SYSTEM_TEMACS): Add -nopie option if it
is supported, in order to avoid segfaults in temacs.  (Bug#18784)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* configure.ac (LD_SWITCH_SYSTEM_TEMACS): Add -nopie option if it
is supported, in order to avoid segfaults in temacs.  (Bug#18784)
</pre>
</div>
</content>
</entry>
<entry>
<title>Pete Williamson &lt;petewil@chromium.org&gt; (tiny change)</title>
<updated>2015-03-31T18:28:35+00:00</updated>
<author>
<name>Simen Heggestøyl</name>
</author>
<published>2015-03-31T18:26:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ee050a3b1989f1a02401599c3d67542c96aded6f'/>
<id>ee050a3b1989f1a02401599c3d67542c96aded6f</id>
<content type='text'>
Add NaCl target
* configure.ac: Add a target for Chromium Native Client (NaCl).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add NaCl target
* configure.ac: Add a target for Chromium Native Client (NaCl).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-24</title>
<updated>2015-03-29T21:24:19+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-03-29T21:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d16fb740912bf4874e7087f6f419427516047977'/>
<id>d16fb740912bf4874e7087f6f419427516047977</id>
<content type='text'>
4d2e7e1 Fixes: debbugs:19175
2e0cfcc Fix the preamble text of the DIR file we install  (Bug#20213)
22ece83 src/w32proc.c: Describe in a comment w32 subprocess implementation.

Conflicts:
	ChangeLog
	src/ChangeLog
	src/xterm.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
4d2e7e1 Fixes: debbugs:19175
2e0cfcc Fix the preamble text of the DIR file we install  (Bug#20213)
22ece83 src/w32proc.c: Describe in a comment w32 subprocess implementation.

Conflicts:
	ChangeLog
	src/ChangeLog
	src/xterm.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 'commit-msg' to cite 'CONTRIBUTE'</title>
<updated>2015-03-29T20:07:21+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-03-29T20:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6b7dd51e1210e962c83b1337c8fa59f1ab65c735'/>
<id>6b7dd51e1210e962c83b1337c8fa59f1ab65c735</id>
<content type='text'>
As suggested in:
http://lists.gnu.org/archive/html/emacs-devel/2015-03/msg00947.html
Also, have the two files match better.
* CONTRIBUTE: Match what's in build-aux/git-hooks/commit-msg.
* build-aux/git-hooks/commit-msg: Mention 'CONTRIBUTE'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As suggested in:
http://lists.gnu.org/archive/html/emacs-devel/2015-03/msg00947.html
Also, have the two files match better.
* CONTRIBUTE: Match what's in build-aux/git-hooks/commit-msg.
* build-aux/git-hooks/commit-msg: Mention 'CONTRIBUTE'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the preamble text of the DIR file we install  (Bug#20213)</title>
<updated>2015-03-29T16:41:04+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-03-29T16:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2e0cfccde648072f34e83fe55b5fa37f1d11ccb7'/>
<id>2e0cfccde648072f34e83fe55b5fa37f1d11ccb7</id>
<content type='text'>
 build-aux/dir_top (File): Fix the description of selecting a
 menu item by its number.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 build-aux/dir_top (File): Fix the description of selecting a
 menu item by its number.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 24.5 for the release-candidate</title>
<updated>2015-03-27T08:52:01+00:00</updated>
<author>
<name>Nicolas Petton</name>
</author>
<published>2015-03-27T08:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8478885dfab16359b989e030949b4d485062f54b'/>
<id>8478885dfab16359b989e030949b4d485062f54b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
