<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/CONTRIBUTE, branch fix/htmlfontify-21990</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>Enable test selector from command line</title>
<updated>2016-01-15T22:11:39+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2016-01-15T22:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=549a765efeca2748e68a5c6ce6c9238784e82535'/>
<id>549a765efeca2748e68a5c6ce6c9238784e82535</id>
<content type='text'>
* test/automated/Makefile.in: Change variable manipulation to avoid
  over-writing selector.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/automated/Makefile.in: Change variable manipulation to avoid
  over-writing selector.
</pre>
</div>
</content>
</entry>
<entry>
<title>Additional changes for "make check-expensive"</title>
<updated>2016-01-05T08:47:41+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2016-01-05T08:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f5c762c8785523a2d38088aa48452bffa4da69d6'/>
<id>f5c762c8785523a2d38088aa48452bffa4da69d6</id>
<content type='text'>
* CONTRIBUTE : Encourage use of ":tags '(:expensive-test)".
Explain make target `check-expensive'.

* etc/NEWS: Mention new make target `check-expensive'.

* test/automated/Makefile.in (check-doit): New target.
(check, check-expensive): Use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* CONTRIBUTE : Encourage use of ":tags '(:expensive-test)".
Explain make target `check-expensive'.

* etc/NEWS: Mention new make target `check-expensive'.

* test/automated/Makefile.in (check-doit): New target.
(check, check-expensive): Use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: * CONTRIBUTE: Remove information about feature freeze.</title>
<updated>2015-11-18T00:42:35+00:00</updated>
<author>
<name>Xue Fuqiao</name>
</author>
<published>2015-11-15T02:05:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=883a4d2aa0e14a35962a136d49db6a937d729d56'/>
<id>883a4d2aa0e14a35962a136d49db6a937d729d56</id>
<content type='text'>
(cherry picked from commit ae0653b5ab9ee223751ec389b87011963e1cbbef)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit ae0653b5ab9ee223751ec389b87011963e1cbbef)
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Document the release process</title>
<updated>2015-11-18T00:42:02+00:00</updated>
<author>
<name>Xue Fuqiao</name>
</author>
<published>2015-11-15T01:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0b7d791d2799ce2e4477d222d14478a5fc96fbad'/>
<id>0b7d791d2799ce2e4477d222d14478a5fc96fbad</id>
<content type='text'>
* admin/notes/versioning: Add information about RC releases.
* admin/release-process: Document the release process.
* admin/authors.el (authors-ignored-files):
* admin/README: Change FOR-RELEASE to release-process.
* CONTRIBUTE:
* admin/notes/bugtracker: Don't mention FOR-RELEASE.

(cherry picked from commit 9a4aa0f5945a03611ae29c516025dbd353bd26ab)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/notes/versioning: Add information about RC releases.
* admin/release-process: Document the release process.
* admin/authors.el (authors-ignored-files):
* admin/README: Change FOR-RELEASE to release-process.
* CONTRIBUTE:
* admin/notes/bugtracker: Don't mention FOR-RELEASE.

(cherry picked from commit 9a4aa0f5945a03611ae29c516025dbd353bd26ab)
</pre>
</div>
</content>
</entry>
<entry>
<title>* CONTRIBUTE (Branches): Improve wording for back-ported commits.</title>
<updated>2015-11-14T11:52:34+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-11-14T11:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ca947054e25fbc11bf8783166153567dcafdbe6c'/>
<id>ca947054e25fbc11bf8783166153567dcafdbe6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* CONTRIBUTE: Encourage adding tests.</title>
<updated>2015-11-10T21:28:46+00:00</updated>
<author>
<name>Karl Fogel</name>
</author>
<published>2015-11-10T21:28:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=25775a12c5168b0494dff15639ac25d8e1017530'/>
<id>25775a12c5168b0494dff15639ac25d8e1017530</id>
<content type='text'>
Based on this post from John Wiegley:

  From: "John Wiegley" &lt;johnw@newartisans.com&gt;
  Subject: Re: [Emacs-diffs] master 1f02cbe: Fix bug#21766 and add test
  To: Juanma Barranquero &lt;lekktu@gmail.com&gt;
  Cc: emacs-diffs@gnu.org, bruce.connor.am@gmail.com,
      emacs-devel &lt;emacs-devel@gnu.org&gt;
  Date: Wed, 28 Oct 2015 18:45:29 -0700
  Message-ID: &lt;m2y4emqwg6.fsf@newartisans.com&gt;

  https://lists.gnu.org/archive/html/emacs-devel/2015-10/msg02372.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on this post from John Wiegley:

  From: "John Wiegley" &lt;johnw@newartisans.com&gt;
  Subject: Re: [Emacs-diffs] master 1f02cbe: Fix bug#21766 and add test
  To: Juanma Barranquero &lt;lekktu@gmail.com&gt;
  Cc: emacs-diffs@gnu.org, bruce.connor.am@gmail.com,
      emacs-devel &lt;emacs-devel@gnu.org&gt;
  Date: Wed, 28 Oct 2015 18:45:29 -0700
  Message-ID: &lt;m2y4emqwg6.fsf@newartisans.com&gt;

  https://lists.gnu.org/archive/html/emacs-devel/2015-10/msg02372.html
</pre>
</div>
</content>
</entry>
<entry>
<title>; * CONTRIBUTE: Add section about the bug tracker</title>
<updated>2015-11-06T08:56:59+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-11-06T08:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2b316c0581181be173459cd791585ad7ecadfe8e'/>
<id>2b316c0581181be173459cd791585ad7ecadfe8e</id>
<content type='text'>
* CONTRIBUTE: Move less important sections after the more
important ones.  Add section about the bug tracker.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* CONTRIBUTE: Move less important sections after the more
important ones.  Add section about the bug tracker.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * CONTRIBUTE: Tweak the "Non-ASCII characters in Emacs files" section</title>
<updated>2015-09-28T22:39:45+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2015-09-28T19:03:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e809c39a827ff5528ad7f05f456ff3ba7082133b'/>
<id>e809c39a827ff5528ad7f05f456ff3ba7082133b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Mention non-ASCII encoding issues in CONTRIBUTE</title>
<updated>2015-09-27T08:30:35+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-09-27T08:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f49e3a2603f249bb2ec281f3eaedd80cbaef2243'/>
<id>f49e3a2603f249bb2ec281f3eaedd80cbaef2243</id>
<content type='text'>
* CONTRIBUTE: Document recommendations for encoding non-ASCII
characters in Emacs sources.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* CONTRIBUTE: Document recommendations for encoding non-ASCII
characters in Emacs sources.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * CONTRIBUTE: Mention admin/MAINTAINERS.</title>
<updated>2015-09-27T07:56:30+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-09-27T07:56:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3fb5fcb1860453826cd97832ed66c01a6b951bfd'/>
<id>3fb5fcb1860453826cd97832ed66c01a6b951bfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
