<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/admin/ChangeLog, branch scratch/xref</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># ChangeLog fixes</title>
<updated>2015-01-04T08:22:29+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2015-01-04T08:22:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e82fc62bd46270c50f491c69ca24315c87940004'/>
<id>e82fc62bd46270c50f491c69ca24315c87940004</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Less 'make' chatter for admin/grammars</title>
<updated>2015-01-04T02:54:34+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-01-04T02:42:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4e2358292540786bcaea085e8094a728d1aa0c30'/>
<id>4e2358292540786bcaea085e8094a728d1aa0c30</id>
<content type='text'>
* grammars/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN)
(am__v_GEN_, am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_)
(am__v_at_0, am__v_at_1): New macros, from src/Makefile.in.
(${bovinedir}/%-by.el, ${bovinedir}/scm-by.el)
(${cedetdir}/semantic/%-wy.el, ${wisentdir}/%-wy.el)
(${wisentdir}/javat-wy.el, ${cedetdir}/srecode/srt-wy.el): Use them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* grammars/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN)
(am__v_GEN_, am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_)
(am__v_at_0, am__v_at_1): New macros, from src/Makefile.in.
(${bovinedir}/%-by.el, ${bovinedir}/scm-by.el)
(${cedetdir}/semantic/%-wy.el, ${wisentdir}/%-wy.el)
(${wisentdir}/javat-wy.el, ${cedetdir}/srecode/srt-wy.el): Use them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Less 'make' chatter in batch mode</title>
<updated>2015-01-04T02:29:23+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-01-04T02:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cd2d58c1c81d608d6e1aefe1eb8a3d1f1cd60540'/>
<id>cd2d58c1c81d608d6e1aefe1eb8a3d1f1cd60540</id>
<content type='text'>
* admin/unidata/unidata-gen.el (unidata-gen-files):
* lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads):
* lisp/emacs-lisp/bytecomp.el (byte-compile-file):
* lisp/files.el (save-buffer, basic-save-buffer):
* lisp/international/quail.el (quail-update-leim-list-file):
Don't output messages like "Generating ..." in batch mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/unidata/unidata-gen.el (unidata-gen-files):
* lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads):
* lisp/emacs-lisp/bytecomp.el (byte-compile-file):
* lisp/files.el (save-buffer, basic-save-buffer):
* lisp/international/quail.el (quail-update-leim-list-file):
Don't output messages like "Generating ..." in batch mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Less 'make' chatter for unidata</title>
<updated>2015-01-02T00:45:22+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-01-02T00:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1cde56dee2dc62e5c368b266e4193c031ce0ed26'/>
<id>1cde56dee2dc62e5c368b266e4193c031ce0ed26</id>
<content type='text'>
* unidata/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
(am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_, am__v_at_0, am__v_at_1):
New macros, from ../src/Makefile.in.
(${top_srcdir}/src/macuvs.h, %.elc, unidata.txt)
(${unidir}/charprop.el, unifiles): Use them.
(PHONY_EXTRAS): New macro.
(.PHONY, ${unidir}/charprop.el): Use it.
(FORCE): Remove; all uses replaced by PHONY_EXTRAS manipulation.
(${unidir}/charprop.el, extraclean):
Use 'make' conditionals rather than shell.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* unidata/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
(am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_, am__v_at_0, am__v_at_1):
New macros, from ../src/Makefile.in.
(${top_srcdir}/src/macuvs.h, %.elc, unidata.txt)
(${unidir}/charprop.el, unifiles): Use them.
(PHONY_EXTRAS): New macro.
(.PHONY, ${unidir}/charprop.el): Use it.
(FORCE): Remove; all uses replaced by PHONY_EXTRAS manipulation.
(${unidir}/charprop.el, extraclean):
Use 'make' conditionals rather than shell.
</pre>
</div>
</content>
</entry>
<entry>
<title>* update-copyright (emacsver): Change to emacsver.tex.in.</title>
<updated>2015-01-01T22:25:30+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-01-01T21:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=647c7c9a726c4f6d29cc8f932e434555f1d0aed8'/>
<id>647c7c9a726c4f6d29cc8f932e434555f1d0aed8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>authors.el updates</title>
<updated>2014-12-24T23:19:52+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2014-12-24T23:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8f1b3e5bf1627c124dcb5a9ae4adb9cbd66b3e88'/>
<id>8f1b3e5bf1627c124dcb5a9ae4adb9cbd66b3e88</id>
<content type='text'>
* admin/authors.el (authors-obsolete-files-regexps)
(authors-ignored-files, authors-valid-file-names)
(authors-renamed-files-alist, authors-renamed-files-regexps):
Additions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/authors.el (authors-obsolete-files-regexps)
(authors-ignored-files, authors-valid-file-names)
(authors-renamed-files-alist, authors-renamed-files-regexps):
Additions.
</pre>
</div>
</content>
</entry>
<entry>
<title>* notes/unicode: Correct coding system</title>
<updated>2014-12-14T09:00:19+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2014-12-14T08:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f8f73570a89975fabb587b490b3ccb6a40e8aee1'/>
<id>f8f73570a89975fabb587b490b3ccb6a40e8aee1</id>
<content type='text'>
of lisp/international/titdic-cnv.el.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of lisp/international/titdic-cnv.el.
</pre>
</div>
</content>
</entry>
<entry>
<title>* notes/unicode: Track leim/quail file renames.</title>
<updated>2014-12-14T06:42:00+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2014-12-14T06:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2e7f6d53f3831bdf8c96a630abca2f926fc45aae'/>
<id>2e7f6d53f3831bdf8c96a630abca2f926fc45aae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove lib-src/grep-changelog</title>
<updated>2014-12-14T02:38:21+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2014-12-14T02:38:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=49daed60510a073062b41fa39fd7c010cb0a315e'/>
<id>49daed60510a073062b41fa39fd7c010cb0a315e</id>
<content type='text'>
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00145.html

* lib-src/grep-changelog: Remove file.

* lib-src/Makefile.in (INSTALLABLE_SCRIPTS): Remove.
(all, install, uninstall): Remove INSTALLABLE_SCRIPTS.

* doc/man/grep-changelog.1: Remove file.

* make-dist: No more lib-src/grep-changelog.

* INSTALL: No longer mention grep-changelog.

* admin/quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove, and all uses.

* admin/authors.el (authors-valid-file-names): Add grep-changelog.

* etc/NEWS: Mention this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00145.html

* lib-src/grep-changelog: Remove file.

* lib-src/Makefile.in (INSTALLABLE_SCRIPTS): Remove.
(all, install, uninstall): Remove INSTALLABLE_SCRIPTS.

* doc/man/grep-changelog.1: Remove file.

* make-dist: No more lib-src/grep-changelog.

* INSTALL: No longer mention grep-changelog.

* admin/quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove, and all uses.

* admin/authors.el (authors-valid-file-names): Add grep-changelog.

* etc/NEWS: Mention this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Place ChangeLog entries in the correct files</title>
<updated>2014-12-14T01:50:06+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2014-12-14T01:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a8af924ba902d93d37fe6f519508ec1104246351'/>
<id>a8af924ba902d93d37fe6f519508ec1104246351</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
