<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-utils/mate-dictionary/src, branch 1.12</title>
<subtitle>MATE desktop utilities</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/'/>
<entry>
<title>dictionary: drop command-line options that did nothing at all</title>
<updated>2015-09-01T08:12:14+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-09-01T08:12:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=a93e9c7e31963dd954f0952375cf31c80d5bd252'/>
<id>a93e9c7e31963dd954f0952375cf31c80d5bd252</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dictionary: fixed indentation a bit</title>
<updated>2015-09-01T07:57:04+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-09-01T07:57:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=464e0832f0aafc4af7811dcd3000f4285821ef9c'/>
<id>464e0832f0aafc4af7811dcd3000f4285821ef9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dictionary: removed unused code</title>
<updated>2015-08-31T19:57:23+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-08-31T13:41:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=40a5cce07a53698e092437d3f39082f95c0a6308'/>
<id>40a5cce07a53698e092437d3f39082f95c0a6308</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dictionary: have applet background automatically painted</title>
<updated>2015-08-31T19:57:23+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-08-31T13:32:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=d2493e8c96096ae1cfd913a3aa19dd21124fdbcc'/>
<id>d2493e8c96096ae1cfd913a3aa19dd21124fdbcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dictionary: don't require --match option for --no-window to work</title>
<updated>2015-08-31T19:57:23+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-08-21T19:54:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=95421224cbde6b664e11748c6c24c5a11074498e'/>
<id>95421224cbde6b664e11748c6c24c5a11074498e</id>
<content type='text'>
as stated in manpage, --no-window works in conjunction with --look-up
option. due to a logic error, the app also required --match option
(which does nothing in this case) to be specified. this is now fixed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as stated in manpage, --no-window works in conjunction with --look-up
option. due to a logic error, the app also required --match option
(which does nothing in this case) to be specified. this is now fixed.
</pre>
</div>
</content>
</entry>
<entry>
<title>dictionary: fix indentation</title>
<updated>2015-08-31T19:57:23+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-08-21T19:45:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=5bddbf12def5e9978fba5f7e35172bb32f379c3e'/>
<id>5bddbf12def5e9978fba5f7e35172bb32f379c3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dictionary: make Ctrl+A and Ctrl+C work in the search field</title>
<updated>2015-08-31T19:57:23+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-08-21T18:52:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=aa2b7e1af410a0e3dd4f0e0061cd09a2034835ca'/>
<id>aa2b7e1af410a0e3dd4f0e0061cd09a2034835ca</id>
<content type='text'>
from
https://git.gnome.org/browse/gnome-dictionary/commit/?id=196f65131bff3e0d9b386cda5e071238ab388b9d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from
https://git.gnome.org/browse/gnome-dictionary/commit/?id=196f65131bff3e0d9b386cda5e071238ab388b9d
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-dictionary: don't free GError more than once</title>
<updated>2014-12-17T11:16:49+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2014-12-17T09:47:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=6e3c106c0a2c163b2376456ff7a0d6c05b7125de'/>
<id>6e3c106c0a2c163b2376456ff7a0d6c05b7125de</id>
<content type='text'>
because that error dialog function frees it already
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
because that error dialog function frees it already
</pre>
</div>
</content>
</entry>
<entry>
<title>fix GTK+3 build</title>
<updated>2014-12-16T11:58:47+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2014-12-16T11:58:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=61e65382f96b8fb1879bde306cd40756d7d33a56'/>
<id>61e65382f96b8fb1879bde306cd40756d7d33a56</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>
</feed>
