aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog57
1 files changed, 57 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e257458..03614f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,62 @@
# Generated by Makefile. Do not edit.
+2012-04-05 Charles Kerr <charles.kerr@canonical.com>
+
+ 0.5.95
+
+2012-04-05 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Merge the missing resort_menu fix
+
+2012-04-05 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ messages-service.c: add missing resort_menu
+
+ This might fix lp:856284, but I couldn't verify because I can't reproduce the
+ bug.
+
+2012-04-04 Charles Kerr <charles.kerr@canonical.com>
+
+ Merge lp:~larsu/indicator-messages/lp956147 to fix broken thunderbird message indicator icons.
+
+ 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
+
+2012-04-04 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Workaround for lp #956147: don't show empty icons in the gtk2 version
+
+2012-04-04 Charles Kerr <charles.kerr@canonical.com>
+
+ Merge lp:~larsu/indicator-messages/fix-blacklist-again to revert blacklist changes so that apps relying on the old behavior will work again.
+
+ 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
+
+2012-04-04 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ messages-service.c: fix leak
+
+2012-04-04 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Revert blacklist changes make apps relying on old behavior work again
+
+ 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).
+
+2012-03-21 Ted Gould <ted@gould.cx>
+
+ Sync to trunk
+
+2012-03-21 Charles Kerr <charles.kerr@canonical.com>
+
+ merge lp:~larsu/indicator-messages/fix-blacklist to fix lp bug #959258, messaging indicator not respecting blacklist
+
2012-03-21 Ted Gould <ted@gould.cx>
0.5.94