<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guile-xapian, branch v0.3.1</title>
<subtitle>Guile bindings for Xapian</subtitle>
<id>http://git.systemreboot.net/guile-xapian/atom?h=v0.3.1</id>
<link rel='self' href='http://git.systemreboot.net/guile-xapian/atom?h=v0.3.1'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/'/>
<updated>2023-03-01T00:55:13+00:00</updated>
<entry>
<title>Release version 0.3.1.</title>
<updated>2023-03-01T00:55:13+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-03-01T00:55:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=a8fed2c5c0d326687ca529759ceb6658f465dd8c'/>
<id>urn:sha1:a8fed2c5c0d326687ca529759ceb6658f465dd8c</id>
<content type='text'>
* NEWS (Changes in 0.3.1): New section.
* configure.ac: Bump to version 0.3.1.
</content>
</entry>
<entry>
<title>Makefile: Distribute except.i.</title>
<updated>2023-03-01T00:37:43+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-03-01T00:37:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=cf85387fa8c86533009bbed494acbdce75ba7b40'/>
<id>urn:sha1:cf85387fa8c86533009bbed494acbdce75ba7b40</id>
<content type='text'>
* Makefile.am (EXTRA_DIST): Add except.i.
</content>
</entry>
<entry>
<title>configure.ac: Check for guile module (htmlprag).</title>
<updated>2023-01-20T23:25:50+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-20T23:24:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=f552c0ddac77ae260a012374d856b742932ae60f'/>
<id>urn:sha1:f552c0ddac77ae260a012374d856b742932ae60f</id>
<content type='text'>
* configure.ac: Check for guile module (htmlprag).
</content>
</entry>
<entry>
<title>guix.scm: Amend imports.</title>
<updated>2023-01-20T22:59:14+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-20T22:59:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=93162fd60dbc0cce726113a82c13d88783a279b6'/>
<id>urn:sha1:93162fd60dbc0cce726113a82c13d88783a279b6</id>
<content type='text'>
* guix.scm: Import (guix gexp). Do not import (gnu packages
autotools).
</content>
</entry>
<entry>
<title>guix.scm: Bump copyright year.</title>
<updated>2023-01-20T22:58:20+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-20T22:58:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=bba19a65eb9f6574772dd99cc2cb1ef6ba9b01b3'/>
<id>urn:sha1:bba19a65eb9f6574772dd99cc2cb1ef6ba9b01b3</id>
<content type='text'>
* guix.scm: Add 2022 to Arun Isaac's copyright header.
</content>
</entry>
<entry>
<title>Catch C++ xapian exceptions and raise them as scheme exceptions.</title>
<updated>2023-01-20T22:47:12+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-20T22:34:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=9df5620f5bbd571a00c1a9aa8567f2efe1974880'/>
<id>urn:sha1:9df5620f5bbd571a00c1a9aa8567f2efe1974880</id>
<content type='text'>
Uncaught C++ exceptions crash the guile process without providing
scheme code any opportunity to respond.

* except.i, xapian/error.scm: New files.
* xapian.i.in: Include except.i.
* Makefile.am (SOURCES): Add xapian/error.scm.
(xapian_wrap.cc xapian/wrap.scm &amp;): Depend on except.i.
</content>
</entry>
<entry>
<title>Release version 0.3.0.</title>
<updated>2022-12-31T21:45:56+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-12-31T21:42:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=9e0adc6b9b0108700cfa174d2f68dcfcae5717dd'/>
<id>urn:sha1:9e0adc6b9b0108700cfa174d2f68dcfcae5717dd</id>
<content type='text'>
* configure.ac: Bump to version 0.3.0.
* NEWS (Changes in 0.3.0): New section.
</content>
</entry>
<entry>
<title>xapian: Allow indexing text without position information.</title>
<updated>2022-10-17T20:29:06+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-10-17T20:29:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=d9bd3869d61a9013685d9e6b82d3f2a617483bb4'/>
<id>urn:sha1:d9bd3869d61a9013685d9e6b82d3f2a617483bb4</id>
<content type='text'>
* xapian/xapian.scm (index-text!): Add positions? argument.
</content>
</entry>
<entry>
<title>xapian: Explicitly specify default prefix for index-text!.</title>
<updated>2022-10-16T20:16:13+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-10-16T20:16:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=3cf53245de32f3717496e35d4111d59a019ea0c2'/>
<id>urn:sha1:3cf53245de32f3717496e35d4111d59a019ea0c2</id>
<content type='text'>
* xapian/xapian.scm (index-text!): Explicitly specify default prefix.
</content>
</entry>
<entry>
<title>xapian: Add docstring to index-text!.</title>
<updated>2022-10-16T20:15:33+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-10-16T20:15:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=255febe168c2fb3e8182464a218b2951503b92a8'/>
<id>urn:sha1:255febe168c2fb3e8182464a218b2951503b92a8</id>
<content type='text'>
* xapian/xapian.scm (index-text!): Add docstring.
</content>
</entry>
</feed>
