diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-14 14:41:54 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-14 14:41:54 -0400 |
commit | 4a7298e250f7884cb5f6382a7f1227b0d0db4fe8 (patch) | |
tree | 019e5af83960eb8ba6dd9ad28862b560ffff43b2 /ChangeLog | |
parent | 72417ad30fd5edf7439b5b6d3d05caa49952d8b7 (diff) | |
parent | e4522e407e617103d5f4af75ddcc3f9cf726bedc (diff) | |
download | ayatana-indicator-messages-4a7298e250f7884cb5f6382a7f1227b0d0db4fe8.tar.gz ayatana-indicator-messages-4a7298e250f7884cb5f6382a7f1227b0d0db4fe8.tar.bz2 ayatana-indicator-messages-4a7298e250f7884cb5f6382a7f1227b0d0db4fe8.zip |
New upstream release.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 116 |
1 files changed, 116 insertions, 0 deletions
@@ -1,5 +1,121 @@ # Generated by Makefile. Do not edit. +2011-07-14 Ted Gould <ted@gould.cx> + + 0.4.92 + +2011-07-14 Ted Gould <ted@gould.cx> + + Adding status menu items to the messaging menu + +2011-07-13 Ted Gould <ted@gould.cx> + + Adding copyright headers + +2011-07-13 Ted Gould <ted@gould.cx> + + Off by one error, because, well, this is a computer program and that's what happens. + +2011-07-13 Ted Gould <ted@gould.cx> + + Allow the status provider directory to be overridden by an environment variable + +2011-07-13 Ted Gould <ted@gould.cx> + + Handle users clicking on those silly menu items that we created. + +2011-07-13 Ted Gould <ted@gould.cx> + + Signal back that the icon should be updated + +2011-07-13 Ted Gould <ted@gould.cx> + + Connect in to update the stati + +2011-07-13 Ted Gould <ted@gould.cx> + + Priming with the status separator + +2011-07-13 Ted Gould <ted@gould.cx> + + Putting status items into the menu + +2011-07-13 Ted Gould <ted@gould.cx> + + Ignoring the PC files + +2011-07-08 Ted Gould <ted@gould.cx> + + Making a pkgconfig file for the status providers + +2011-07-08 Ted Gould <ted@gould.cx> + + Getting libindicator 0.4 support + +2011-07-02 Ted Gould <ted@gould.cx> + + The trailing slash makes distcheck fail. No really. + +2011-07-02 Ted Gould <ted@gould.cx> + + Translate the strings in status-items + +2011-07-02 Ted Gould <ted@gould.cx> + + Ignoring some more + +2011-07-02 Ted Gould <ted@gould.cx> + + Connecting a callback and cleaning up + +2011-07-02 Ted Gould <ted@gould.cx> + + Attach the module to the object and put them in the list. Now we're real. + +2011-07-02 Ted Gould <ted@gould.cx> + + Breaking the status provider base objec out into it's own library + +2011-07-02 Ted Gould <ted@gould.cx> + + Loading the modules and getting an object + +2011-07-02 Ted Gould <ted@gould.cx> + + Insure we're only loading .so's + +2011-07-02 Ted Gould <ted@gould.cx> + + Call the status items build function + +2011-06-28 Ted Gould <ted@gould.cx> + + Basic loadable modules + +2011-06-28 Ted Gould <ted@gould.cx> + + Turning a directory into a bunch of idles loading status providers + +2011-06-28 Ted Gould <ted@gould.cx> + + Adding in an idle function for handling the directory. + +2011-06-28 Ted Gould <ted@gould.cx> + + Getting some static data and using it a bit to boot strap this data + +2011-06-28 Ted Gould <ted@gould.cx> + + Adding in some helpers with building up all the status-items. + +2011-06-22 Ted Gould <ted@gould.cx> + + Commenting out the main function to make it more explanitory + +2011-06-22 Ted Gould <ted@gould.cx> + + Stealing all of the status providers from indicator-me so that we can use them here. + 2011-07-08 Ted Gould <ted@gould.cx> 0.4.91 |