<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-indicator-messages, branch 0.5.95</title>
<subtitle>Ayatana Indicator Messages Applet
</subtitle>
<id>https://cgit.arctica-project.org/ayatana-indicator-messages/atom?h=0.5.95</id>
<link rel='self' href='https://cgit.arctica-project.org/ayatana-indicator-messages/atom?h=0.5.95'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/'/>
<updated>2012-04-05T17:06:21+00:00</updated>
<entry>
<title>0.5.95</title>
<updated>2012-04-05T17:06:21+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-04-05T17:06:21+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=618e46358a13eca06d26aa681fd11afedee8cfb5'/>
<id>urn:sha1:618e46358a13eca06d26aa681fd11afedee8cfb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge the missing resort_menu fix</title>
<updated>2012-04-05T15:20:38+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2012-04-05T15:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=c58c7ebe1f0c8cd79e5dda0e1ea4c231c66e7be9'/>
<id>urn:sha1:c58c7ebe1f0c8cd79e5dda0e1ea4c231c66e7be9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>messages-service.c: add missing resort_menu</title>
<updated>2012-04-05T14:37:12+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2012-04-05T14:37:12+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=f6c8b38729069405066ed632702990c30eec8c3c'/>
<id>urn:sha1:f6c8b38729069405066ed632702990c30eec8c3c</id>
<content type='text'>
This might fix lp:856284, but I couldn't verify because I can't reproduce the
bug.

</content>
</entry>
<entry>
<title>Merge lp:~larsu/indicator-messages/lp956147 to fix broken thunderbird message indicator icons.</title>
<updated>2012-04-04T18:28:38+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-04-04T18:28:38+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=5779b63a5dd049d00a4fd500acecb27b169b6d82'/>
<id>urn:sha1:5779b63a5dd049d00a4fd500acecb27b169b6d82</id>
<content type='text'>
This is a refinement to r254, which set an empty icon so that shortcut labels ("compose new message", "contacts", etc.) are horizontally aligned with the labels of the applications they belong to. Apparently gtk2 sets a "broken" icon onto a GtkImage if gtk_image_set_from_icon_name() is passed an empty string, which caused the behavior seen in bug #956147. Adding an #ifdef is a short-term fix for removing that "broken" icon in gtk2 for 12.04.

Xref: http://bazaar.launchpad.net/~indicator-applet-developers/indicator-messages/trunk.0.6/revision/254
Xref: https://code.launchpad.net/~larsu/indicator-messages/lp956147/+merge/100836

</content>
</entry>
<entry>
<title>Workaround for lp #956147: don't show empty icons in the gtk2 version</title>
<updated>2012-04-04T16:57:15+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2012-04-04T16:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=d0eae41a0c2f1d70e00eba6961020657fdaaa2a4'/>
<id>urn:sha1:d0eae41a0c2f1d70e00eba6961020657fdaaa2a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge lp:~larsu/indicator-messages/fix-blacklist-again to revert blacklist changes so that apps relying on the old behavior will work again.</title>
<updated>2012-04-04T14:59:07+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-04-04T14:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=0a10a54cffe3e7f1cbc709461c1a8c32a66d4d70'/>
<id>urn:sha1:0a10a54cffe3e7f1cbc709461c1a8c32a66d4d70</id>
<content type='text'>
The new policy is: if a file in the blacklist folder is a symbolic link, use its target. If its filename ends on .desktop, use the file's basename (so that copying files works). Otherwise, use the contents of file (first line should contain path to a desktop file).

Xref: bug #939258 and http://bazaar.launchpad.net/~indicator-applet-developers/indicator-messages/trunk.0.6/revision/259

</content>
</entry>
<entry>
<title>messages-service.c: fix leak</title>
<updated>2012-04-04T14:48:53+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2012-04-04T14:48:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=f2aefd61b55b2784cc8a2a24026e64cef84f0e4d'/>
<id>urn:sha1:f2aefd61b55b2784cc8a2a24026e64cef84f0e4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert blacklist changes make apps relying on old behavior work again</title>
<updated>2012-04-04T08:46:05+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2012-04-04T08:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=564b5157b51c99c201597b06fe6c9f02e62b94eb'/>
<id>urn:sha1:564b5157b51c99c201597b06fe6c9f02e62b94eb</id>
<content type='text'>
The new policy is:  if a file in the blacklist folder is a symbolic link, use
its target.  If its filename ends on .desktop, use the file's basename (so that
copying files works).  Otherwise, use the contents of file (first line should
contain path to a desktop file).

</content>
</entry>
<entry>
<title>Sync to trunk</title>
<updated>2012-03-21T20:23:57+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-03-21T20:23:57+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=3891a6cbb69599fe8de9b11d70cd058ecefb9722'/>
<id>urn:sha1:3891a6cbb69599fe8de9b11d70cd058ecefb9722</id>
<content type='text'>
</content>
</entry>
<entry>
<title>0.5.94</title>
<updated>2012-03-21T20:20:30+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-03-21T20:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=785195578165ab8add69dc0c23acef0997ac0482'/>
<id>urn:sha1:785195578165ab8add69dc0c23acef0997ac0482</id>
<content type='text'>
</content>
</entry>
</feed>
