<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-utils/baobab/src, branch mate-utils-1.10.2</title>
<subtitle>MATE desktop utilities</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/'/>
<entry>
<title>baobab: show correct help page in prefs dialog</title>
<updated>2015-07-07T08:55:25+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-07-07T08:55:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=fb7a22b4c64322f57ce6c91855032730151e688f'/>
<id>fb7a22b4c64322f57ce6c91855032730151e688f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>disk usage analyzer: use correct application name, not "Baobab"</title>
<updated>2015-06-25T09:03:48+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-06-25T09:03:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=5245e1e694f059879f8b1cd2220cb5b7008fd181'/>
<id>5245e1e694f059879f8b1cd2220cb5b7008fd181</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>help: fix help in disk-usage-analyzer</title>
<updated>2015-06-23T14:00:33+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-06-23T14:00:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=5dadc4f62862ed6367d977fdab06fba0373dd958'/>
<id>5dadc4f62862ed6367d977fdab06fba0373dd958</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>baobab, gsearchtool: first connect to settings, then read them.</title>
<updated>2015-03-13T08:11:22+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-03-12T08:43:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=49db011356cd0f1c52e4f5de790957bd52468591'/>
<id>49db011356cd0f1c52e4f5de790957bd52468591</id>
<content type='text'>
fixes the issue with GLib &gt;= 2.43,
https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619

Closes https://github.com/mate-desktop/mate-utils/pull/94
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes the issue with GLib &gt;= 2.43,
https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619

Closes https://github.com/mate-desktop/mate-utils/pull/94
</pre>
</div>
</content>
</entry>
<entry>
<title>set resize grip in the code now</title>
<updated>2014-12-29T12:26:50+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-29T12:26:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=86c3bc0ec24a1486a44a637d138cd71a87f46034'/>
<id>86c3bc0ec24a1486a44a637d138cd71a87f46034</id>
<content type='text'>
The ui fails to load on Gtk+ 3.14 but we do want to enable the
resize grip in Gtk+ 2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ui fails to load on Gtk+ 3.14 but we do want to enable the
resize grip in Gtk+ 2
</pre>
</div>
</content>
</entry>
<entry>
<title>don't leak memory</title>
<updated>2014-12-15T22:14:18+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2014-11-06T12:10:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=866cc139fea2f93da109a2b2fed65feb84e6aabc'/>
<id>866cc139fea2f93da109a2b2fed65feb84e6aabc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing #include &lt;config.h&gt; to make translations work</title>
<updated>2014-11-10T16:55:16+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-10T16:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=939f5a3f49b9ed5299eb4aa6be56842cef049b9e'/>
<id>939f5a3f49b9ed5299eb4aa6be56842cef049b9e</id>
<content type='text'>
Based on gnome-utils commit: 95edffa91ed559515d659187baba6ec7806b251b
From: Kjartan Maraas &lt;kmaraas@gnome.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on gnome-utils commit: 95edffa91ed559515d659187baba6ec7806b251b
From: Kjartan Maraas &lt;kmaraas@gnome.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo (G_TYPE_INSTANCE_CHECK_TYPE -&gt; G_TYPE_CHECK_INSTANCE_TYPE)</title>
<updated>2014-11-10T13:23:32+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-10T13:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=c75635285af8b70a781c2314aa7b03b2af716835'/>
<id>c75635285af8b70a781c2314aa7b03b2af716835</id>
<content type='text'>
Based on gnome-utils commit: 0bf63957d9ea7055b56332d567966701db99ccb5
From: Piotr Eljasiak &lt;epiotr@src.gnome.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on gnome-utils commit: 0bf63957d9ea7055b56332d567966701db99ccb5
From: Piotr Eljasiak &lt;epiotr@src.gnome.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated gtk_dialog_set_has_separator</title>
<updated>2014-07-01T13:16:50+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-07-01T13:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=b6d26ef3c1d9881eaf6a2878ec7eac2d80710503'/>
<id>b6d26ef3c1d9881eaf6a2878ec7eac2d80710503</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possible</title>
<updated>2014-07-01T13:15:29+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-07-01T13:00:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=5fafbe0a1f99da4c7d538032b3cab197dac36be6'/>
<id>5fafbe0a1f99da4c7d538032b3cab197dac36be6</id>
<content type='text'>
gdk_x11_set_sm_client_id | Since 2.24
gdk_x11_display_get_xdisplay | Since 2.2
GDK_DISPLAY_XDISPLAY | Since always
GDK_WINDOW_XID | Since always
gdk_window_get_screen | Since 2.24
gdk_x11_window_foreign_new_for_display | Since 2.24
gdk_window_get_width | Since 2.24
gdk_window_get_height | Since 2.24
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gdk_x11_set_sm_client_id | Since 2.24
gdk_x11_display_get_xdisplay | Since 2.2
GDK_DISPLAY_XDISPLAY | Since always
GDK_WINDOW_XID | Since always
gdk_window_get_screen | Since 2.24
gdk_x11_window_foreign_new_for_display | Since 2.24
gdk_window_get_width | Since 2.24
gdk_window_get_height | Since 2.24
</pre>
</div>
</content>
</entry>
</feed>
