<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-notification-daemon, branch v1.28.0</title>
<subtitle>Daemon to displays passive pop-up notifications</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/'/>
<entry>
<title>ci: use ubuntu jammy as docker</title>
<updated>2024-02-15T17:09:37+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2024-02-15T17:09:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=10455f6dc15a5d41d2e06e2f7c1c09276a0bbf4f'/>
<id>10455f6dc15a5d41d2e06e2f7c1c09276a0bbf4f</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.28.0</title>
<updated>2024-02-15T16:46:42+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2024-02-15T16:46:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=b7f3139e25a8e839343b761c38231af6fce9b034'/>
<id>b7f3139e25a8e839343b761c38231af6fce9b034</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-15T16:43:03+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2024-02-15T16:43:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=7877fec42badc838eae934284dccfdf27f1ddccd'/>
<id>7877fec42badc838eae934284dccfdf27f1ddccd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix positioning on Wayland when output is not at position 0, 0</title>
<updated>2024-01-05T02:48:14+00:00</updated>
<author>
<name>Sophie Winter</name>
<email>git@phie.me</email>
</author>
<published>2024-01-05T01:51:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=42c2e41d6c1f3613f601082bdf874b728800271f'/>
<id>42c2e41d6c1f3613f601082bdf874b728800271f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix building with libxml 2.12.0</title>
<updated>2023-11-25T21:06:35+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2023-11-24T17:20:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=d7b86efd4584548d676bf7c53f6d9a6d5584a1c5'/>
<id>d7b86efd4584548d676bf7c53f6d9a6d5584a1c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>applet: Do not override the process' text domain</title>
<updated>2023-10-05T09:58:58+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2023-10-03T10:13:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=05f3a440f3cbd7c4fd04962f964292a764f5b6ac'/>
<id>05f3a440f3cbd7c4fd04962f964292a764f5b6ac</id>
<content type='text'>
When loaded as in-process applet, we must not call `textdomain()` or we
will override mate-panel's text domain.  Instead, properly use
gi18n-lib.h header that provides the same API but uses the compile-time
`GETTEXT_PACKAGE` value for each call.

Actually drop the whole i18n setup logic that is provided already by
mate-panel's factory macros.

Fixes #219.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When loaded as in-process applet, we must not call `textdomain()` or we
will override mate-panel's text domain.  Instead, properly use
gi18n-lib.h header that provides the same API but uses the compile-time
`GETTEXT_PACKAGE` value for each call.

Actually drop the whole i18n setup logic that is provided already by
mate-panel's factory macros.

Fixes #219.
</pre>
</div>
</content>
</entry>
<entry>
<title>applet: Actually use translations</title>
<updated>2023-10-05T09:58:58+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2023-10-03T10:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=8adfe64ab4fe19f5af2544d3285c0d514ab5b2a5'/>
<id>8adfe64ab4fe19f5af2544d3285c0d514ab5b2a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: update resources</title>
<updated>2023-09-02T15:28:32+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2023-09-02T15:28:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=c7815ef3b6142b9b72ad3d8d11b3e9d53057439b'/>
<id>c7815ef3b6142b9b72ad3d8d11b3e9d53057439b</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.1</title>
<updated>2023-08-22T16:02:18+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2023-08-22T16:02:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=babcbc1eaa44652062251e230d14b417c76cafa3'/>
<id>babcbc1eaa44652062251e230d14b417c76cafa3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: pull with transifex</title>
<updated>2023-08-22T15:53:15+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2023-08-22T15:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=56451ddf8395746bb7fe6cb44e0e3a413a28997f'/>
<id>56451ddf8395746bb7fe6cb44e0e3a413a28997f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
