diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,6 +1,27 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.1.2 | 2 | Changes for 1.1.2 |
3 | 3 | ||
4 | *11/01/06: | ||
5 | |||
6 | * Bugfix: handle result of DisplayString() correctly, bug #3136775 (Mathias) | ||
7 | fluxbox assumed that the result of DisplayString() contains always the screen | ||
8 | number. This is not the case in some (newer) versions of libX11. | ||
9 | FbCommands.cc | ||
10 | |||
11 | *10/10/13: | ||
12 | |||
13 | * Bugfix: handle situation when DISPLAY is not set (Mathias) | ||
14 | main.cc | ||
15 | |||
16 | *10/09/21: | ||
17 | |||
18 | * Bugfix: use system() for launching 'fluxbox-update_configs' (Mathias) | ||
19 | FbCommands::ExecuteCmd() was used before. This changes the config | ||
20 | while fluxbox is loading (from the config), this caused some nasty | ||
21 | effects on 'slower' systems. system() now blocks until | ||
22 | 'fluxbox-update_configs' is done and then launches flubox. | ||
23 | main.cc | ||
24 | |||
4 | *10/09/19: | 25 | *10/09/19: |
5 | 26 | ||
6 | * Compile fix: fluxbox loves g++-4.1 again (Mathias) | 27 | * Compile fix: fluxbox loves g++-4.1 again (Mathias) |