diff options
author | Paul Tagliamonte <paultag@ubuntu.com> | 2011-04-15 18:48:05 (GMT) |
---|---|---|
committer | Paul Tagliamonte <tag@loki.(none)> | 2011-09-24 15:48:47 (GMT) |
commit | cc5c30c9cbdce2693d284c57ae4671017bf0660c (patch) | |
tree | ce85451dd72abc0dfc8475c20c86e496805110f2 /ChangeLog | |
parent | 0e1ee49603a565427fa833a4136c586a0e816c47 (diff) | |
download | fluxbox_paul-cc5c30c9cbdce2693d284c57ae4671017bf0660c.zip fluxbox_paul-cc5c30c9cbdce2693d284c57ae4671017bf0660c.tar.bz2 |
Integrating fbautostart into the Fluxbox tree.
This change merges fbautostart into fluxbox. fbautostart has been
re-licensed under MIT to allow for this.
I've added the util/fbautostart directory, and tweeked the build
chain to include fbautostart. I've also added in a few docs.
Those are the only changes outside the util/fbautostart folder.
It's been noted in the ChangeLog, but fbautostart changes (since it might be
a bit more "high-volume") should be maintained in util/fbautostart/ChangeLog.
The XDG spec can be found at:
- http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ | |||
2 | 2 | ||
3 | Changes for 1.3.1 | 3 | Changes for 1.3.1 |
4 | 4 | ||
5 | *11/04/07: | ||
6 | * Importing the fbautostart codebase into the tree. This creates a new binary | ||
7 | called fbautostart(1). Documentation added to the global docs. (Paul) | ||
8 | util/fbautostart/* | ||
9 | |||
5 | *11/02/25: | 10 | *11/02/25: |
6 | * Bugfix: submenus didn't hide if session*menuDelay was > 0 (Mathias) | 11 | * Bugfix: submenus didn't hide if session*menuDelay was > 0 (Mathias) |
7 | FbTk/Menu.cc AttentionHandler.cc | 12 | FbTk/Menu.cc AttentionHandler.cc |