<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pluma/data, branch v1.22.2</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>move appdata to metainfo directory</title>
<updated>2018-12-19T11:06:43+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-12-19T11:06:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=eb0cc59066bb397475adf9105741ea9d45bdb678'/>
<id>eb0cc59066bb397475adf9105741ea9d45bdb678</id>
<content type='text'>
fixes https://github.com/mate-desktop/pluma/issues/280
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes https://github.com/mate-desktop/pluma/issues/280
</pre>
</div>
</content>
</entry>
<entry>
<title>add the option to hide the frist tab if there is only one tab</title>
<updated>2018-08-01T19:19:29+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2018-07-28T02:14:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=03238f85321f178e56b62a1f029169f3c21dc964'/>
<id>03238f85321f178e56b62a1f029169f3c21dc964</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add the abbility to switch tabs using [ctrl+tab] and [ctrl+shift+tab]</title>
<updated>2018-07-27T22:10:34+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2018-07-25T01:38:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=98edfd338d1248d386fc211f27252d5fb9053dc9'/>
<id>98edfd338d1248d386fc211f27252d5fb9053dc9</id>
<content type='text'>
If true the gsettings key "ctrl-tab-switch-tabs" into "org.mate.pluma"

Closes https://github.com/mate-desktop/pluma/issues/211
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If true the gsettings key "ctrl-tab-switch-tabs" into "org.mate.pluma"

Closes https://github.com/mate-desktop/pluma/issues/211
</pre>
</div>
</content>
</entry>
<entry>
<title>add gsettings key: Show save confirmation if the files have changes</title>
<updated>2017-10-23T08:19:48+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2017-10-23T08:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=43963f7c99794984e6c33aeb0e40714a54540828'/>
<id>43963f7c99794984e6c33aeb0e40714a54540828</id>
<content type='text'>
Closes https://github.com/mate-desktop/pluma/issues/112
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/mate-desktop/pluma/issues/112
</pre>
</div>
</content>
</entry>
<entry>
<title>add gsettings key to hide/show(default) tabs with the side pane</title>
<updated>2017-09-02T00:27:57+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2017-09-02T00:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=a8cc3156edb422eada7d7fd31467424835c5c809'/>
<id>a8cc3156edb422eada7d7fd31467424835c5c809</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>port plugin system to libpeas</title>
<updated>2016-12-05T12:05:10+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-12-01T18:42:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=52fd78ddfcbe35507aee9122fed0f18c99407c89'/>
<id>52fd78ddfcbe35507aee9122fed0f18c99407c89</id>
<content type='text'>
backported from gedit with a few changes

upstream commits for reference:
https://git.gnome.org/browse/gedit/commit/?id=dbc98da7fda69981e61c5764af50c72b756eb2cc
https://git.gnome.org/browse/gedit/commit/?id=2ae732a53ef08145c06909dc675134573c8c2e6d
https://git.gnome.org/browse/gedit/commit/?id=6cd4936fb3aa6ca44a7c85888c6aad6c02b0f983
https://git.gnome.org/browse/gedit/commit/?id=041399d3d09389f951af8db4f5b83d142a9ebe55
https://git.gnome.org/browse/gedit/commit/?id=da46f5d6cd9b727e23ec0ae79bb0a78419bb1363
https://git.gnome.org/browse/gedit/commit/?id=1d56b827f14096891bb03dbd5e8211fdad1331ad
https://git.gnome.org/browse/gedit/commit/?id=e63de5a2396a56eeba46479a54628843538da29e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
backported from gedit with a few changes

upstream commits for reference:
https://git.gnome.org/browse/gedit/commit/?id=dbc98da7fda69981e61c5764af50c72b756eb2cc
https://git.gnome.org/browse/gedit/commit/?id=2ae732a53ef08145c06909dc675134573c8c2e6d
https://git.gnome.org/browse/gedit/commit/?id=6cd4936fb3aa6ca44a7c85888c6aad6c02b0f983
https://git.gnome.org/browse/gedit/commit/?id=041399d3d09389f951af8db4f5b83d142a9ebe55
https://git.gnome.org/browse/gedit/commit/?id=da46f5d6cd9b727e23ec0ae79bb0a78419bb1363
https://git.gnome.org/browse/gedit/commit/?id=1d56b827f14096891bb03dbd5e8211fdad1331ad
https://git.gnome.org/browse/gedit/commit/?id=e63de5a2396a56eeba46479a54628843538da29e
</pre>
</div>
</content>
</entry>
<entry>
<title>move to GTK+3 (&gt;= 3.14), drop GTK+2 code and --with-gtk build option</title>
<updated>2016-11-06T11:43:26+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-11-06T11:43:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=4c06cb5cd0859067769dac1317682d430b18cc78'/>
<id>4c06cb5cd0859067769dac1317682d430b18cc78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drop Python plugins support and --enable-python build option</title>
<updated>2016-11-06T11:42:18+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-11-06T11:42:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=65371f53dbb06180b750dad7c19e7bcf0f8651d6'/>
<id>65371f53dbb06180b750dad7c19e7bcf0f8651d6</id>
<content type='text'>
it requires PyGTK so won't even build with GTK+3

but keep plugins themselves for future porting to libpeas
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it requires PyGTK so won't even build with GTK+3

but keep plugins themselves for future porting to libpeas
</pre>
</div>
</content>
</entry>
<entry>
<title>drop MateConf migration script</title>
<updated>2016-01-02T22:36:21+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-01-02T22:36:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=e24d28ce22b51ead400bdc010e95317514be7c91'/>
<id>e24d28ce22b51ead400bdc010e95317514be7c91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugreport script: bring back active plugins listing</title>
<updated>2015-09-29T10:57:32+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-09-29T10:57:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=6ee8c7a1abd689e8df9425f70dee61a40f59fcaa'/>
<id>6ee8c7a1abd689e8df9425f70dee61a40f59fcaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
