diff options
author | fluxgen <fluxgen> | 2002-01-10 12:56:07 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-10 12:56:07 (GMT) |
commit | 5d9491ac1c9efc16704007126979d71d8ca69e78 (patch) | |
tree | a8e8ba401041f1286f920196edd73f7b95f62655 /ChangeLog | |
parent | bdac72d061d7dc6742daf99e87aae96b6d3fe376 (diff) | |
download | fluxbox-5d9491ac1c9efc16704007126979d71d8ca69e78.zip fluxbox-5d9491ac1c9efc16704007126979d71d8ca69e78.tar.bz2 |
update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,19 +1,24 @@ | |||
1 | Changes for 0.1.6: | 1 | Changes for 0.1.6: |
2 | *02/01/10: | ||
3 | * Fixed rootCommand to screen, so we can have | ||
4 | different rootcommands on the different screens | ||
2 | *02/01/09: | 5 | *02/01/09: |
3 | * Updated copyright date | 6 | * Updated copyright date |
4 | * Updated generate_menu (Thanks zyrnix) | 7 | * Updated generate_menu (Thanks zyrnix) |
8 | * Fixed Withdraw state | ||
9 | * Clean up in old gnome atom code | ||
5 | *02/01/08: | 10 | *02/01/08: |
6 | * Made class Keys more independent (layer 2). class Keys now only | 11 | * Made class Keys more independent (layer 2). class Keys now only |
7 | depends on StringUtil. | 12 | depends on StringUtil. |
8 | * Replaced the old strtok in Keys with a new stringtok from | 13 | * Replaced the old strtok in Keys with a new stringtok from |
9 | StringUtil this should make the config file less restrictive | 14 | StringUtil this should make the config file less restrictive |
10 | * Added stringtok to StringUtil | 15 | * Added stringtok to StringUtil |
11 | * Removed Fluxbox dependency from class Theme | 16 | * Removed Fluxbox dependency from class Theme |
12 | * Fixed closebutton bug | 17 | * Fixed closebutton bug |
13 | * Fixed memory leak in Keys | 18 | * Fixed memory leak in Keys |
14 | *02/01/06: | 19 | *02/01/06: |
15 | * Changed toolbar placement enums to uppercase letters (Claes Nästén) | 20 | * Changed toolbar placement enums to uppercase letters (Claes Nästén) |
16 | * Moved strcasestr from Theme.cc to StringUtil | 21 | * Moved strcasestr from Theme.cc to StringUtil |
17 | * Created StringUtil and DrawUtil and moved all functions from Misc to them | 22 | * Created StringUtil and DrawUtil and moved all functions from Misc to them |
18 | *02/01/05: | 23 | *02/01/05: |
19 | * Changed placement/alignment enums to uppercase letters (Claes Nästén) | 24 | * Changed placement/alignment enums to uppercase letters (Claes Nästén) |