<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/src/caja-window-bookmarks.c, branch trailing-slash-location-entry</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-bookmarks: suppress GtkAction warnings</title>
<updated>2019-06-29T14:24:57+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-06-25T17:36:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=c035258718821d310b517c31d12724f18b0544e8'/>
<id>c035258718821d310b517c31d12724f18b0544e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>src: reduce the scope of some variables</title>
<updated>2019-06-17T13:18:27+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-06-14T07:30:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=ef29013fdfd0df5d4a3cc6c5a8fb1583aabef952'/>
<id>ef29013fdfd0df5d4a3cc6c5a8fb1583aabef952</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>local #include files who are libraries inside &lt;&gt; instead ""</title>
<updated>2019-04-12T18:45:56+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-04-11T21:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=857eda84cab854b949eca40f7ace78d0a7f63d11'/>
<id>857eda84cab854b949eca40f7ace78d0a7f63d11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>local #include files inside "" instead &lt;&gt;</title>
<updated>2019-04-10T21:52:58+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-04-07T19:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=e50549cf502f988ff214a2714a8cdd6fb6892244'/>
<id>e50549cf502f988ff214a2714a8cdd6fb6892244</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid eel_create_question_dialog with stock ids</title>
<updated>2018-03-01T22:08:25+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2018-03-01T22:08:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=7763ec98a616c8bb6300557525806d669987eba1'/>
<id>7763ec98a616c8bb6300557525806d669987eba1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid deprecated GtkStock</title>
<updated>2018-02-09T13:14:02+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2018-01-27T21:04:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=bf3da8eea7dad06618c84375adbb4952c74f6987'/>
<id>bf3da8eea7dad06618c84375adbb4952c74f6987</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[src] don't use GtkObject (GTK3)</title>
<updated>2012-11-16T07:45:51+00:00</updated>
<author>
<name>Jasmine Hassan</name>
<email>jasmine.aura@gmail.com</email>
</author>
<published>2012-10-31T02:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=2472d52a0f28dd84d362dcc5570e747a82aa8ba6'/>
<id>2472d52a0f28dd84d362dcc5570e747a82aa8ba6</id>
<content type='text'>
the ::destroy signal of GtkObject has only been moved to GtkWidget in GTK3
(after GtkObject removal): http://developer.gnome.org/gtk3/3.0/ch25s02.html
So we use conditionals in this case, to keep it working with GTK2.

A tad similar:
http://git.gnome.org/browse/nautilus/commit/?id=cc6cb51e827c0b15d4ef09f12d37b9f331ddcef8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the ::destroy signal of GtkObject has only been moved to GtkWidget in GTK3
(after GtkObject removal): http://developer.gnome.org/gtk3/3.0/ch25s02.html
So we use conditionals in this case, to keep it working with GTK2.

A tad similar:
http://git.gnome.org/browse/nautilus/commit/?id=cc6cb51e827c0b15d4ef09f12d37b9f331ddcef8
</pre>
</div>
</content>
</entry>
<entry>
<title>remove old undo code</title>
<updated>2012-09-06T21:34:12+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2012-09-06T21:34:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=278df62878f2981dea980c5f48e791e047b9d5f1'/>
<id>278df62878f2981dea980c5f48e791e047b9d5f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed incorrect fsf addresses. Closes #28.</title>
<updated>2012-08-12T18:46:29+00:00</updated>
<author>
<name>Steve Zesch</name>
<email>stevezesch2@gmail.com</email>
</author>
<published>2012-08-12T18:46:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=0251b0f018c0860bafdd621f7be5eb395b510f5c'/>
<id>0251b0f018c0860bafdd621f7be5eb395b510f5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>moving from https://github.com/perberos/mate-desktop-environment</title>
<updated>2011-12-02T01:24:23+00:00</updated>
<author>
<name>Perberos</name>
<email>perberos@gmail.com</email>
</author>
<published>2011-12-02T01:24:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=0e004c696b0e68b2cff37a4c3315b022a35eaf43'/>
<id>0e004c696b0e68b2cff37a4c3315b022a35eaf43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
