<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-applets/stickynotes, branch v1.23.0</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>tx: sync with transifex</title>
<updated>2019-06-16T14:44:50+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-06-16T14:44:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=d726805a67f140e538513f98a830a3578ea34a0a'/>
<id>d726805a67f140e538513f98a830a3578ea34a0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix use-after-free clang warning</title>
<updated>2019-04-14T12:38:44+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-03-14T07:52:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=538e7566185ccd4f6accd55fcb55644c0223d82f'/>
<id>538e7566185ccd4f6accd55fcb55644c0223d82f</id>
<content type='text'>
battstat_applet.c:755:3: warning: Use of memory after it is freed
  static_global_teardown (battstat);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

stickynotes.c:674:24: warning: Use of memory after it is freed
                stickynotes-&gt;notes = g_list_remove(stickynotes-&gt;notes, note);
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
battstat_applet.c:755:3: warning: Use of memory after it is freed
  static_global_teardown (battstat);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

stickynotes.c:674:24: warning: Use of memory after it is freed
                stickynotes-&gt;notes = g_list_remove(stickynotes-&gt;notes, note);
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
</pre>
</div>
</content>
</entry>
<entry>
<title>help: update copyright</title>
<updated>2019-03-23T15:33:14+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-03-23T15:33:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=3ae95d7c5d21cf1d88ed305a6b2ff3ad594ba8e6'/>
<id>3ae95d7c5d21cf1d88ed305a6b2ff3ad594ba8e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Help: Use XInclude instead of ENTITY for legal.xml</title>
<updated>2019-03-20T14:41:18+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-03-14T10:19:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=930445b0d0fa005d2338d117f0582f24ddc87a23'/>
<id>930445b0d0fa005d2338d117f0582f24ddc87a23</id>
<content type='text'>
The ENTITY is expanded in i18n process, and legal.xml file
is never read.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ENTITY is expanded in i18n process, and legal.xml file
is never read.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make translatable documenters in about dialog</title>
<updated>2019-03-20T14:38:56+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-03-13T17:29:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=a40fd10e985f525f9e26ef816c2f71a2c22dc725'/>
<id>a40fd10e985f525f9e26ef816c2f71a2c22dc725</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make translatable copyright info in about dialog</title>
<updated>2019-03-20T14:38:56+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-03-13T12:42:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=5059df0f47487b7aed5be05640bdec87a4573813'/>
<id>5059df0f47487b7aed5be05640bdec87a4573813</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure proper translation of the about dialog title</title>
<updated>2019-03-20T14:38:56+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-03-13T10:56:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=5b153a6130de6b905b73b9e1a23b3922c929a0a7'/>
<id>5b153a6130de6b905b73b9e1a23b3922c929a0a7</id>
<content type='text'>
Note that GTK+ sets a default title of _("About %s") on the dialog
window (where %s is replaced by the name of the application, but
in order to ensure proper translation of the title, applications
should set the title property explicitly when constructing a
GtkAboutDialog

https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that GTK+ sets a default title of _("About %s") on the dialog
window (where %s is replaced by the name of the application, but
in order to ensure proper translation of the title, applications
should set the title property explicitly when constructing a
GtkAboutDialog

https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: sync with transifex</title>
<updated>2019-03-17T13:40:38+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-03-17T12:57:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=f3654da400e936dbc2f52b40c9a1869d2f5e46eb'/>
<id>f3654da400e936dbc2f52b40c9a1869d2f5e46eb</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>2019-02-25T15:07:01+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-02-25T14:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=e358f992a00dfe78054f6f7baca3e6a1ef350c8b'/>
<id>e358f992a00dfe78054f6f7baca3e6a1ef350c8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issues reported by translators</title>
<updated>2019-02-11T13:46:32+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-02-11T12:28:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=ada156c76b7d31f7391d92f804ed9838046e0db9'/>
<id>ada156c76b7d31f7391d92f804ed9838046e0db9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
