<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/src, branch v1.18.0</title>
<subtitle>Caja, the file manager for the MATE desktop</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/'/>
<entry>
<title>eel: Avoid deprecated gdk_window_set_background functions</title>
<updated>2017-03-13T09:28:08+00:00</updated>
<author>
<name>Alexei Sorokin</name>
<email>sor.alexei@meowr.ru</email>
</author>
<published>2017-03-12T12:07:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=4c10ec0fdac58498c8c9616b940ff78990c86c90'/>
<id>4c10ec0fdac58498c8c9616b940ff78990c86c90</id>
<content type='text'>
Fixes partially #506, fixes compiz-reloaded/compiz#40.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes partially #506, fixes compiz-reloaded/compiz#40.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "GTK3.21:fix desktop redraw"</title>
<updated>2017-03-13T09:28:08+00:00</updated>
<author>
<name>Alexei Sorokin</name>
<email>sor.alexei@meowr.ru</email>
</author>
<published>2017-02-25T17:10:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=438682bef1a8fea49b4c6972350bede1bfad69d0'/>
<id>438682bef1a8fea49b4c6972350bede1bfad69d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused code</title>
<updated>2017-02-07T18:39:20+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-02-07T18:39:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=14b802e267e66f99db00fec1d2e6d262e5b7fb5a'/>
<id>14b802e267e66f99db00fec1d2e6d262e5b7fb5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an option for asking confirmation before moving files to the trash</title>
<updated>2017-02-07T13:51:36+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2017-01-26T16:20:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=2a294282863634721b46a0a386aa10414de78bab'/>
<id>2a294282863634721b46a0a386aa10414de78bab</id>
<content type='text'>
Add an option to show a confirmation dialog when moving files to the
trash, like there is for deleting files directly or emptying the trash.

Closes #632.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add an option to show a confirmation dialog when moving files to the
trash, like there is for deleting files directly or emptying the trash.

Closes #632.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for https://github.com/mate-desktop/caja/issues/734</title>
<updated>2017-02-07T06:00:50+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-02-07T06:00:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=d575ecad1297e3200df6370efd5d9ae6db12b96a'/>
<id>d575ecad1297e3200df6370efd5d9ae6db12b96a</id>
<content type='text'>
restore "open with other application" menu entry for directories
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
restore "open with other application" menu entry for directories
</pre>
</div>
</content>
</entry>
<entry>
<title>force X11</title>
<updated>2017-01-07T19:15:40+00:00</updated>
<author>
<name>leigh123linux</name>
<email>leigh123linux@googlemail.com</email>
</author>
<published>2017-01-07T19:15:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=83ceaa5139036498533b941ac96b600e75bceff6'/>
<id>83ceaa5139036498533b941ac96b600e75bceff6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>show/hide columns instead of appending/removing them</title>
<updated>2017-01-06T10:39:44+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-01-06T10:39:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=81c03e738fd933702738264c75b0a4a0a72495b9'/>
<id>81c03e738fd933702738264c75b0a4a0a72495b9</id>
<content type='text'>
fixes https://github.com/mate-desktop/caja/issues/649

adapted from:
https://git.gnome.org/browse/nautilus/commit/?id=e19f7cb3fec1e6c884d1741c3c00916c65ab035f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes https://github.com/mate-desktop/caja/issues/649

adapted from:
https://git.gnome.org/browse/nautilus/commit/?id=e19f7cb3fec1e6c884d1741c3c00916c65ab035f
</pre>
</div>
</content>
</entry>
<entry>
<title>revert part of previous commit - it broke Back/Forward buttons</title>
<updated>2017-01-06T10:10:38+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-01-06T10:10:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=c9418210ed329f70454a3bc8760dc69782add9a8'/>
<id>c9418210ed329f70454a3bc8760dc69782add9a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove some unused code that's also gone upstream</title>
<updated>2017-01-06T09:20:45+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-01-06T09:20:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=325be72a116c40c83a4803b2ade015352ac556ac'/>
<id>325be72a116c40c83a4803b2ade015352ac556ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show "open with" tab in properties window when "open with" menu available</title>
<updated>2016-12-29T18:36:00+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-12-21T18:58:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=a4f26d060486684e8d37e922ab2fbc4dcc02a85e'/>
<id>a4f26d060486684e8d37e922ab2fbc4dcc02a85e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
