aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog65
1 files changed, 65 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f11a82..9c029a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,70 @@
# Generated by Makefile. Do not edit.
+2012-03-09 Ted Gould <ted@gould.cx>
+
+ 0.4.91
+
+2012-03-09 Ted Gould <ted@gould.cx>
+
+ Update to new actions format in libindicator
+
+2012-03-09 Ted Gould <ted@gould.cx>
+
+ Include an index for 0.5
+
+2012-03-07 Charles Kerr <charles.kerr@canonical.com>
+
+ Merge lp:~ted/libappindicator/lp885080 to add a title and name on the status icon in fallback mode for bug #885080
+
+2012-03-02 Ted Gould <ted@gould.cx>
+
+ Protecting from NULL titles, which apparently status_icon can't take :-/
+
+2012-03-02 Ted Gould <ted@gould.cx>
+
+ Handle the title changing at runtime
+
+2012-03-02 Ted Gould <ted@gould.cx>
+
+ Attaching bug
+
+2012-03-02 Ted Gould <ted@gould.cx>
+
+ Sets the title of the status icon to the title of the appindicator and the name to the ID
+
+2012-03-06 Ted Gould <ted@gould.cx>
+
+ Making the Mono and Python bindings build directory independent
+
+2012-03-06 Charles Kerr <charles.kerr@canonical.com>
+
+ generate app-indicator.sources.xml (for mono bindings) and appindicator.override (for python bindings) at configure time so that they can take into account top_builddir vs top_srcdir differences.
+
+2012-03-06 Ted Gould <ted@gould.cx>
+
+ Look for files and don't use those as icon names in the fallback
+
+2012-03-06 Ted Gould <ted@gould.cx>
+
+ Removing unneeded NULL check
+
+2012-03-02 Ted Gould <ted@gould.cx>
+
+ Attaching bug
+
+2012-03-02 Ted Gould <ted@gould.cx>
+
+ Rework the icon setting function so that it can handle images that are file paths by checking to see if the files exist
+
+2012-03-06 Ted Gould <ted@gould.cx>
+
+ Improve docs on title functions
+
+2012-02-29 Sebastien Bacher <seb128@ubuntu.com>
+
+ Set "Since: 0.5" in the inline documentation for the new
+ set_title and get_title functions
+
2012-02-03 Ted Gould <ted@gould.cx>
Fixing some of the properties in the mono bindings