<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/contrib, branch 0.17_rc2</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.17_rc2</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.17_rc2'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2013-11-14T01:24:05Z</updated>
<entry>
<title>remove notmuch-pick</title>
<updated>2013-11-14T01:24:05Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2013-11-13T12:51:27Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=919ca315811b01471ce2df0f10e17e71fe8a2f42'/>
<id>urn:sha1:919ca315811b01471ce2df0f10e17e71fe8a2f42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: move emacs-tree test into mainline</title>
<updated>2013-11-07T11:40:28Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2013-10-29T22:55:32Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=81b2ad57f06f6b7619aae81dc2a0b79ec426ca73'/>
<id>urn:sha1:81b2ad57f06f6b7619aae81dc2a0b79ec426ca73</id>
<content type='text'>
We move the emacs-tree test and associated files into the main test
directory and add the test to the list in notmuch-test.
</content>
</entry>
<entry>
<title>emacs: move notmuch-tree from contrib to mainline</title>
<updated>2013-11-07T11:31:55Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2013-10-29T22:55:30Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=bb5fb8ea25b9f0c68110917ba514e6292a114c6f'/>
<id>urn:sha1:bb5fb8ea25b9f0c68110917ba514e6292a114c6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>emacs: tree: remove unneeded declarations</title>
<updated>2013-11-07T11:31:24Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2013-10-29T22:55:29Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e2a16b6a6ba6736792f38cf6ede7bae3a66d4be6'/>
<id>urn:sha1:e2a16b6a6ba6736792f38cf6ede7bae3a66d4be6</id>
<content type='text'>
There are some crufty declare-functions and requires in notmuch-tree:
since it requires notmuch.el itself this all works but in preparation
for the move to mainline tidy this up.
</content>
</entry>
<entry>
<title>pick: rename test emacs-pick to emacs-tree</title>
<updated>2013-10-29T11:15:07Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2013-10-26T22:02:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2a26f61421d0783632a420f561853aa0e70b8eb7'/>
<id>urn:sha1:2a26f61421d0783632a420f561853aa0e70b8eb7</id>
<content type='text'>
Also fixup run-tests.sh
</content>
</entry>
<entry>
<title>pick: rename test outputs from pick to tree</title>
<updated>2013-10-29T11:14:22Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2013-10-26T22:02:07Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=dae09c690b898909ad551feaf265e86f91bf3630'/>
<id>urn:sha1:dae09c690b898909ad551feaf265e86f91bf3630</id>
<content type='text'>
Rename all the test output files to tree rather than pick, move the
containing directory to a tree.expected-output and fix up the
references in the test.
</content>
</entry>
<entry>
<title>pick: Change the test names and print out for pick tests</title>
<updated>2013-10-29T11:13:32Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2013-10-26T22:02:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e265a67c5531b7d3f10706875332502371a8fb98'/>
<id>urn:sha1:e265a67c5531b7d3f10706875332502371a8fb98</id>
<content type='text'>
Change from the pick name to the tree name
</content>
</entry>
<entry>
<title>contrib: pick: move lisp names from pick to tree</title>
<updated>2013-10-29T11:13:01Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2013-10-26T22:02:05Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5ad17f1fb7aa4fe26c50a93c71b446a57e4f23e8'/>
<id>urn:sha1:5ad17f1fb7aa4fe26c50a93c71b446a57e4f23e8</id>
<content type='text'>
This changes all the lisp names from pick to tree (variables,
functions etc). It also changes the lisp in the emacs-pick test files
to match the new names.
</content>
</entry>
<entry>
<title>pick: Use interactive specifications for tag changes</title>
<updated>2013-10-26T00:31:11Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2013-10-23T00:22:00Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=438c224787089f44067c6af77801139e95d04676'/>
<id>urn:sha1:438c224787089f44067c6af77801139e95d04676</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pick: Use list form of tag-changes in test</title>
<updated>2013-10-26T00:31:00Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2013-10-23T00:21:59Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3c3304131df66acfb7b74f56d658a3d57f7af487'/>
<id>urn:sha1:3c3304131df66acfb7b74f56d658a3d57f7af487</id>
<content type='text'>
Currently we support both string and list forms of tag-changes for
historical reasons.  This is about to change, so fix pick's tests that
use the legacy string form of tag-changes.
</content>
</entry>
</feed>
