<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/src, branch 1.6</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>Rename INCLUDES to AM_CPPFLAGS in Makefile</title>
<updated>2013-10-20T20:37:04+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2013-10-19T14:35:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=d31d4fae067c895770d2ae20a3fea1c5b0afe149'/>
<id>d31d4fae067c895770d2ae20a3fea1c5b0afe149</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '1.6' of github.com:mate-desktop/mate-file-manager into 1.6</title>
<updated>2013-10-06T16:13:53+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2013-10-06T16:13:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=bf470188e81dc2d1e17cbd2b4df69868ba7e1c42'/>
<id>bf470188e81dc2d1e17cbd2b4df69868ba7e1c42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly free GHashTable in properties window</title>
<updated>2013-10-06T16:13:34+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2013-10-06T16:12:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=bd7e0b8c49a423789495678fb65b519c707feed4'/>
<id>bd7e0b8c49a423789495678fb65b519c707feed4</id>
<content type='text'>
Closes #178
https://github.com/mate-desktop/mate-file-manager/issues/178

I had to recover two functions previously removed in eel-glib-extensions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #178
https://github.com/mate-desktop/mate-file-manager/issues/178

I had to recover two functions previously removed in eel-glib-extensions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #168 from infirit/1.6</title>
<updated>2013-09-22T21:00:54+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2013-09-22T21:00:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=bcf9affe7ba72c62a5e15ce4a6a7aee99d94c47a'/>
<id>bcf9affe7ba72c62a5e15ce4a6a7aee99d94c47a</id>
<content type='text'>
Fix ctrl+a behaviour in search field</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix ctrl+a behaviour in search field</pre>
</div>
</content>
</entry>
<entry>
<title>Possible fix for crash during file rename in external devices</title>
<updated>2013-09-22T18:35:09+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2013-09-19T14:40:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=73cc7e98f61b2d5f327f26a2e6f4e5004347bf01'/>
<id>73cc7e98f61b2d5f327f26a2e6f4e5004347bf01</id>
<content type='text'>
Bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1005660
Solution from: https://git.gnome.org/browse/nautilus/commit/src/nautilus-icon-view.c?h=gnome-3-2&amp;id=a67212a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1005660
Solution from: https://git.gnome.org/browse/nautilus/commit/src/nautilus-icon-view.c?h=gnome-3-2&amp;id=a67212a
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ctrl+a behaviour in search field</title>
<updated>2013-09-21T01:07:04+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2013-09-21T00:18:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=749f7bf29e6c7b04d93eb54f2079455bf730a0c0'/>
<id>749f7bf29e6c7b04d93eb54f2079455bf730a0c0</id>
<content type='text'>
From: Cosimo Cecchi &lt;cosimoc@gnome.org&gt;
Even when we're not renaming, process events for focused GtkEditables
before activating the menu accels and mnemonics.

https://bugzilla.gnome.org/show_bug.cgi?id=619529
Caja bug: https://github.com/mate-desktop/mate-file-manager/issues/97
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Cosimo Cecchi &lt;cosimoc@gnome.org&gt;
Even when we're not renaming, process events for focused GtkEditables
before activating the menu accels and mnemonics.

https://bugzilla.gnome.org/show_bug.cgi?id=619529
Caja bug: https://github.com/mate-desktop/mate-file-manager/issues/97
</pre>
</div>
</content>
</entry>
<entry>
<title>INCLUDES to AM_CPPFLAGS</title>
<updated>2013-09-18T19:10:30+00:00</updated>
<author>
<name>Wolfgang Ulbrich</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2013-07-18T21:03:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=85a8311d09afd925c6abdcc499b81a5305762e8d'/>
<id>85a8311d09afd925c6abdcc499b81a5305762e8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Possible fix for crash during audio preview</title>
<updated>2013-09-18T15:50:38+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2013-09-18T15:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=e0bff0827f00d1af70c09e38db597e4922f7c2cd'/>
<id>e0bff0827f00d1af70c09e38db597e4922f7c2cd</id>
<content type='text'>
See https://bugzilla.redhat.com/show_bug.cgi?id=959444
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://bugzilla.redhat.com/show_bug.cgi?id=959444
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spatial mode crash and shift+double click</title>
<updated>2013-09-17T19:51:47+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2013-09-01T15:14:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=ecb6347e185f5973f2315060042ac3dc77b5fdb3'/>
<id>ecb6347e185f5973f2315060042ac3dc77b5fdb3</id>
<content type='text'>
Fixes issues:
https://github.com/mate-desktop/mate-file-manager/issues/120
https://github.com/mate-desktop/mate-file-manager/issues/161
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issues:
https://github.com/mate-desktop/mate-file-manager/issues/120
https://github.com/mate-desktop/mate-file-manager/issues/161
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix g_type_init deprecation</title>
<updated>2013-06-29T14:11:52+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2013-06-29T14:11:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=7fb7ef06b5f538eb7fbe5eb5a3d5e4dcb8e7fba7'/>
<id>7fb7ef06b5f538eb7fbe5eb5a3d5e4dcb8e7fba7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
