<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-panel, branch v1.28.0</title>
<subtitle>MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/'/>
<entry>
<title>release 1.28.0</title>
<updated>2024-02-20T01:20:26+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2024-02-20T01:20:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=83da4d5e069cb428fd8032f4ab5f2e4642910787'/>
<id>83da4d5e069cb428fd8032f4ab5f2e4642910787</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: sync with transifex</title>
<updated>2024-02-20T01:18:25+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2024-02-20T01:18:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=c36e374f45e7d4d153aa743c42e141030f3344be'/>
<id>c36e374f45e7d4d153aa743c42e141030f3344be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>release 1.27.3</title>
<updated>2024-02-04T18:43:35+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2024-02-04T18:43:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=7169a9f0bca49b46db343d19d67482cf322f6b8c'/>
<id>7169a9f0bca49b46db343d19d67482cf322f6b8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: sync with transifex</title>
<updated>2024-02-04T17:59:26+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2024-02-04T17:59:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=ebf811fe770a93fea355e2245984e1d0b402d936'/>
<id>ebf811fe770a93fea355e2245984e1d0b402d936</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Constify some pointer references in locals</title>
<updated>2024-02-04T17:37:58+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2023-11-21T20:12:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=63952b76ef6fce89854d0868d5337230c2ba4b38'/>
<id>63952b76ef6fce89854d0868d5337230c2ba4b38</id>
<content type='text'>
No need to have pointers to mutables when not needed.

This does not cover everything at all, and is limited to one file for
the moment.

origin commit was:
https://github.com/mate-desktop/mate-panel/commit/b913762
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No need to have pointers to mutables when not needed.

This does not cover everything at all, and is limited to one file for
the moment.

origin commit was:
https://github.com/mate-desktop/mate-panel/commit/b913762
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce scope of more code</title>
<updated>2024-02-04T17:37:58+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2023-11-15T14:39:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=406e09ec637deeafe6d34361c8896df6bbfef22b'/>
<id>406e09ec637deeafe6d34361c8896df6bbfef22b</id>
<content type='text'>
The computed values are only used in one branch, so compute them there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The computed values are only used in one branch, so compute them there.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid a redundant NULL check</title>
<updated>2024-02-04T17:37:58+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2023-11-15T14:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=d437f5bba6a55ef585a2d51beadf68d71f7f7221'/>
<id>d437f5bba6a55ef585a2d51beadf68d71f7f7221</id>
<content type='text'>
It's probably not necessary to perform the NULL check at all as the
only code paths that could make `list` NULL are already pretty
dramatically broken, but as we have a NULL check move everything
relevant inside it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's probably not necessary to perform the NULL check at all as the
only code paths that could make `list` NULL are already pretty
dramatically broken, but as we have a NULL check move everything
relevant inside it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce scope of variables</title>
<updated>2024-02-04T17:37:58+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2023-11-15T14:10:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=62fabfc793b545250dafaf37f75650cbfdce095f'/>
<id>62fabfc793b545250dafaf37f75650cbfdce095f</id>
<content type='text'>
Mostly found by cppcheck.

origin commit was:
https://github.com/mate-desktop/mate-panel/commit/96c7ebc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly found by cppcheck.

origin commit was:
https://github.com/mate-desktop/mate-panel/commit/96c7ebc
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add "center-stick" capability applets on the panel"</title>
<updated>2024-02-04T17:37:58+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2024-01-28T01:55:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=f98be9734446e1b620312b69dc8fa8ed0f0997d9'/>
<id>f98be9734446e1b620312b69dc8fa8ed0f0997d9</id>
<content type='text'>
This reverts commit 38e00280e9d17282717595a05411736a308804c0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 38e00280e9d17282717595a05411736a308804c0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix center- and right-sticking of expanding applets"</title>
<updated>2024-02-04T17:37:58+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2024-01-28T01:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=53bfbaac0c874932503d3481a91ed96476212682'/>
<id>53bfbaac0c874932503d3481a91ed96476212682</id>
<content type='text'>
This reverts commit 7b1b00d5ddffc349ca117843bd0d015e9fb08a89.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 7b1b00d5ddffc349ca117843bd0d015e9fb08a89.
</pre>
</div>
</content>
</entry>
</feed>
