diff options
author | Ted Gould <ted@gould.cx> | 2011-02-24 22:12:58 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-24 22:12:58 -0600 |
commit | 4b3ebd6f9f070dab76b0f7995b0d362d6e019612 (patch) | |
tree | d33cada62bd6d2bb2c4606bfcb37547d1edd868f /ChangeLog | |
parent | 7357145438e015f5c3fde4ac2140b437a4b24c62 (diff) | |
parent | 87fb9978433b41004b66772284e4f4f64b53313b (diff) | |
download | ayatana-indicator-application-4b3ebd6f9f070dab76b0f7995b0d362d6e019612.tar.gz ayatana-indicator-application-4b3ebd6f9f070dab76b0f7995b0d362d6e019612.tar.bz2 ayatana-indicator-application-4b3ebd6f9f070dab76b0f7995b0d362d6e019612.zip |
* New upstream release.
* Make the accessible description NULL so that indicator-applet doesn't
crash (LP: #721533)
* emit LabelChanged signal along with the IconChanged signal (LP: #712581)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 68 |
1 files changed, 68 insertions, 0 deletions
@@ -1,5 +1,73 @@ # Generated by Makefile. Do not edit. +2011-02-24 Ted Gould <ted@gould.cx> + + 0.2.94 + +2011-02-24 Ted Gould <ted@gould.cx> + + Making sure we have a description for the variant world + +2011-02-24 Ted Gould <ted@gould.cx> + + Adding support for accessible descriptions + +2011-02-24 Ted Gould <ted@gould.cx> + + Switching things around so the icon switches with the description all the way up the stack + +2011-02-23 Ted Gould <ted@gould.cx> + + Adding a missing brace + +2011-02-11 Luke Yelavich <luke.yelavich@canonical.com> + + Use the ACCESSIBLE_DESC_UPDATE signal to refresh the accessible description. + +2011-02-08 Luke Yelavich <luke.yelavich@canonical.com> + + accessible_name -> accessible_desc + +2011-02-08 Luke Yelavich <luke.yelavich@canonical.com> + + Merge from trunk + +2011-02-07 Luke Yelavich <luke.yelavich@canonical.com> + + Add accessible name support + +2011-02-21 Ted Gould <ted@gould.cx> + + Make sure to NULL out the structure + +2011-02-18 Ted Gould <ted@gould.cx> + + Ensures the accessible description is NULL + +2011-02-16 Ted Gould <ted@gould.cx> + + Remove g_error's to stop abortion. + +2011-02-11 Michael Terry <mike@mterry.name> + + don't abort on various unexpected situations; just spit out critical warning + +2011-02-16 Ted Gould <ted@gould.cx> + + On status change update the label as well + +2011-02-11 Michael Terry <mike@mterry.name> + + update label too in update_status + +2011-02-07 Ted Gould <ted@gould.cx> + + Build fix to get libindicator header + +2011-02-07 Luke Yelavich <luke.yelavich@canonical.com> + + Include indicator-object.h to reference INDICATOR_OBJECT_SCROLL_UP + 2011-02-03 Ted Gould <ted@gould.cx> 0.2.93 |