<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guile-email, branch v0.2.0</title>
<subtitle>Guile email parser</subtitle>
<id>http://git.systemreboot.net/guile-email/atom?h=v0.2.0</id>
<link rel='self' href='http://git.systemreboot.net/guile-email/atom?h=v0.2.0'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/'/>
<updated>2019-08-08T21:48:45+00:00</updated>
<entry>
<title>Bump version to 0.2.0.</title>
<updated>2019-08-08T21:48:45+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-08-08T21:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=2125ee1b6b158781f29fbb7aab61cac6f84ecadf'/>
<id>urn:sha1:2125ee1b6b158781f29fbb7aab61cac6f84ecadf</id>
<content type='text'>
* configure.ac: Bump version.
* NEWS: New file.
</content>
</entry>
<entry>
<title>tests: Run tests with correct path.</title>
<updated>2019-08-08T21:20:46+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-08-08T21:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=cefb20984f207880e63e78e616e84ada9befed22'/>
<id>urn:sha1:cefb20984f207880e63e78e616e84ada9befed22</id>
<content type='text'>
* build-aux/test-driver.scm: Rename to build-aux/test-driver.scm.in.
* build-aux/test-driver.scm.in: Specify log file as an absolute
path. Change to top level source directory before running tests.
* configure.ac: Generate test-driver.scm.
* Makefile.am (EXTRA_DIST): Unregister
build-aux/test-driver.scm. Register build-aux/test-driver.scm.in.
</content>
</entry>
<entry>
<title>Distribute test data files.</title>
<updated>2019-08-08T21:17:50+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-08-08T21:17:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=3c566d41ac74eb3143c2ccfe85c7360581f70fa8'/>
<id>urn:sha1:3c566d41ac74eb3143c2ccfe85c7360581f70fa8</id>
<content type='text'>
* Makefile.am (EXTRA_DIST): Add
tests/multipart-email-with-a-8bit-encoding-and-non-utf8-charset-part
and tests/email-with-8bit-encoding-and-non-utf8-charset.
</content>
</entry>
<entry>
<title>tests: Remove unnecessary execution permission.</title>
<updated>2019-08-08T21:16:22+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-08-08T21:16:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=db39b0db7dcf5bd48f0456c554164faee1bc8bf7'/>
<id>urn:sha1:db39b0db7dcf5bd48f0456c554164faee1bc8bf7</id>
<content type='text'>
* tests/quoted-printable.scm: Remove execution permission.
</content>
</entry>
<entry>
<title>Do not set PATH in pre-inst-env.</title>
<updated>2019-08-08T21:15:06+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-08-08T21:15:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=c701ed9cf15573870ee7b3a1fa3445a2a106db44'/>
<id>urn:sha1:c701ed9cf15573870ee7b3a1fa3445a2a106db44</id>
<content type='text'>
Setting PATH is unnecessary since we do not have any script; we only
have a library.

* pre-inst-env.in: Do not set PATH.
</content>
</entry>
<entry>
<title>doc: Document mbox-&gt;emails.</title>
<updated>2019-08-07T17:29:28+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-08-07T17:28:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=3a02125ad752209e349a94ff7a470a2d79aff699'/>
<id>urn:sha1:3a02125ad752209e349a94ff7a470a2d79aff699</id>
<content type='text'>
* doc/guile-email.texi (Reading Email): New chapter.
* email/email.scm (mbox-&gt;emails): Add docstring.
</content>
</entry>
<entry>
<title>utils: Clarify read-while docstring.</title>
<updated>2019-08-07T12:42:30+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-08-07T12:42:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=88d5b26f058917c27b45569683ad8e875b23d569'/>
<id>urn:sha1:88d5b26f058917c27b45569683ad8e875b23d569</id>
<content type='text'>
* email/utils.scm (read-while): Clarify docstring.
</content>
</entry>
<entry>
<title>doc: Add Data Types chapter to menu.</title>
<updated>2019-08-07T11:40:30+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-08-07T11:40:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=e7bdbc816edb3f20559ba5645999655677fb3c52'/>
<id>urn:sha1:e7bdbc816edb3f20559ba5645999655677fb3c52</id>
<content type='text'>
* doc/guile-email.texi (Top): Add Data Types chapter to menu.
</content>
</entry>
<entry>
<title>README: Simply project description.</title>
<updated>2019-08-07T11:31:04+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-08-07T11:31:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=88c768431ae3ceb657e01180f8d16f95840e30e0'/>
<id>urn:sha1:88c768431ae3ceb657e01180f8d16f95840e30e0</id>
<content type='text'>
The features list provide a more detailed description. We need not
repeat the features in the short project description.

* README.org: Simplify project description.
</content>
</entry>
<entry>
<title>README: Mention PGP support in future work.</title>
<updated>2019-08-07T11:29:24+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-08-07T11:29:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=eb6fb55944f418fa693edfd9fd70353201348c0b'/>
<id>urn:sha1:eb6fb55944f418fa693edfd9fd70353201348c0b</id>
<content type='text'>
* README.org (Future work): Mention PGP support.
</content>
</entry>
</feed>
