diff options
author | fluxgen <fluxgen> | 2002-07-23 18:41:19 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-07-23 18:41:19 (GMT) |
commit | c4946013bc3f3c0ad0ed26de7a0923f7ec5a8d60 (patch) | |
tree | 289043cff7c4533f6548bc32d95907a8fa0770f9 | |
parent | 7f6880bbac9ffec3b6221eb04e0977b9a9c669b7 (diff) | |
download | fluxbox_paul-c4946013bc3f3c0ad0ed26de7a0923f7ec5a8d60.zip fluxbox_paul-c4946013bc3f3c0ad0ed26de7a0923f7ec5a8d60.tar.bz2 |
update
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,10 +1,22 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.1.11: | 2 | Changes for 0.1.11: |
3 | *02/07/23: | ||
4 | * Fixed "send to..." bug (Thanks Bradley C Bailey) | ||
5 | * Moved BTexture from Image.hh to FbTk::Texture in Texture.hh | ||
6 | * Moved BColor from Image.hh to FbTk::Color in Color.hh | ||
7 | * Slit theme, you can now have theme on the slit: | ||
8 | slit: <texture option> | ||
9 | slit.color: <color value> | ||
10 | slit.colorTo: <color value> | ||
11 | If slit isn't present in the theme the slit will fall back to | ||
12 | Toolbar theme. | ||
13 | |||
3 | *02/07/19: | 14 | *02/07/19: |
4 | * Fixed slitlist bug | 15 | * Fixed slitlist bug |
5 | Slit wasn't reading the entire line from slitlist. | 16 | Slit wasn't reading the entire line from slitlist. |
6 | * Added ja_JP to fluxbox-generate_menu script (Thanks Junichiro Kita) | 17 | * Added ja_JP to fluxbox-generate_menu script (Thanks Junichiro Kita) |
7 | * Updated nls/ja_JP/ (Thanks Junichiro Kita) | 18 | * Updated nls/ja_JP/ (Thanks Junichiro Kita) |
19 | * Changed some function names | ||
8 | -------------------------------------------------------------------- | 20 | -------------------------------------------------------------------- |
9 | 21 | ||
10 | Changes for 0.1.10: | 22 | Changes for 0.1.10: |