diff options
author | Ted Gould <ted@gould.cx> | 2011-07-14 13:33:11 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-14 13:33:11 -0500 |
commit | 6032a847e527d10641396268dfe4d0db176d3b56 (patch) | |
tree | 62d2efca4b4ce17c6dd57e38a6822f5d71bb2e87 /ChangeLog | |
parent | c1034173faf54120c693c984123f343968621359 (diff) | |
parent | c6d763c2fa431fefd0869d381b15c25364e8972f (diff) | |
download | libayatana-indicator-6032a847e527d10641396268dfe4d0db176d3b56.tar.gz libayatana-indicator-6032a847e527d10641396268dfe4d0db176d3b56.tar.bz2 libayatana-indicator-6032a847e527d10641396268dfe4d0db176d3b56.zip |
Import upstream version 0.3.91
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 76 |
1 files changed, 76 insertions, 0 deletions
@@ -1,5 +1,81 @@ # Generated by Makefile. Do not edit. +2011-07-14 Ted Gould <ted@gould.cx> + + 0.3.91 + +2011-07-14 Ted Gould <ted@gould.cx> + + Fixing the libindicator test suite + +2011-07-11 Ted Gould <ted@gould.cx> + + Cleaning up removal of watchers as the string was getting free'd before it could get used to remove the entry from the hashtable. Now using a destroy function as that is possible with GDBus but wasn't with dbus-glib + +2011-07-11 Ted Gould <ted@gould.cx> + + Define the bus well known type in the session.conf file + +2011-07-12 Ted Gould <ted@gould.cx> + + Adding an env variable to put a service in replace mode + +2011-07-12 Ted Gould <ted@gould.cx> + + Watching when we do name switches + +2011-07-12 Ted Gould <ted@gould.cx> + + Adding in the shutdown function + +2011-07-12 Ted Gould <ted@gould.cx> + + In replace mode we need to ask the other guy to shutdown and still wait for the name a bit. + +2011-07-12 Ted Gould <ted@gould.cx> + + Adding in a property for being in replace mode + +2011-07-11 Ted Gould <ted@gould.cx> + + Add the PC file instead of replace it + +2011-07-11 Ted Gould <ted@gould.cx> + + Handle NULL entries without crashing + +2011-07-07 Ted Gould <ted@gould.cx> + + Installing the debugging env entries in shared directory instead of the executable one. + +2011-07-07 Ken VanDine <ken.vandine@canonical.com> + + Make xsessiondir = $(pkgdatadir) + +2011-07-07 Ted Gould <ted@gould.cx> + + Fixing doc string + +2011-07-07 Ken VanDine <ken.vandine@canonical.com> + + Changed to help message for --with-gtk to reflect the new default + +2011-07-07 Ted Gould <ted@gould.cx> + + Anotating the get entires function properly. + +2011-07-08 Robert Ancell <robert.ancell@canonical.com> + + Annotate the return value of indicator_object_get_entries so that the type in the list is known, also fix typo in docstring + +2011-07-07 Ted Gould <ted@gould.cx> + + Making the box function conditional on GTK version + +2011-07-07 Ted Gould <ted@gould.cx> + + Handling the right box for the right version of GTK + 2011-07-06 Ted Gould <ted@gould.cx> 0.3.90 |