<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-utils/mate-dictionary/libgdict, branch v1.13.0</title>
<subtitle>MATE desktop utilities</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/'/>
<entry>
<title>[GTK+3] fix vertical expand of widgets on side pane</title>
<updated>2016-01-27T10:55:54+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-01-25T09:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=c76cddf4fd8110248d4a388d29e3e4c58cecc0e4'/>
<id>c76cddf4fd8110248d4a388d29e3e4c58cecc0e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3: Expand scrolled windows</title>
<updated>2016-01-23T14:28:33+00:00</updated>
<author>
<name>Wolfgang Ulbrich</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-01-23T14:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=65268c513aeb225cbd7a8b0e16c566191eb0fd01'/>
<id>65268c513aeb225cbd7a8b0e16c566191eb0fd01</id>
<content type='text'>
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?h=gnome-3-8&amp;id=f50f8b5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?h=gnome-3-8&amp;id=f50f8b5
</pre>
</div>
</content>
</entry>
<entry>
<title>[GTK+3] dictionary: (almost) fix deprecated usage of Gtk{H,V}Box</title>
<updated>2016-01-22T12:10:28+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-01-22T12:10:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=3967123299f476612b6d546b0b31c9293b3d5f26'/>
<id>3967123299f476612b6d546b0b31c9293b3d5f26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dictionary: use gtk_image_new_from_icon_name in both GTK+ builds</title>
<updated>2016-01-22T10:53:32+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-01-22T08:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=61fc4065c4cdcb49aeab3a38a9da95a043260f50'/>
<id>61fc4065c4cdcb49aeab3a38a9da95a043260f50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[GTK+3] dictionary: fix some deprecations</title>
<updated>2016-01-22T08:53:21+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-01-22T08:39:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=386f747d82bdd2607896a1c80dff5dfaaec1aa23'/>
<id>386f747d82bdd2607896a1c80dff5dfaaec1aa23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: drop useless --enable-deprecated option</title>
<updated>2015-09-25T08:16:20+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-09-25T08:16:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=531a6d4ec6dfac8d6325f6c071f565084b0d820b'/>
<id>531a6d4ec6dfac8d6325f6c071f565084b0d820b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix deprecated functions</title>
<updated>2014-12-15T22:24:56+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-14T14:46:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=4fbdbe250e0cee0c76ffb521b658c93f192539f8'/>
<id>4fbdbe250e0cee0c76ffb521b658c93f192539f8</id>
<content type='text'>
Remove, now unneeded, gdkkeysyms-compat.h include
Always use gtk_combo_box_text_new (since Gtk+ 2.24)
Gtk3: do not use gdk_cursor_unref
Gtk3: replace gtk_hpaned_new
Gtk3: replace gtk_widget_modify_font
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove, now unneeded, gdkkeysyms-compat.h include
Always use gtk_combo_box_text_new (since Gtk+ 2.24)
Gtk3: do not use gdk_cursor_unref
Gtk3: replace gtk_hpaned_new
Gtk3: replace gtk_widget_modify_font
</pre>
</div>
</content>
</entry>
<entry>
<title>GDK_KEY_* was introduced in Gtk+ 2.22</title>
<updated>2014-07-01T13:29:10+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-07-01T13:26:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=175a8fab48e5658ac79ad66f1e82adf112315617'/>
<id>175a8fab48e5658ac79ad66f1e82adf112315617</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for Glib &lt; 2.36</title>
<updated>2014-07-01T13:06:50+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-07-01T12:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=88214725a380c8616dbd11c0106c1a14e950f2ce'/>
<id>88214725a380c8616dbd11c0106c1a14e950f2ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use DISABLE_DEPRECATED variable for deprecation</title>
<updated>2014-05-01T15:11:17+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-05-01T15:11:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=c752f986e9e5974fe5b1b85ad79fff71eef3f160'/>
<id>c752f986e9e5974fe5b1b85ad79fff71eef3f160</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
