<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/src, 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>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>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>
<entry>
<title>Fix tasklist icon change when opening new tab</title>
<updated>2018-03-11T19:10:54+00:00</updated>
<author>
<name>bl0ckeduser</name>
<email>bl0ckedusersoft@gmail.com</email>
</author>
<published>2018-01-26T14:02:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=4b05158ecca289ef99136727194373131012dea5'/>
<id>4b05158ecca289ef99136727194373131012dea5</id>
<content type='text'>
Fixes #719
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #719
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: wrong behavior with key "enter" while renaming files in list view</title>
<updated>2017-11-13T09:38:06+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2017-11-04T02:48:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=188233e09c64f73238d165e90c72e3e658c547ce'/>
<id>188233e09c64f73238d165e90c72e3e658c547ce</id>
<content type='text'>
Fixes https://github.com/mate-desktop/caja/issues/698
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/mate-desktop/caja/issues/698
</pre>
</div>
</content>
</entry>
<entry>
<title>open folder in new window: [ctrl] + [shift] + [w]</title>
<updated>2017-11-08T12:13:25+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2017-11-05T00:45:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=e83410a4fc27b60f5146ea67037c627ef5168654'/>
<id>e83410a4fc27b60f5146ea67037c627ef5168654</id>
<content type='text'>
Fixes https://github.com/mate-desktop/caja/issues/859
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/mate-desktop/caja/issues/859
</pre>
</div>
</content>
</entry>
<entry>
<title>zoom-control: change zoom with mousewheel scroll over button</title>
<updated>2017-11-04T11:50:05+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-11-02T14:39:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=4e22e482dbbf62ca5527fa808dc7c2eb86b117be'/>
<id>4e22e482dbbf62ca5527fa808dc7c2eb86b117be</id>
<content type='text'>
like it was with GTK+2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
like it was with GTK+2
</pre>
</div>
</content>
</entry>
</feed>
