summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-03-09 12:11:25 -0600
committerTed Gould <ted@gould.cx>2012-03-09 12:11:25 -0600
commit6a88fcaecc0d49734e0dae1de1842caceb1b6b95 (patch)
treeee44a43de9e65c499d2ee02cb36bdf245f074923 /ChangeLog
parente602f2a924a06b8627e10c133e1c5531a4d38ffd (diff)
parentb681b75cecff5f916350c6340c137a7c99e7a0c6 (diff)
downloadlibayatana-appindicator-6a88fcaecc0d49734e0dae1de1842caceb1b6b95.tar.gz
libayatana-appindicator-6a88fcaecc0d49734e0dae1de1842caceb1b6b95.tar.bz2
libayatana-appindicator-6a88fcaecc0d49734e0dae1de1842caceb1b6b95.zip
* New upstream release.
* Set name and title in fallback status item (LP: #885080) * Fix build in non-source dir cases (LP: #931764) * Use file names for icons in fallback mode (LP: #875770) * Add since declarations to documentation * Fix test suite to work with libindicator 0.4.93 * Fix the mono binding properties
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