diff options
author | Ted Gould <ted@gould.cx> | 2011-03-10 16:07:12 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-10 16:07:12 -0600 |
commit | 4097a4c42901dee5edf61c589ef0d501b716c633 (patch) | |
tree | 22afe15f4b224e61ff2ca33416c4a004d05606cf /ChangeLog | |
parent | 54dde179be74619f64add30cb99f75fee2dfdd31 (diff) | |
parent | 7db402b6a67a54a39125d944441aa84c4b268963 (diff) | |
download | ayatana-indicator-session-4097a4c42901dee5edf61c589ef0d501b716c633.tar.gz ayatana-indicator-session-4097a4c42901dee5edf61c589ef0d501b716c633.tar.bz2 ayatana-indicator-session-4097a4c42901dee5edf61c589ef0d501b716c633.zip |
Import upstream version 0.2.15
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 57 |
1 files changed, 57 insertions, 0 deletions
@@ -1,5 +1,62 @@ # Generated by Makefile. Do not edit. +2011-03-10 Ted Gould <ted@gould.cx> + + 0.2.15 + +2011-03-10 Ted Gould <ted@gould.cx> + + Use the --no-lock parameter + +2011-03-10 Ted Gould <ted@gould.cx> + + Add the --no-lock option to activate the session. + +2011-03-10 Ted Gould <ted@gould.cx> + + Looking in a directory for extra launchers + +2011-03-10 Ted Gould <ted@gould.cx> + + Embed the function so it's not one separator ever, but once per run + +2011-03-10 Ted Gould <ted@gould.cx> + + Add some cleanup and some comments + +2011-03-10 Ted Gould <ted@gould.cx> + + Sort the launchers + +2011-03-10 Ted Gould <ted@gould.cx> + + Reducing the scope of some of our variables + +2011-03-10 Ted Gould <ted@gould.cx> + + Closing the directory after we're done with it + +2011-03-10 Ted Gould <ted@gould.cx> + + Putting the appinfo's into a list so that we can sort them + +2011-03-10 Martin Pitt <martin.pitt@ubuntu.com> + + Drop support for indicator-session-extra.desktop + +2011-03-10 Martin Pitt <martin.pitt@canonical.com> + + Add support for extra launcher dir + + Hardcoding a single extra launcher path is impractical for distributions, as + multiple packages would collide on the name and wouldn't give any extra + customization possibility for OEMs. + + Obsolete /usr/share/applications/indicator-session-extra.desktop and instead + read /usr/share/indicators/session/applications/*.desktop + + https://launchpad.net/bugs/727823 + 2011-02-17 Ted Gould <ted@gould.cx> 0.2.14 |