<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-desktop/mate-about, branch master</title>
<subtitle>Library with common API for various MATE modules</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/'/>
<entry>
<title>Fix build warnings about missing field initializer</title>
<updated>2022-08-20T20:07:33+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-10-28T11:49:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=0f2374f59767e2117456a88ada65e207fa471cd6'/>
<id>0f2374f59767e2117456a88ada65e207fa471cd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright to 2021</title>
<updated>2021-06-21T16:36:35+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2021-06-21T16:36:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=26141eb1e23c83f174b14a0287125050e93317e2'/>
<id>26141eb1e23c83f174b14a0287125050e93317e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MATE About: Fix off-by-one error, display yerba mate comment</title>
<updated>2021-05-13T11:12:26+00:00</updated>
<author>
<name>Gordon N. Squash</name>
<email>gordsqsh@protonmail.com</email>
</author>
<published>2021-05-12T23:55:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=987fcbf0406a4fdd09e13804c4898d7fb07cab02'/>
<id>987fcbf0406a4fdd09e13804c4898d7fb07cab02</id>
<content type='text'>
The MATE About program is designed to display one of six messages at random
each time you launch the application, showcasing the fundamental values of
the MATE Project.  Unfortunately, due to an off-by-one programming error
introduced many years ago, only the first five messages ever get displayed;
the sixth message, referring to where MATE got its name from, is never chosen.
This was due to a misunderstanding of the GLib function `g_random_int_range`:
The function is and always was designed to be passed an inclusive lower and
an exclusive upper value for the random integer, generating a random integer
that is greater than or equal to the lower value and less than the upper value
specified.  The MATE About application errantly subtracted 1 from the upper
value itself, and thus only messages 1 through 5 were ever picked.

This commit removes the unnecessary subtraction.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The MATE About program is designed to display one of six messages at random
each time you launch the application, showcasing the fundamental values of
the MATE Project.  Unfortunately, due to an off-by-one programming error
introduced many years ago, only the first five messages ever get displayed;
the sixth message, referring to where MATE got its name from, is never chosen.
This was due to a misunderstanding of the GLib function `g_random_int_range`:
The function is and always was designed to be passed an inclusive lower and
an exclusive upper value for the random integer, generating a random integer
that is greater than or equal to the lower value and less than the upper value
specified.  The MATE About application errantly subtracted 1 from the upper
value itself, and thus only messages 1 through 5 were ever picked.

This commit removes the unnecessary subtraction.</pre>
</div>
</content>
</entry>
<entry>
<title>mate-about: Use the macro _(String) instead of the macro gettext(Msgid)</title>
<updated>2021-02-27T21:54:32+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-02-05T21:07:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=9486df8447a695c21edf7cc2ce1f222a3159588e'/>
<id>9486df8447a695c21edf7cc2ce1f222a3159588e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop local macro mate_gettext(package, locale, codeset)</title>
<updated>2021-02-27T21:54:32+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-02-05T20:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=cf587626632dbd9e7b00b58f23064a3f75d2bfd7'/>
<id>cf587626632dbd9e7b00b58f23064a3f75d2bfd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-about.desktop: Do not collect the translation for Icon</title>
<updated>2020-03-03T10:47:21+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-03-02T10:20:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=b222081467e85e45dd9451060c369f4fa582c870'/>
<id>b222081467e85e45dd9451060c369f4fa582c870</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: remove mate-version.xml on distclean target instead of clean</title>
<updated>2020-02-25T12:22:45+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-02-17T14:48:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=fd14a5045eb9cca93763f2ed5253f0add1051392'/>
<id>fd14a5045eb9cca93763f2ed5253f0add1051392</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-about: remove unused variable ‘window’</title>
<updated>2020-02-18T07:50:30+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-02-06T04:22:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=52accf43e4f7e414095745eaff420828ba04ddad'/>
<id>52accf43e4f7e414095745eaff420828ba04ddad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: remove mate-about.h on distclean target instead of clean</title>
<updated>2020-02-17T14:03:02+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-02-06T03:22:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=575a45056a5df80425ae109e7b63b91fd57d8e8b'/>
<id>575a45056a5df80425ae109e7b63b91fd57d8e8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: add meson config files to EXTRA_DIST</title>
<updated>2020-02-17T12:14:48+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2020-02-16T13:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=ac126c9bdfd70d899a6926a8a1194ebeeb23436b'/>
<id>ac126c9bdfd70d899a6926a8a1194ebeeb23436b</id>
<content type='text'>
fixes https://github.com/mate-desktop/mate-desktop/issues/431
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes https://github.com/mate-desktop/mate-desktop/issues/431
</pre>
</div>
</content>
</entry>
</feed>
