aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1746a4e..cdd0369 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.1.9: 2Changes 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)