diff options
author | fluxgen <fluxgen> | 2002-01-08 11:03:22 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-08 11:03:22 (GMT) |
commit | 2528b513ff69e9e7f5948f4647b39a216cdd3dac (patch) | |
tree | aba90d47fea28b1195b648476136e2156e2773b8 /ChangeLog | |
parent | 2f4e038cff7632002e34f9069c0d3d0dfab25424 (diff) | |
download | fluxbox-2528b513ff69e9e7f5948f4647b39a216cdd3dac.zip fluxbox-2528b513ff69e9e7f5948f4647b39a216cdd3dac.tar.bz2 |
update
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) |