aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-01-14 10:25:41 -0600
committerKen VanDine <ken.vandine@canonical.com>2011-01-14 10:25:41 -0600
commit9dee1e2decb74007676089f5d86fde138d1aac9e (patch)
treee9f8eddea319910ff5cf8501c5d30d02a4bff7f7 /ChangeLog
parenta413ebac8c43f24d72cfeb983170204418201b58 (diff)
parentada08ac02d806abfe1117c0d900a21b3d9e9c98f (diff)
downloadayatana-indicator-application-9dee1e2decb74007676089f5d86fde138d1aac9e.tar.gz
ayatana-indicator-application-9dee1e2decb74007676089f5d86fde138d1aac9e.tar.bz2
ayatana-indicator-application-9dee1e2decb74007676089f5d86fde138d1aac9e.zip
Import upstream version 0.2.91
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog128
1 files changed, 128 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a14793..dfe882e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,133 @@
# Generated by Makefile. Do not edit.
+2011-01-14 Ted Gould <ted@gould.cx>
+
+ Porting to GDBus and fixing some other misc. issus.
+
+2011-01-13 Michael Terry <mike@mterry.name>
+
+ merge ken's com.canonical branch
+
+2011-01-13 Ken VanDine <ken.vandine@canonical.com>
+
+ com.canonical rename for the indicator
+
+2011-01-13 Michael Terry <mike@mterry.name>
+
+ make sure to free pre-validated applications; add applications to the app list as soon as we create them, to avoid apps that spam us (like gnome-power-manager) from creating multiple apps in our list
+
+2011-01-13 Michael Terry <mike@mterry.name>
+
+ reduce debug spew
+
+2011-01-13 Michael Terry <mike@mterry.name>
+
+ don't use cached properties for new icons or new aicons either. Instead, just ask for all properties again
+
+2011-01-13 Michael Terry <mike@mterry.name>
+
+ actually request properties from applications; using cached properties doesn't seem to work
+
+2011-01-13 Michael Terry <mike@mterry.name>
+
+ don't second guess service's new application, which caused our positions to get out of sync with the service if it was a bit confused
+
+2011-01-13 Michael Terry <mike@mterry.name>
+
+ watch for name change, instead of name owner change for approver connections
+
+2011-01-12 Michael Terry <mike@mterry.name>
+
+ fix issue where icons never went away
+
+2011-01-12 Michael Terry <mike@mterry.name>
+
+ fix bug with gvariant string; port test
+
+2011-01-11 Michael Terry <mike@mterry.name>
+
+ port to gdbus
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Remove the library from the build
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Updating to new dbusmenu, no API changes here
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Updating to trunk with mostly libappindicator changes.
+
+2010-12-03 Ted Gould <ted@gould.cx>
+
+ Merging with trunk to get the GTK 3 build. Though, we don't really use it yet.
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Fixing up the test so it builds and runs
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Removing some unneeded files
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Linking to the install directory of libappindicator for the header files
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Adding the libappindicator dep for the tests
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Dropping the library tests
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Removing the example
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Removing the C files and build
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Removing doc and introspection build options
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Remove m4 files and including them in dist
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Removing LGPL
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Removing bindings
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Removing docs
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Removing library deps, bindings and documentation that are included with the lib
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Splitting the deps
+
+2010-09-22 Ted Gould <ted@gould.cx>
+
+ Adding a new library line for configure so that we don't end up with extra libs in the library.
+
+2010-12-07 Ted Gould <ted@gould.cx>
+
+ 0.2.90
+
2010-12-07 Ted Gould <ted@gould.cx>
Update to newest g-ir-scanner and vapigen