<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pluma/tests, branch 1.26</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>update copyright to 2021</title>
<updated>2021-06-26T18:37:55+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2021-06-26T18:37:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=3e5174ecdfbd936ec11656a536c3e0a3090d826c'/>
<id>3e5174ecdfbd936ec11656a536c3e0a3090d826c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Port main program to GSettings</title>
<updated>2020-07-29T14:47:54+00:00</updated>
<author>
<name>mbkma</name>
<email>johannes.unruh@fau.de</email>
</author>
<published>2020-07-07T13:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=2edb465b646f671f3372c70f020bd3d3076e86ad'/>
<id>2edb465b646f671f3372c70f020bd3d3076e86ad</id>
<content type='text'>
Remove pluma_prefs_manager.
Plugins were already ported to GSettings.
Based on: https://gitlab.gnome.org/GNOME/gedit/-/commit/4215be0e8924f45170683493beaa2695e8e2e483
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove pluma_prefs_manager.
Plugins were already ported to GSettings.
Based on: https://gitlab.gnome.org/GNOME/gedit/-/commit/4215be0e8924f45170683493beaa2695e8e2e483
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge gio document loader and saver into document loader and saver</title>
<updated>2020-07-24T09:27:31+00:00</updated>
<author>
<name>mbkma</name>
<email>39454100+mbkma@users.noreply.github.com</email>
</author>
<published>2020-07-24T09:27:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=8f02e21f3703c9549fb357986f77c9534186f2ab'/>
<id>8f02e21f3703c9549fb357986f77c9534186f2ab</id>
<content type='text'>
Backport from: https://gitlab.gnome.org/GNOME/gedit/-/commit/4bd74a1f47a3fa41385ffae3bb78aeb5afabb564
See: https://bugzilla.gnome.org/show_bug.cgi?id=617215
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport from: https://gitlab.gnome.org/GNOME/gedit/-/commit/4bd74a1f47a3fa41385ffae3bb78aeb5afabb564
See: https://bugzilla.gnome.org/show_bug.cgi?id=617215
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused macros</title>
<updated>2020-06-18T09:21:08+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-06-17T08:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=84994e36bda1f82ecb363502a347ec090b34d3e0'/>
<id>84994e36bda1f82ecb363502a347ec090b34d3e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>document-loader: remove unused variables</title>
<updated>2019-08-23T22:46:11+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-08-23T22:29:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=91a3a911fb0b8800332533ef6e0ea4e0b8157eb6'/>
<id>91a3a911fb0b8800332533ef6e0ea4e0b8157eb6</id>
<content type='text'>
Fixes cppcheck warnings:

[tests/document-loader.c:44]: (style) Unused variable: document
[tests/document-loader.c:45]: (style) Unused variable: uri
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes cppcheck warnings:

[tests/document-loader.c:44]: (style) Unused variable: document
[tests/document-loader.c:45]: (style) Unused variable: uri
</pre>
</div>
</content>
</entry>
<entry>
<title>smart-converter: Fix memory leaks</title>
<updated>2019-08-23T13:02:43+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-08-22T22:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=18603e5135ad95af87ce855a328d3a01f7a4dd5c'/>
<id>18603e5135ad95af87ce855a328d3a01f7a4dd5c</id>
<content type='text'>
Fixes clang analyzer warnings:

smart-converter.c:108:8: warning: Potential leak of memory pointed to by 'out'
                if (!care_about_error)
                     ^~~~~~~~~~~~~~~~

smart-converter.c:337:7: warning: Potential leak of memory pointed to by 'aux'
        aux2 = do_test (aux, NULL, encs, aux_len, &amp;guessed);
        ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

smart-converter.c:339:12: warning: Potential leak of memory pointed to by 'aux2'
        g_assert (guessed == pluma_encoding_get_from_charset ("UTF-16"));
                  ^~~~~~~
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes clang analyzer warnings:

smart-converter.c:108:8: warning: Potential leak of memory pointed to by 'out'
                if (!care_about_error)
                     ^~~~~~~~~~~~~~~~

smart-converter.c:337:7: warning: Potential leak of memory pointed to by 'aux'
        aux2 = do_test (aux, NULL, encs, aux_len, &amp;guessed);
        ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

smart-converter.c:339:12: warning: Potential leak of memory pointed to by 'aux2'
        g_assert (guessed == pluma_encoding_get_from_charset ("UTF-16"));
                  ^~~~~~~
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespaces</title>
<updated>2019-07-06T19:46:58+00:00</updated>
<author>
<name>Laurent Napias</name>
<email>tamplan@free.fr</email>
</author>
<published>2019-06-29T08:29:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=db655f3fb2f67b695d36369e584fcb598e0e1bea'/>
<id>db655f3fb2f67b695d36369e584fcb598e0e1bea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: define ACCESSPERMS if not defined</title>
<updated>2016-07-21T11:42:31+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-07-21T11:42:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=26d006bed0a52e487c7ad80977481362822a2107'/>
<id>26d006bed0a52e487c7ad80977481362822a2107</id>
<content type='text'>
taken from
https://git.gnome.org/browse/gedit/commit/?id=de9e9716037a567bda012edda8d6f92f3cdd0ea2

patch pointed out by @pyhalov
closes https://github.com/mate-desktop/pluma/issues/189
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from
https://git.gnome.org/browse/gedit/commit/?id=de9e9716037a567bda012edda8d6f92f3cdd0ea2

patch pointed out by @pyhalov
closes https://github.com/mate-desktop/pluma/issues/189
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust the document-output-stream test to the new buffering strategy.</title>
<updated>2015-10-13T12:07:00+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>pm@rawhide.datasphere.ch</email>
</author>
<published>2015-10-08T16:14:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=7ec8b4d7450b7a4558822d1c3f8fbe178e505690'/>
<id>7ec8b4d7450b7a4558822d1c3f8fbe178e505690</id>
<content type='text'>
Test was still failing because it checked the document content before closing.
This commit forces document flush before this check, making the test successful.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test was still failing because it checked the document content before closing.
This commit forces document flush before this check, making the test successful.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/document-output-stream.c: change substring length from 2 to 3 in EOL tests.</title>
<updated>2015-10-08T14:30:59+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>pm@rawhide.datasphere.ch</email>
</author>
<published>2015-10-08T14:30:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=78101257f40bbf8a0d7b606bee36e527f9b0ea11'/>
<id>78101257f40bbf8a0d7b606bee36e527f9b0ea11</id>
<content type='text'>
CRs always appear at the same modulus 2 offset in test strings, thus bug
https://github.com/mate-desktop/pluma/issues/100 is never detected.
Setting substring lengths to 3 causes the test to detect bug #100, thus failing,
as it should yet do.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CRs always appear at the same modulus 2 offset in test strings, thus bug
https://github.com/mate-desktop/pluma/issues/100 is never detected.
Setting substring lengths to 3 causes the test to detect bug #100, thus failing,
as it should yet do.
</pre>
</div>
</content>
</entry>
</feed>
