diff options
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 |