<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril/libdocument, branch v1.13.0</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>libdocument: fix typo</title>
<updated>2016-01-02T12:18:46+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-01-02T12:18:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=8d2a2ab4c12ac5619754390fc8b6c4a30ec6157e'/>
<id>8d2a2ab4c12ac5619754390fc8b6c4a30ec6157e</id>
<content type='text'>
closes https://github.com/mate-desktop/atril/issues/182
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes https://github.com/mate-desktop/atril/issues/182
</pre>
</div>
</content>
</entry>
<entry>
<title>drop support for win32/osx/hildon, make smclient mandatory</title>
<updated>2015-08-31T12:51:17+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-08-24T19:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e5e2b894e070fd0509c0016e7285d78c6ff543c3'/>
<id>e5e2b894e070fd0509c0016e7285d78c6ff543c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libdocument: Fix saving attachments when the name contains a path</title>
<updated>2015-04-04T17:24:27+00:00</updated>
<author>
<name>Justin Willmert</name>
<email>justin@jdjlab.com</email>
</author>
<published>2012-07-04T09:34:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=eb1349a339e9c66d4149d4ed62db36729f09cbb4'/>
<id>eb1349a339e9c66d4149d4ed62db36729f09cbb4</id>
<content type='text'>
Use the basename for the temp file template instead of using the
attachment name directly.

https://bugzilla.gnome.org/show_bug.cgi?id=679354

(cherry picked from commit ff8a330756f in Evince)

Closes https://github.com/mate-desktop/atril/pull/131
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the basename for the temp file template instead of using the
attachment name directly.

https://bugzilla.gnome.org/show_bug.cgi?id=679354

(cherry picked from commit ff8a330756f in Evince)

Closes https://github.com/mate-desktop/atril/pull/131
</pre>
</div>
</content>
</entry>
<entry>
<title>corrected bug tracker links everywhere</title>
<updated>2015-03-19T08:31:29+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-03-17T13:47:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=65c27ac69a8a51da67bcca591e1933815a1032b3'/>
<id>65c27ac69a8a51da67bcca591e1933815a1032b3</id>
<content type='text'>
Closes https://github.com/mate-desktop/atril/pull/132
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/mate-desktop/atril/pull/132
</pre>
</div>
</content>
</entry>
<entry>
<title>fix careless hack: don't do double-free, avoid weird crashes</title>
<updated>2015-01-22T08:04:53+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-01-21T12:25:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e2f5dc440589e1c29e5ceae59ea785ff0e512dc7'/>
<id>e2f5dc440589e1c29e5ceae59ea785ff0e512dc7</id>
<content type='text'>
because backends manager frees that var already.

actually, adding ev_backends_manager_get_backends_dir to the public
API was still careless. backends manager and epub document jobs seem
to be in the different threads, and there's no mutex seen anywhere
around. luckily, what we have here is just a reading of a variable
that has been assigned only once (in backends_dir function), so it's
not as catastrophic as it would be if it was e.g. concurrent writing
without a mutex.

Closes https://github.com/mate-desktop/atril/pull/124
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
because backends manager frees that var already.

actually, adding ev_backends_manager_get_backends_dir to the public
API was still careless. backends manager and epub document jobs seem
to be in the different threads, and there's no mutex seen anywhere
around. luckily, what we have here is just a reading of a variable
that has been assigned only once (in backends_dir function), so it's
not as catastrophic as it would be if it was e.g. concurrent writing
without a mutex.

Closes https://github.com/mate-desktop/atril/pull/124
</pre>
</div>
</content>
</entry>
<entry>
<title>fix GI build again...</title>
<updated>2014-12-10T01:37:54+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2014-12-09T15:24:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=c962f562da3c73c32dbff619711339c54a277dc7'/>
<id>c962f562da3c73c32dbff619711339c54a277dc7</id>
<content type='text'>
https://git.gnome.org/browse/evince/commit/?id=0da73daa6993026466a8f817975c7bd5dd2d6737
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://git.gnome.org/browse/evince/commit/?id=0da73daa6993026466a8f817975c7bd5dd2d6737
</pre>
</div>
</content>
</entry>
<entry>
<title>[win32] Fix ev_win32_get_locale_dir()</title>
<updated>2014-12-10T01:23:09+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-10T01:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=28c29d72f5c4a8eb4469f84b82e6698ceb9721a2'/>
<id>28c29d72f5c4a8eb4469f84b82e6698ceb9721a2</id>
<content type='text'>
Taken from evince commit: 22ad42615bbcc20c191ed8b2b75eac152c62f257
From: Hib Eris &lt;hib@hiberis.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Taken from evince commit: 22ad42615bbcc20c191ed8b2b75eac152c62f257
From: Hib Eris &lt;hib@hiberis.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add .png extension when saving images using DnD</title>
<updated>2014-12-10T01:05:23+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-10T01:05:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=00c3f80c246c9197464091dc47b7bf681d0e9ced'/>
<id>00c3f80c246c9197464091dc47b7bf681d0e9ced</id>
<content type='text'>
Taken from evince commit: 7069b43e9a64be2d4e4509dffd0384dfcce59de4
From: Wouter Bolsterlee &lt;wbolster@gnome.org&gt;
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=643709
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Taken from evince commit: 7069b43e9a64be2d4e4509dffd0384dfcce59de4
From: Wouter Bolsterlee &lt;wbolster@gnome.org&gt;
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=643709
</pre>
</div>
</content>
</entry>
<entry>
<title>Gtk3: libdocument: Port To GtkStyleContext</title>
<updated>2014-12-09T23:54:02+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-09T22:51:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=a7b9ecdd923ede7aa92f60241fb25b009a4ec895'/>
<id>a7b9ecdd923ede7aa92f60241fb25b009a4ec895</id>
<content type='text'>
Taken from evince commit: 478dd74e4201b44b5c921fd0bb69b0c4e43bcd8a
From: Carlos Garcia Campos &lt;carlosgc@gnome.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Taken from evince commit: 478dd74e4201b44b5c921fd0bb69b0c4e43bcd8a
From: Carlos Garcia Campos &lt;carlosgc@gnome.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libdocument: Add xz compression support</title>
<updated>2014-12-09T22:02:28+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-09T15:02:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=30a41d9c9cb55687675d00b98835a5b54c120b43'/>
<id>30a41d9c9cb55687675d00b98835a5b54c120b43</id>
<content type='text'>
Taken from evince commit: 38cfc027fc96ac19452c3138614e2c8deff63633
From: Christian Persch &lt;chpe@gnome.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Taken from evince commit: 38cfc027fc96ac19452c3138614e2c8deff63633
From: Christian Persch &lt;chpe@gnome.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
