<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-applets/multiload, branch mate-applets-1.10.2</title>
<subtitle>Applets for use with the MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/'/>
<entry>
<title>help: use valid links to mate feedback page</title>
<updated>2015-07-08T21:01:48+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-07-08T19:02:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=180d05e38941913cce75c66c8a2619e99367e11b'/>
<id>180d05e38941913cce75c66c8a2619e99367e11b</id>
<content type='text'>
Help: forgotten fix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Help: forgotten fix
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "remove non-existing mate-feedback link"</title>
<updated>2015-07-08T21:01:48+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-07-08T18:38:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=67f2e3fe06d6d57d25347a1379e12fa8747837c5'/>
<id>67f2e3fe06d6d57d25347a1379e12fa8747837c5</id>
<content type='text'>
This reverts commit 28159eec6c1c804ea5fc6c48c63dbdebc22111d2.

with docbook help we have this page
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 28159eec6c1c804ea5fc6c48c63dbdebc22111d2.

with docbook help we have this page
</pre>
</div>
</content>
</entry>
<entry>
<title>remove non-existing mate-feedback link</title>
<updated>2015-06-25T13:01:36+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-06-25T13:01:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=28159eec6c1c804ea5fc6c48c63dbdebc22111d2'/>
<id>28159eec6c1c804ea5fc6c48c63dbdebc22111d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>help: fix broken help images</title>
<updated>2015-06-23T20:05:47+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-06-23T20:05:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=cf015437f36f0b727090bf1bd28505507f228926'/>
<id>cf015437f36f0b727090bf1bd28505507f228926</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>multiload: Don't unconditionally use PATH_MAX</title>
<updated>2014-11-27T16:22:11+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-27T16:13:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=d09966caa8d208a13a6b5aaf954202109d6e5d45'/>
<id>d09966caa8d208a13a6b5aaf954202109d6e5d45</id>
<content type='text'>
Since PATH_MAX is not guaranteed to be defined, unconditionally
using it will cause a build failure on platforms that don't define
it. So stop using it and use dynamic allocation to achieve the same
result.

Taken from gnome-applets commit: 877359047a4c3327d574955a72a102cc7320f6d3
From: Emilio Pozuelo Monfort &lt;pochu27@gmail.com&gt;
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=603997
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since PATH_MAX is not guaranteed to be defined, unconditionally
using it will cause a build failure on platforms that don't define
it. So stop using it and use dynamic allocation to achieve the same
result.

Taken from gnome-applets commit: 877359047a4c3327d574955a72a102cc7320f6d3
From: Emilio Pozuelo Monfort &lt;pochu27@gmail.com&gt;
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=603997
</pre>
</div>
</content>
</entry>
<entry>
<title>Use GAppInfo</title>
<updated>2014-11-27T16:14:38+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-27T16:08:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=65d5750a3bb2805e71f71bbce381b53174288e1e'/>
<id>65d5750a3bb2805e71f71bbce381b53174288e1e</id>
<content type='text'>
Taken from gnome-applets commit: a03597db6ce640e2b21b8a24559c01cf943f04c9
From: Kjartan Maraas &lt;kmaraas@gnome.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Taken from gnome-applets commit: a03597db6ce640e2b21b8a24559c01cf943f04c9
From: Kjartan Maraas &lt;kmaraas@gnome.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>multiload: Remove unused code</title>
<updated>2014-11-27T16:14:38+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-27T16:07:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=11a661f6d9f554a73ccd8508ad56fdb5be5e7b91'/>
<id>11a661f6d9f554a73ccd8508ad56fdb5be5e7b91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Gtk3: Set homogenous per gnome-applets commit 5df9f98d66f9c2920122a2a86269d95bd68ce67a</title>
<updated>2014-11-26T20:33:51+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-26T20:33:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=6a796af0b88ba9ecb0cc08284e35e424507d3a13'/>
<id>6a796af0b88ba9ecb0cc08284e35e424507d3a13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GDK_KEY_* is also in Gtk+2</title>
<updated>2014-11-26T17:13:43+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-26T14:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=7e99a3f82abb6560cec5591a2c1734e50331d0cb'/>
<id>7e99a3f82abb6560cec5591a2c1734e50331d0cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Gtk3: Silence GtkVbox and GtkHbox deprecation warnings</title>
<updated>2014-11-26T17:13:43+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-26T13:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=d2d685818a85b773c49802c494a0c386917b5ee6'/>
<id>d2d685818a85b773c49802c494a0c386917b5ee6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
