<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pluma, branch 1.22</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>Travis CI: arch build: add autoconf-archive</title>
<updated>2020-02-26T19:16:48+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2020-02-26T15:13:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=74933776d723b4d787c81a6a41c0ed9853ef5a9e'/>
<id>74933776d723b4d787c81a6a41c0ed9853ef5a9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Travis CI: Fix build error, add .build.yml</title>
<updated>2020-02-19T09:59:18+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2020-02-19T08:48:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=f8a9eaf79b97c9292bd19f5624e58905461acff7'/>
<id>f8a9eaf79b97c9292bd19f5624e58905461acff7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid to make new Gsettings variables</title>
<updated>2020-02-13T11:16:48+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-12-28T21:20:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=07aef8bceacc973fd2439fc9b04376477136a60a'/>
<id>07aef8bceacc973fd2439fc9b04376477136a60a</id>
<content type='text'>
use Gsettings 'pluma_prefs_manager' instead
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use Gsettings 'pluma_prefs_manager' instead
</pre>
</div>
</content>
</entry>
<entry>
<title>pluma-view: avoid static gboolean variable</title>
<updated>2020-02-13T11:16:35+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-08-10T02:46:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=42c09a576c00446f1cb2ea81d3da260146063e27'/>
<id>42c09a576c00446f1cb2ea81d3da260146063e27</id>
<content type='text'>
in function 'pluma_override_font'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in function 'pluma_override_font'
</pre>
</div>
</content>
</entry>
<entry>
<title>window: Do not override GdkWindowState</title>
<updated>2020-02-13T11:04:14+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-10-08T16:47:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=dbad9c1006e6e8ed78ce8d68d274d4177eb86dcb'/>
<id>dbad9c1006e6e8ed78ce8d68d274d4177eb86dcb</id>
<content type='text'>
When setting the custom pluma window state we override the class method,
but never defer back to the parent class method. This means that window
states like backdrop are never set on Pluma.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When setting the custom pluma window state we override the class method,
but never defer back to the parent class method. This means that window
states like backdrop are never set on Pluma.
</pre>
</div>
</content>
</entry>
<entry>
<title>pluma-document: avoid garbarge value in 'file_with_bom' function</title>
<updated>2020-02-13T11:02:54+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-08-23T23:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=615ecfdd401c70bdf9faaf3e3125f793d76476bf'/>
<id>615ecfdd401c70bdf9faaf3e3125f793d76476bf</id>
<content type='text'>
Fixes clang analyzer warning:

pluma-document.c:682:14: warning: The left operand of '==' is a garbage value
        if ((bom[0] == '\357') &amp;&amp;
             ~~~~~~ ^
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes clang analyzer warning:

pluma-document.c:682:14: warning: The left operand of '==' is a garbage value
        if ((bom[0] == '\357') &amp;&amp;
             ~~~~~~ ^
</pre>
</div>
</content>
</entry>
<entry>
<title>pluma-print-preview: Fix warning: identical expressions</title>
<updated>2020-02-13T11:02:15+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-06-18T16:24:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=ac964e63be856db9ffa61fa2b9bc578a2bfb77b4'/>
<id>ac964e63be856db9ffa61fa2b9bc578a2bfb77b4</id>
<content type='text'>
based in gedit commit:
https://gitlab.gnome.org/GNOME/gedit/commit/e30939812fcf884d031757fb3cc2a8383f3ce21f

Fixes Clang analyzer warning:
pluma-print-preview.c:743:24: warning: identical expressions on both sides of logical operator
        if (priv-&gt;tile_h &lt;= 0 || priv-&gt;tile_h &lt;= 0)
            ~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~

Fixes cppcheck warning:
[pluma/pluma-print-preview.c:743]: (style) Same expression on both sides of '||'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
based in gedit commit:
https://gitlab.gnome.org/GNOME/gedit/commit/e30939812fcf884d031757fb3cc2a8383f3ce21f

Fixes Clang analyzer warning:
pluma-print-preview.c:743:24: warning: identical expressions on both sides of logical operator
        if (priv-&gt;tile_h &lt;= 0 || priv-&gt;tile_h &lt;= 0)
            ~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~

Fixes cppcheck warning:
[pluma/pluma-print-preview.c:743]: (style) Same expression on both sides of '||'.
</pre>
</div>
</content>
</entry>
<entry>
<title>add gbk encoding</title>
<updated>2020-02-08T23:03:57+00:00</updated>
<author>
<name>zhangjialing</name>
<email>zhangjialing@loongson.cn</email>
</author>
<published>2020-02-07T06:43:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=2ce508d333f8a60c045772adb46cfccec660aead'/>
<id>2ce508d333f8a60c045772adb46cfccec660aead</id>
<content type='text'>
Signed-off-by: zhangjialing &lt;zhangjialing@loongson.cn&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: zhangjialing &lt;zhangjialing@loongson.cn&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>travis ci: use fedora:latest</title>
<updated>2019-11-24T13:14:08+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-11-24T13:13:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=014575f1ad38056051468cef0e46cb4f7a0c4a6d'/>
<id>014575f1ad38056051468cef0e46cb4f7a0c4a6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Travis CI: use Ubuntu "19.10" instead "19.04"</title>
<updated>2019-10-21T17:34:14+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-10-21T17:33:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=cd8b76a287895000623a2ff57df74c442af2e318'/>
<id>cd8b76a287895000623a2ff57df74c442af2e318</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
