diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-01-06 09:16:15 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-01-06 09:16:15 (GMT) |
commit | 9e17a0d6d7cb45751df481fc6760afa0273d7fcf (patch) | |
tree | dc26164f8ee478e853dedb7737e643ba6c934bb4 /ChangeLog | |
parent | e8ce9ed3a38e1b4a3e5727d408d0fac0e2ff1ada (diff) | |
download | fluxbox-9e17a0d6d7cb45751df481fc6760afa0273d7fcf.zip fluxbox-9e17a0d6d7cb45751df481fc6760afa0273d7fcf.tar.bz2 |
updated Changelog
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) |