diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,6 +1,14 @@ | |||
1 | Changes for 0.1.6: | 1 | Changes for 0.1.6: |
2 | *02/01/08: | ||
3 | * Made class Keys more independent (layer 2). class Keys now only | ||
4 | depends on StringUtil. | ||
5 | * Replaced the old strtok in Keys with a new stringtok from | ||
6 | StringUtil this should make the config file less restrictive | ||
7 | * Added stringtok to StringUtil | ||
8 | * Removed Fluxbox dependency from class Theme | ||
2 | *02/01/06: | 9 | *02/01/06: |
3 | * Changed toolbar placement enums to uppercase letters (Claes Nästén) | 10 | * Changed toolbar placement enums to uppercase letters (Claes Nästén) |
11 | * Moved strcasestr from Theme.cc to StringUtil | ||
4 | * Created StringUtil and DrawUtil and moved all functions from Misc to them | 12 | * Created StringUtil and DrawUtil and moved all functions from Misc to them |
5 | *02/01/05: | 13 | *02/01/05: |
6 | * Changed placement/alignment enums to uppercase letters (Claes Nästén) | 14 | * Changed placement/alignment enums to uppercase letters (Claes Nästén) |