-
Notifications
You must be signed in to change notification settings - Fork 5
/
ChangeLog
70 lines (52 loc) · 2.66 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
2012-06-17 Paul Tagliamonte <[email protected]>
* ERRATTUM: The fix was for gcc-4.7, not 2.7.
* src/main.cc: Properly handle paths with a ":" in them (thanks for the
report, confluence!) - Related to bug #2 on GitHub.
* maintainer/*: New directory. This contains a properly set up XDG root to
use for some basic testing. Might come in handy later, so I've included it in
the git tree.
* src/xdg_parse.cc: Check for the key before attempting to insert - std::map
will fail to insert if the key already exists, we want to overwrite.
* Version bump to 2.718281828
2012-04-03 Paul Tagliamonte <[email protected]>
* src/main.cc: Including unistd.h, since we use both fork and execl
* Version bump to 2.71828182, bugfix for gcc-2.7. Thanks for the report,
Matthias Klose (doko).
2012-03-16 Paul Tagliamonte <[email protected]>
* src/xdg_parse.cc(parse_folder): Adjusted this function to only parse
.desktop files. This closes bug #1 on Github. Thanks, confluence.
* src/xdg_parse.cc(ends_with): Added this function.
* Changed all the headers to show my fluxbox email rather then no email.
* Added documentation blocks to all non-straight forward routines. I'm tired
of not remembering what my old code does :)
* Added a HACKING document to help people work on the code (or myself).
* Version bump to 2.7182818.
2012-03-08 Paul Tagliamonte <[email protected]>
* Re-indenteded all the files to use spaces rather then tabs.
* Added some documentation on what the FB_EXEC flag does.
2011-09-07 Paul Tagliamonte <[email protected]>
* Merged with test code I've been tracking.
* Upstream version bump to version 2.718281.
* Basically, we've moved to a state-based parsing
model (without ragel, since ragel sucks ass, I don't
care what ak|ra thinks -- in the nicest way I can say
it).
2010-11-28 Paul Tagliamonte <[email protected]>
* Removed the #define for the window manager setting in
include/fbautostart.h. It's now a const char, and dynamic
with the new --window-manager flag.
* Changed fbautostart to error out when you pass in a bum
flag. This caused me great pain the other day. Fixed now.
* Forgot to bump the version number. It's now version 2.71828.
Both of these changes were in src/fbautostart.cpp
2010-10-21 Paul Tagliamonte <[email protected]>
* Bugfixes for random crap for XDG env issues.
This is a fix for issues that I missed when fixing
Segaja's issues.
2010-10-15 Paul Tagliamonte <[email protected]>
* Bugfixes for random crap. Rewrote stuff to make
more sense.
* Fixed a few XDG spec issues. Should be betters now.
* Fixed a bug with env vars. Thanks, Segaja.
2010-10-14 Paul Tagliamonte <[email protected]>
* Adding in the basic code stuff. Initial Release.