<feed xmlns='http://www.w3.org/2005/Atom'>
<title>python-caja/src, branch 1.16</title>
<subtitle>Python bindings for libcaja-extension</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/'/>
<entry>
<title>fix indent a bit</title>
<updated>2016-04-05T08:44:34+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-04-05T08:44:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=c0aaee81a13f7e9aec7d5c63c6f27d28201a1580'/>
<id>c0aaee81a13f7e9aec7d5c63c6f27d28201a1580</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>expose child python filenames to caja</title>
<updated>2016-03-07T20:10:55+00:00</updated>
<author>
<name>Alexander van der Meij</name>
<email>alexandervdm@gliese.me</email>
</author>
<published>2016-03-07T20:10:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=6925f41da64b5aebee5d452a40c541303dd252bf'/>
<id>6925f41da64b5aebee5d452a40c541303dd252bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pkg-config for python detection and variables</title>
<updated>2014-07-11T10:43:27+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-07-11T10:43:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=6ed4ebcf1af8eaead423de1aefe2642f2d75a979'/>
<id>6ed4ebcf1af8eaead423de1aefe2642f2d75a979</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup AM_CPPFLAGS</title>
<updated>2014-01-08T16:47:37+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-01-08T16:47:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=067facfc97151ce24ccb6cf7ecda124ea0d6afbe'/>
<id>067facfc97151ce24ccb6cf7ecda124ea0d6afbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Do not dlopen libpython"</title>
<updated>2014-01-08T14:17:46+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-01-08T14:17:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=4c3aaf3ad0023204c8e09d02de150ca2a29e9e59'/>
<id>4c3aaf3ad0023204c8e09d02de150ca2a29e9e59</id>
<content type='text'>
This reverts commit d63756bd11b097f11f115d5477110893b7ee16a2.

Causes problems like the following issue on github:
https://github.com/mate-desktop/python-caja/issues/5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit d63756bd11b097f11f115d5477110893b7ee16a2.

Causes problems like the following issue on github:
https://github.com/mate-desktop/python-caja/issues/5
</pre>
</div>
</content>
</entry>
<entry>
<title>fix make file for automake-1.13</title>
<updated>2013-09-06T21:36:53+00:00</updated>
<author>
<name>Wolfgang Ulbrich</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2013-09-06T21:36:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=0be16f4536991e928195a8959198026321f73233'/>
<id>0be16f4536991e928195a8959198026321f73233</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not dlopen libpython</title>
<updated>2013-01-22T13:10:34+00:00</updated>
<author>
<name>Yaakov Selkowitz</name>
<email>yselkowitz@users.sourceforge.net</email>
</author>
<published>2012-12-25T10:16:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=d63756bd11b097f11f115d5477110893b7ee16a2'/>
<id>d63756bd11b097f11f115d5477110893b7ee16a2</id>
<content type='text'>
As libcaja-python is linked with -lpythonX.Y on all platforms, there is
no need to dlopen libpython in order to load it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As libcaja-python is linked with -lpythonX.Y on all platforms, there is
no need to dlopen libpython in order to load it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for old script location</title>
<updated>2013-01-22T13:10:28+00:00</updated>
<author>
<name>Yaakov Selkowitz</name>
<email>yselkowitz@users.sourceforge.net</email>
</author>
<published>2012-12-20T07:02:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=d2c11e9b06b48653e1d0b674eaf8d3230f1ef9bf'/>
<id>d2c11e9b06b48653e1d0b674eaf8d3230f1ef9bf</id>
<content type='text'>
Now is a good time as any, with the extension API changing to g-i.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now is a good time as any, with the extension API changing to g-i.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert to g-i</title>
<updated>2013-01-22T13:09:56+00:00</updated>
<author>
<name>Yaakov Selkowitz</name>
<email>yselkowitz@users.sourceforge.net</email>
</author>
<published>2012-12-20T06:40:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=29149f504a4e5e28a19b92d9ebb831bb53100a01'/>
<id>29149f504a4e5e28a19b92d9ebb831bb53100a01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove static bindings</title>
<updated>2013-01-22T13:09:34+00:00</updated>
<author>
<name>Yaakov Selkowitz</name>
<email>yselkowitz@users.sourceforge.net</email>
</author>
<published>2012-12-17T23:58:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=8657fbb128b87b5e88ed9b78b018892eb7e8a396'/>
<id>8657fbb128b87b5e88ed9b78b018892eb7e8a396</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
