aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-05-18 12:40:28 (GMT)
committerfluxgen <fluxgen>2002-05-18 12:40:28 (GMT)
commit3015ce4634795c9763d5db7cc60150f75bb2d45f (patch)
tree276ea6ef72bb27177716a1286a3932c5461dae00
parent71a158e1afa0b2786f06667aaf2636fbbccd2d25 (diff)
downloadfluxbox_pavel-3015ce4634795c9763d5db7cc60150f75bb2d45f.zip
fluxbox_pavel-3015ce4634795c9763d5db7cc60150f75bb2d45f.tar.bz2
update
-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)