<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja, branch 1.18</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>caja-window: Fix: mouse doesn't work with [ctrl] + [.] or [ctrl] + [;]</title>
<updated>2018-08-01T10:40:06+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2018-07-31T18:28:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=da56ae2180840ef82de36269bcf619ba2890737e'/>
<id>da56ae2180840ef82de36269bcf619ba2890737e</id>
<content type='text'>
Fixes https://github.com/mate-desktop/caja/issues/1024
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/mate-desktop/caja/issues/1024
</pre>
</div>
</content>
</entry>
<entry>
<title>release 1.18.6</title>
<updated>2018-05-22T09:59:55+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-05-22T09:59:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=c66c859c6f528653578dbb1c90d565385d02afdb'/>
<id>c66c859c6f528653578dbb1c90d565385d02afdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix latest NEWS entries</title>
<updated>2018-05-22T09:13:02+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-05-22T09:13:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=575158aa68ed4de52bc5b3c922b3f201eaa9e611'/>
<id>575158aa68ed4de52bc5b3c922b3f201eaa9e611</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pathbar: fix random segfaults on opening mounts from Desktop</title>
<updated>2018-04-13T12:34:46+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-04-06T19:18:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=ec549737322a5939d6b4ce4c02f827dcf7ee7e83'/>
<id>ec549737322a5939d6b4ce4c02f827dcf7ee7e83</id>
<content type='text'>
Adapt and apply these four relevent Nautilus commits, which remove the code responsible for the segfaults:
*https://github.com/GNOME/nautilus/commit/e1ad3c05a6cd08c8cbf18ae53701dd742249d5fd#diff-f896071d07d34e87af94a18de95e4ea2
 "pathbar: add a path-event signal"

*https://github.com/GNOME/nautilus/commit/875efc324f8e91f2d157c7532fe5570c1de421c7#diff-f896071d07d34e87af94a18de95e4ea2
 "pathbar: remove unused code"

*https://github.com/GNOME/nautilus/commit/cfa51e6702ade6a8ca9045791773e6e10560262f
 "window-pane: use the path-event signal from NautilusPathBar" (now CajaPathBar)

*https://github.com/GNOME/nautilus/commit/2759def4968f89c1a2370ca5b2b91af84dc4afd3
 "pathbar: add a return value from path-event signal"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adapt and apply these four relevent Nautilus commits, which remove the code responsible for the segfaults:
*https://github.com/GNOME/nautilus/commit/e1ad3c05a6cd08c8cbf18ae53701dd742249d5fd#diff-f896071d07d34e87af94a18de95e4ea2
 "pathbar: add a path-event signal"

*https://github.com/GNOME/nautilus/commit/875efc324f8e91f2d157c7532fe5570c1de421c7#diff-f896071d07d34e87af94a18de95e4ea2
 "pathbar: remove unused code"

*https://github.com/GNOME/nautilus/commit/cfa51e6702ade6a8ca9045791773e6e10560262f
 "window-pane: use the path-event signal from NautilusPathBar" (now CajaPathBar)

*https://github.com/GNOME/nautilus/commit/2759def4968f89c1a2370ca5b2b91af84dc4afd3
 "pathbar: add a return value from path-event signal"
</pre>
</div>
</content>
</entry>
<entry>
<title>places-sidebar: show user's home dir when it is also the desktop</title>
<updated>2018-04-13T11:55:42+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-12-31T22:59:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=73aa7284a075fe0b730190d414e79f3ec72fe85a'/>
<id>73aa7284a075fe0b730190d414e79f3ec72fe85a</id>
<content type='text'>
Current behavior is to show Desktop but hide the user's home directory in the sidebar when desktop-is-home-directory is set. This is opposite what would be expected so invert it.

Patch by https://github.com/TomaszGasior

(this is safe for 1.18, translatable strings are the same, just swapped in the code)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Current behavior is to show Desktop but hide the user's home directory in the sidebar when desktop-is-home-directory is set. This is opposite what would be expected so invert it.

Patch by https://github.com/TomaszGasior

(this is safe for 1.18, translatable strings are the same, just swapped in the code)
</pre>
</div>
</content>
</entry>
<entry>
<title>places-sidebar: remove duplicate function</title>
<updated>2018-04-13T11:25:03+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-12-31T06:55:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=deb8edaf42690b6320f97176743469d93e559662'/>
<id>deb8edaf42690b6320f97176743469d93e559662</id>
<content type='text'>
This is already handled in libcaja-private/caja-file-operations.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is already handled in libcaja-private/caja-file-operations.c
</pre>
</div>
</content>
</entry>
<entry>
<title>eject: Do not show "safe to remove" notification if drive fails to unmount</title>
<updated>2018-04-13T11:24:56+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-12-31T06:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=6f6c61f87fae560a28aa07d543c232c951f99f0d'/>
<id>6f6c61f87fae560a28aa07d543c232c951f99f0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>modify code error: end the statement with a semicolon</title>
<updated>2018-04-05T08:58:56+00:00</updated>
<author>
<name>张雯</name>
<email>zhang.wen2@zte.com.cn</email>
</author>
<published>2018-03-28T03:19:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=aad34aac611a60afe5935f93193d56d6c39a212c'/>
<id>aad34aac611a60afe5935f93193d56d6c39a212c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow selecting all the search keywords with Ctrl+A</title>
<updated>2018-03-20T10:21:47+00:00</updated>
<author>
<name>张雯</name>
<email>zhang.wen2@zte.com.cn</email>
</author>
<published>2018-02-13T07:06:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=87d7bdb00281a8acb706d17e18a7e01a5ce67d3b'/>
<id>87d7bdb00281a8acb706d17e18a7e01a5ce67d3b</id>
<content type='text'>
(squashed 012d9f86e046cfbffd4d2d4e55633d250ec90dd7 + 01cec7e9f65985d5e16e54f0c5a64d4203f37474 for 1.18 branch)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(squashed 012d9f86e046cfbffd4d2d4e55633d250ec90dd7 + 01cec7e9f65985d5e16e54f0c5a64d4203f37474 for 1.18 branch)
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing window icon to About dialog for extensions</title>
<updated>2018-03-20T10:11:44+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-01-15T14:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=3eea173a327a86053ac671033408c95bd61ac5e4'/>
<id>3eea173a327a86053ac671033408c95bd61ac5e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
