diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,8 +1,13 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.1.9: | 2 | Changes for 0.1.9: |
3 | *02/05/18: | ||
4 | * Fixed style save_rc when changing style | ||
3 | *02/05/17: | 5 | *02/05/17: |
4 | * Removed some unnessesary const return values on fundamental types | 6 | * Removed some unnessesary const return values on fundamental types |
5 | * Fixed const-correct on Resource class and BTexture class | 7 | * Fixed const-correct on Resource class and BTexture class |
8 | * Fixed transient bug, although the transient code should be better. | ||
9 | * Minor fixes so it compiles with Intel(tm) Linux Compiler 6.0 | ||
10 | * Clean up in class FluxboxWindow | ||
6 | *02/05/08: | 11 | *02/05/08: |
7 | * Fixed checking on focused_window in handleKeyEvents, fluxbox.cc | 12 | * Fixed checking on focused_window in handleKeyEvents, fluxbox.cc |
8 | * Added "Allow Desktop MouseWheel Switching" runtime option (Thanks Rando Christensen) | 13 | * Added "Allow Desktop MouseWheel Switching" runtime option (Thanks Rando Christensen) |