<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja-extensions, branch 1.10</title>
<subtitle>Set of extensions for Caja file manager</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja-extensions/'/>
<entry>
<title>Bump version to 1.10.1</title>
<updated>2015-07-13T10:16:36+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-07-13T10:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja-extensions/commit/?id=d87604cf7abc942d4e1beece7ec010bb4fc49918'/>
<id>d87604cf7abc942d4e1beece7ec010bb4fc49918</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>open-terminal: fix parse_sftp_uri to return full host</title>
<updated>2015-07-13T10:10:36+00:00</updated>
<author>
<name>Roman Anasal</name>
<email>roman.anasal@academyconsult.de</email>
</author>
<published>2015-05-13T11:36:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja-extensions/commit/?id=1f7d207432d6bf65076c62dd3b658496344b094b'/>
<id>1f7d207432d6bf65076c62dd3b658496344b094b</id>
<content type='text'>
with a port given in the uri parse_sftp_uri would strip the last
character of the host otherwise
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with a port given in the uri parse_sftp_uri would strip the last
character of the host otherwise
</pre>
</div>
</content>
</entry>
<entry>
<title>open-terminal: don't pass default ssh port when not explicitly given</title>
<updated>2015-07-13T10:10:29+00:00</updated>
<author>
<name>Roman Anasal</name>
<email>roman.anasal@academyconsult.de</email>
</author>
<published>2015-05-13T11:09:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja-extensions/commit/?id=15043678502f49a89e1c52aec623f54443f22f0e'/>
<id>15043678502f49a89e1c52aec623f54443f22f0e</id>
<content type='text'>
omit the port on the commandline passed to the underlying ssh when none
is explicitly given in vfs_uri and so leave it to ssh to determine
the right port instead which may be a non-standard one configured in
ssh_config
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
omit the port on the commandline passed to the underlying ssh when none
is explicitly given in vfs_uri and so leave it to ssh to determine
the right port instead which may be a non-standard one configured in
ssh_config
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.10.0</title>
<updated>2015-05-05T09:25:14+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2015-05-05T09:25:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja-extensions/commit/?id=94ad319b51bff9c5d05bcc8a9b4d9052ebe282da'/>
<id>94ad319b51bff9c5d05bcc8a9b4d9052ebe282da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.9.90</title>
<updated>2015-04-05T16:37:39+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2015-04-05T16:37:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja-extensions/commit/?id=58339d75cef6282027e124ad7143d7cb3191b028'/>
<id>58339d75cef6282027e124ad7143d7cb3191b028</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync translations with transifex</title>
<updated>2015-04-05T16:36:42+00:00</updated>
<author>
<name>mate-i18n</name>
<email>mate-i18n@ml.mate-desktop.org</email>
</author>
<published>2015-04-05T16:36:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja-extensions/commit/?id=29f59e909df5f201a8085d8381d6da5db70ccc35'/>
<id>29f59e909df5f201a8085d8381d6da5db70ccc35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sendto: safer access to list element's data</title>
<updated>2015-01-14T07:02:42+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-01-05T15:54:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja-extensions/commit/?id=6d8a1029bf7b6fee68d2f62b9b70b6474da83fd8'/>
<id>6d8a1029bf7b6fee68d2f62b9b70b6474da83fd8</id>
<content type='text'>
g_list_nth_data just returns NULL if either list or element is NULL

Closes https://github.com/mate-desktop/caja-extensions/pull/11
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
g_list_nth_data just returns NULL if either list or element is NULL

Closes https://github.com/mate-desktop/caja-extensions/pull/11
</pre>
</div>
</content>
</entry>
<entry>
<title>Update POTFILES.in with renamed extension files</title>
<updated>2015-01-10T18:55:11+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2015-01-10T18:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja-extensions/commit/?id=b28ea563892bcf8d708ad92cb10783c847c5e496'/>
<id>b28ea563892bcf8d708ad92cb10783c847c5e496</id>
<content type='text'>
So we do not have to add *.caja-extension.in to extra dist
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So we do not have to add *.caja-extension.in to extra dist
</pre>
</div>
</content>
</entry>
<entry>
<title>fix dist for extension ini files</title>
<updated>2015-01-10T18:31:26+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2015-01-10T18:31:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja-extensions/commit/?id=c82fa201fd169d3847ffcefadc9e046475bd5e3a'/>
<id>c82fa201fd169d3847ffcefadc9e046475bd5e3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sendto: fixed gajim plugin build, corrected some messages</title>
<updated>2014-12-23T12:04:10+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2014-12-23T09:47:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja-extensions/commit/?id=17a40b654b67008d081a17fff07b3b2662b3e8f8'/>
<id>17a40b654b67008d081a17fff07b3b2662b3e8f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
