<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pluma/plugins, branch v1.19.3</title>
<subtitle>Official text editor of the MATE desktop environment</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/'/>
<entry>
<title>filebrowser: don't use deprecated gtk_show_uri</title>
<updated>2017-07-29T13:49:02+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-07-28T12:35:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=2f6a8660a1a623d0ea327b127a7ec1e2ad5ee8c7'/>
<id>2f6a8660a1a623d0ea327b127a7ec1e2ad5ee8c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tag-list-plugin: avoid deprecated GtkStock</title>
<updated>2017-06-11T19:33:48+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-05-12T21:48:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=efc9e4b19171af3141d3406fa14d0c6adc0c4203'/>
<id>efc9e4b19171af3141d3406fa14d0c6adc0c4203</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>file-browser-widget: fix one stock deprecation</title>
<updated>2017-06-11T19:33:48+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-05-12T19:53:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=f37fe2d075a258cd6764065f62862093aa29b131'/>
<id>f37fe2d075a258cd6764065f62862093aa29b131</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>File browser: don't use GIOScheduler (deprecated)</title>
<updated>2017-05-25T18:13:59+00:00</updated>
<author>
<name>Sébastien Wilmet</name>
<email>wilmet@gnome.org</email>
</author>
<published>2017-05-12T19:00:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=91834ee958566d4edc2af9ecb90ac4440765c7d1'/>
<id>91834ee958566d4edc2af9ecb90ac4440765c7d1</id>
<content type='text'>
The GIOScheduler was used because there was no async version of
g_file_delete() and g_file_trash(). Now that the async versions exist,
no need to use GIOScheduler or GTask.

gio &gt;= 2.37.0 is required.

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

taken from:
https://git.gnome.org/browse/gedit/commit/?h=gnome-3-10&amp;id=2d1eb80
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The GIOScheduler was used because there was no async version of
g_file_delete() and g_file_trash(). Now that the async versions exist,
no need to use GIOScheduler or GTask.

gio &gt;= 2.37.0 is required.

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

taken from:
https://git.gnome.org/browse/gedit/commit/?h=gnome-3-10&amp;id=2d1eb80
</pre>
</div>
</content>
</entry>
<entry>
<title>file-browser-view: silent some build warnings</title>
<updated>2017-05-25T18:13:59+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-05-12T17:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=44d7761c90405c6bfbe3e306bab02397435ff44c'/>
<id>44d7761c90405c6bfbe3e306bab02397435ff44c</id>
<content type='text'>
warning: this 'if' clause does not guard...
warning: 'display' may be used uninitialized in this function [-Wmaybe-uninitialized]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
warning: this 'if' clause does not guard...
warning: 'display' may be used uninitialized in this function [-Wmaybe-uninitialized]
</pre>
</div>
</content>
</entry>
<entry>
<title>Support new location of gtk bookmarks file</title>
<updated>2017-04-25T17:11:06+00:00</updated>
<author>
<name>Paolo Borelli</name>
<email>pborelli@gnome.org</email>
</author>
<published>2017-04-25T17:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=2d8dc45d586f21fe82dd706abc50f27103b75005'/>
<id>2d8dc45d586f21fe82dd706abc50f27103b75005</id>
<content type='text'>
The gtk bookmarks file is now in XDG dir, so let's first try there and
otherwise fall back to the old location
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The gtk bookmarks file is now in XDG dir, so let's first try there and
otherwise fall back to the old location
</pre>
</div>
</content>
</entry>
<entry>
<title>filebrowser: don't parse .hidden files - GIO does it since 2.36</title>
<updated>2017-04-18T09:17:35+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-04-18T09:17:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=19da912288063fdc021d2acc4070cb2d36a3a8a0'/>
<id>19da912288063fdc021d2acc4070cb2d36a3a8a0</id>
<content type='text'>
taken from:
https://git.gnome.org/browse/gedit/commit/?id=f0454abbec92f34431bd59fd1e3da6ad346a000e

GIO commit for reference:
https://git.gnome.org/browse/glib/commit/?id=510ba9b4efe1813e24c6dfa7405c3547bf9efdd7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from:
https://git.gnome.org/browse/gedit/commit/?id=f0454abbec92f34431bd59fd1e3da6ad346a000e

GIO commit for reference:
https://git.gnome.org/browse/glib/commit/?id=510ba9b4efe1813e24c6dfa7405c3547bf9efdd7
</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright year to 2017</title>
<updated>2017-04-16T09:54:21+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-04-16T09:54:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=2f26e319e067cc1baa0f85cbb1763e7359565ae0'/>
<id>2f26e319e067cc1baa0f85cbb1763e7359565ae0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>modelines: fix random crash on closing one of several Pluma windows</title>
<updated>2017-03-27T12:32:25+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-03-27T12:32:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=910aec06b34eed2aacbdf4f138f1ba38605c249a'/>
<id>910aec06b34eed2aacbdf4f138f1ba38605c249a</id>
<content type='text'>
ported from:
https://git.gnome.org/browse/gedit/commit/?id=b8b6fe708eddd6a9d471ecd04c38e790d8c0bc7c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ported from:
https://git.gnome.org/browse/gedit/commit/?id=b8b6fe708eddd6a9d471ecd04c38e790d8c0bc7c
</pre>
</div>
</content>
</entry>
<entry>
<title>snippets plugin: fix snippet parts staying after Ctrl-Z</title>
<updated>2017-02-25T13:07:35+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-02-25T12:47:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=d20a3dd0fb9171055cb79c5e5bc0e112d8272a4a'/>
<id>d20a3dd0fb9171055cb79c5e5bc0e112d8272a4a</id>
<content type='text'>
old issue, also present in 1.16

fix taken from:
https://git.gnome.org/browse/gedit/commit/?id=bc5d893229e62c85f6956c17a8471cb5fdab10ea
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
old issue, also present in 1.16

fix taken from:
https://git.gnome.org/browse/gedit/commit/?id=bc5d893229e62c85f6956c17a8471cb5fdab10ea
</pre>
</div>
</content>
</entry>
</feed>
