all repos — fluxbox @ 9e17a0d6d7cb45751df481fc6760afa0273d7fcf

custom fork of the fluxbox windowmanager

updated Changelog
Mathias Gumz akira at fluxbox dot org
commit

9e17a0d6d7cb45751df481fc6760afa0273d7fcf

parent

e8ce9ed3a38e1b4a3e5727d408d0fac0e2ff1ada

1 files changed, 21 insertions(+), 0 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,6 +1,27 @@

(Format: Year/Month/Day) Changes for 1.1.2 +*11/01/06: + + * Bugfix: handle result of DisplayString() correctly, bug #3136775 (Mathias) + fluxbox assumed that the result of DisplayString() contains always the screen + number. This is not the case in some (newer) versions of libX11. + FbCommands.cc + +*10/10/13: + + * Bugfix: handle situation when DISPLAY is not set (Mathias) + main.cc + +*10/09/21: + + * Bugfix: use system() for launching 'fluxbox-update_configs' (Mathias) + FbCommands::ExecuteCmd() was used before. This changes the config + while fluxbox is loading (from the config), this caused some nasty + effects on 'slower' systems. system() now blocks until + 'fluxbox-update_configs' is done and then launches flubox. + main.cc + *10/09/19: * Compile fix: fluxbox loves g++-4.1 again (Mathias)