diff options
author | Ted Gould <ted@gould.cx> | 2012-02-23 00:28:30 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-23 00:28:30 -0600 |
commit | fd038ed9a34844db1ad37e63f88c8d1f27ca0c1d (patch) | |
tree | cb783b7bdbf666f30df7c229f4cfeb0f35ba6249 /ChangeLog | |
parent | 55cbd83e46951e9ddb0c38e5403470d775297116 (diff) | |
parent | f1c593168aa0ed12b706df03372c6fe9ff8572a5 (diff) | |
download | ayatana-indicator-power-fd038ed9a34844db1ad37e63f88c8d1f27ca0c1d.tar.gz ayatana-indicator-power-fd038ed9a34844db1ad37e63f88c8d1f27ca0c1d.tar.bz2 ayatana-indicator-power-fd038ed9a34844db1ad37e63f88c8d1f27ca0c1d.zip |
Import upstream version 1.91
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,5 +1,37 @@ # Generated by Makefile. Do not edit. +2012-02-23 Ted Gould <ted@gould.cx> + + 1.91 + +2012-02-22 Ted Gould <ted@gould.cx> + + Fix accessible descriptions + +2012-02-22 Charles Kerr <charles.kerr@canonical.com> + + when a new entry is added, ensure that its accessible_string is properly set + +2012-02-22 Charles Kerr <charles.kerr@canonical.com> + + fix trivial indentation error + +2012-02-22 Charles Kerr <charles.kerr@canonical.com> + + fix trivial misspelling + +2012-02-22 Charles Kerr <charles.kerr@canonical.com> + + fix set_accessible_desc() to update the entries' accessible_desc fields and emit the accessible-desc-changed signal + +2012-02-17 Charles Kerr <charles.kerr@canonical.com> + + Listen for the "g-properties-changed" signal instead of the "g-signal" signal from its GDBusProxy to fix bug #933466. + +2012-02-16 Charles Kerr <charles.kerr@canonical.com> + + register for g-properties-changed rather than g-signal + 2012-02-14 Ted Gould <ted@gould.cx> 1.90 |