<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/INSTALL.CVS, branch scratch/static_assert</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>* INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar.</title>
<updated>2009-12-27T22:26:27+00:00</updated>
<author>
<name>Karl Fogel</name>
</author>
<published>2009-12-27T22:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8bb25908552b44a425beb91d3035b1c091d2d6f2'/>
<id>8bb25908552b44a425beb91d3035b1c091d2d6f2</id>
<content type='text'>
* INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't mention maintainer-clean, since `make bootstrap' does this now.</title>
<updated>2009-09-05T18:53:34+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2009-09-05T18:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=604f2fc044f69760c78ae7948f2e35d025113d00'/>
<id>604f2fc044f69760c78ae7948f2e35d025113d00</id>
<content type='text'>
(With the exception that it does not remove Makefile from lisp/ or src/).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(With the exception that it does not remove Makefile from lisp/ or src/).
</pre>
</div>
</content>
</entry>
<entry>
<title>The autogen-clean Make option was removed.</title>
<updated>2009-03-01T19:15:09+00:00</updated>
<author>
<name>Chong Yidong</name>
</author>
<published>2009-03-01T19:15:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f0f2aea24b2613f591680517963e458fabc5b35d'/>
<id>f0f2aea24b2613f591680517963e458fabc5b35d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move configuration explicitly to the first step.</title>
<updated>2009-01-11T23:07:18+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2009-01-11T23:07:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d0bec92cabb061331f14460c93b186b3b86e15df'/>
<id>d0bec92cabb061331f14460c93b186b3b86e15df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 2009 to copyright years.</title>
<updated>2009-01-08T03:47:42+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2009-01-08T03:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dfe07b9de6f43fbf66e676686661403872427f74'/>
<id>dfe07b9de6f43fbf66e676686661403872427f74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A plea for fewer "it doesn't build" messages.</title>
<updated>2008-09-01T21:28:30+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2008-09-01T21:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=01d909e2763134da34d3092017150e2e0516399b'/>
<id>01d909e2763134da34d3092017150e2e0516399b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* src/Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.</title>
<updated>2008-06-20T21:48:17+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2008-06-20T21:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=49f6eb95b2dc33e178af0f3fd5d48217abe44d9b'/>
<id>49f6eb95b2dc33e178af0f3fd5d48217abe44d9b</id>
<content type='text'>
(bootstrap-clean): New target that keeps TAGS around.
(../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
(bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
* lisp/Makefile.in (all): New target.
(bootstrap-prepare): Remove.
* Makefile.in (SUBDIR): Include `lisp'.
(lisp): Depend on `src'.
(top_distclean): Don't remove config.status.
(bootstrap-clean): New target.
(maintainer-clean): Use it.
(bootstrap): Use bootstrap-clean.  Re-run config.status.
(src/bootstrap-emacs${EXEEXT}): New target.
(bootstrap-build): Use it.  Don't use bootstrap-prepare because
src/Makefile now takes care of it.
(bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bootstrap-clean): New target that keeps TAGS around.
(../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
(bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
* lisp/Makefile.in (all): New target.
(bootstrap-prepare): Remove.
* Makefile.in (SUBDIR): Include `lisp'.
(lisp): Depend on `src'.
(top_distclean): Don't remove config.status.
(bootstrap-clean): New target.
(maintainer-clean): Use it.
(bootstrap): Use bootstrap-clean.  Re-run config.status.
(src/bootstrap-emacs${EXEEXT}): New target.
(bootstrap-build): Use it.  Don't use bootstrap-prepare because
src/Makefile now takes care of it.
(bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove references to passing EMACS to make, since the defaults are</title>
<updated>2008-06-18T02:58:24+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2008-06-18T02:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e24019406acf457bf65dffe1c3e63ecda4068820'/>
<id>e24019406acf457bf65dffe1c3e63ecda4068820</id>
<content type='text'>
correct.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
correct.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bootstrap now always starts from fresh loaddefs and similar files, so</title>
<updated>2008-06-09T17:07:18+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2008-06-09T17:07:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=90dc3c7687fd9cc90a71f17956ae9863d48ffd6d'/>
<id>90dc3c7687fd9cc90a71f17956ae9863d48ffd6d</id>
<content type='text'>
maintainer-clean is no longer relevant to this issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
maintainer-clean is no longer relevant to this issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify why `make bootstrap' sometimes fails.</title>
<updated>2008-06-09T08:48:12+00:00</updated>
<author>
<name>Alan Mackenzie</name>
</author>
<published>2008-06-09T08:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=274559e1125e9a849c6028742cf9cc7d8c4fa18f'/>
<id>274559e1125e9a849c6028742cf9cc7d8c4fa18f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
