<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eom/src, branch v1.23.0</title>
<subtitle>Eye of MATE (eom) graphics viewer program</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/'/>
<entry>
<title>Update FSF address</title>
<updated>2019-06-11T19:47:24+00:00</updated>
<author>
<name>Laurent Napias</name>
<email>tamplan@free.fr</email>
</author>
<published>2019-06-10T09:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=9cf6d58d8ace54a95d6f9065cfcff1782f34eeaf'/>
<id>9cf6d58d8ace54a95d6f9065cfcff1782f34eeaf</id>
<content type='text'>
Update FSF address
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update FSF address
</pre>
</div>
</content>
</entry>
<entry>
<title>Disconnect callbacks for "Open with" menu items before connecting new ones.</title>
<updated>2019-05-29T21:53:32+00:00</updated>
<author>
<name>Saffith</name>
<email>Saffith@users.noreply.github.com</email>
</author>
<published>2019-05-27T03:49:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=c17547c4f478d81bfe764da6340b7c3d5f73c79d'/>
<id>c17547c4f478d81bfe764da6340b7c3d5f73c79d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unref GtkUIManager so "Open with" menu is freed.</title>
<updated>2019-05-29T21:53:32+00:00</updated>
<author>
<name>Saffith</name>
<email>Saffith@users.noreply.github.com</email>
</author>
<published>2019-05-27T03:48:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=13e8f1928947c240031c6f9ab2190caca984d514'/>
<id>13e8f1928947c240031c6f9ab2190caca984d514</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>store: Add any image file in the current directory to the store</title>
<updated>2019-04-12T18:08:38+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-04-09T21:30:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=f6d36b99c01aa3cc33bc97b3edb156cc6cf1863f'/>
<id>f6d36b99c01aa3cc33bc97b3edb156cc6cf1863f</id>
<content type='text'>
This allows eom to navigate through all image files in a directory
without having to manually load them into the store.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows eom to navigate through all image files in a directory
without having to manually load them into the store.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use persistent page setup</title>
<updated>2019-03-08T04:18:39+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-02-20T19:38:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=3701f5ab6eb3213f2c03af9fea1db087b11291ef'/>
<id>3701f5ab6eb3213f2c03af9fea1db087b11291ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Read authors (updated) and documenters (updated) from eom.about gresource</title>
<updated>2019-02-18T15:41:43+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-02-17T21:20:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=eed55110772fb38b5ba7c148e0c277401c96e9b6'/>
<id>eed55110772fb38b5ba7c148e0c277401c96e9b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure proper translation of the about dialog title</title>
<updated>2019-02-16T15:48:57+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-02-16T08:49:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=119fd7ea371f8ea13222f17ec3cb95662e923ff5'/>
<id>119fd7ea371f8ea13222f17ec3cb95662e923ff5</id>
<content type='text'>
Note that GTK+ sets a default title of _("About %s") on the dialog
window (where %s is replaced by the name of the application, but
in order to ensure proper translation of the title, applications
should set the title property explicitly when constructing a
GtkAboutDialog

https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that GTK+ sets a default title of _("About %s") on the dialog
window (where %s is replaced by the name of the application, but
in order to ensure proper translation of the title, applications
should set the title property explicitly when constructing a
GtkAboutDialog

https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Make translatable the copyright in about dialog</title>
<updated>2019-02-15T19:00:47+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-02-15T11:28:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=941b0ec7f24591c61ef2376c5ac7d0446157cff2'/>
<id>941b0ec7f24591c61ef2376c5ac7d0446157cff2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce the number of g_file_query_info calls at start-up</title>
<updated>2018-08-24T06:36:14+00:00</updated>
<author>
<name>Debarshi Ray</name>
<email>debarshir@gnome.org</email>
</author>
<published>2016-04-07T08:14:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=e1488971ed44e26257d7014760aa251393351473'/>
<id>e1488971ed44e26257d7014760aa251393351473</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=764139

origin commit:
https://gitlab.gnome.org/GNOME/eog/commit/65e61ccc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=764139

origin commit:
https://gitlab.gnome.org/GNOME/eog/commit/65e61ccc
</pre>
</div>
</content>
</entry>
<entry>
<title>EomImage: Remove unused constructor</title>
<updated>2018-08-24T06:36:14+00:00</updated>
<author>
<name>Debarshi Ray</name>
<email>debarshir@gnome.org</email>
</author>
<published>2016-04-07T07:27:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=e3cb374d82809e26582d5b60374baef4474d5773'/>
<id>e3cb374d82809e26582d5b60374baef4474d5773</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=764139

origin commit:
https://gitlab.gnome.org/GNOME/eog/commit/14401d33
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=764139

origin commit:
https://gitlab.gnome.org/GNOME/eog/commit/14401d33
</pre>
</div>
</content>
</entry>
</feed>
