diff options
author | mathias <mathias> | 2007-06-09 17:44:27 (GMT) |
---|---|---|
committer | mathias <mathias> | 2007-06-09 17:44:27 (GMT) |
commit | 6f8a5c7a8dc4552105205c8c9f0d270703bcc271 (patch) | |
tree | 4ba221d8ff113a7a60c58e538f504fdcab331110 /ChangeLog | |
parent | 222d8cd7e9c0f28b3dd0b9b253a0b096d856195f (diff) | |
download | fluxbox-6f8a5c7a8dc4552105205c8c9f0d270703bcc271.zip fluxbox-6f8a5c7a8dc4552105205c8c9f0d270703bcc271.tar.bz2 |
small fix for the /bin/sh issue .. just using /bin/zsh now
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0.0: | 2 | Changes for 1.0.0: |
3 | *07/06/09: | ||
4 | * Minor change to the /bin/sh - solution (Mathias) | ||
5 | we are using now just $SHELL -c <line_here> | ||
6 | src/FbCommands.cc util/fbrun/FbRun.cc | ||
3 | *07/06/08: | 7 | *07/06/08: |
4 | * Fix transient windows getting tabbed from apps file and not changing layers | 8 | * Fix transient windows getting tabbed from apps file and not changing layers |
5 | when main window is in a lowered tab (Mark) | 9 | when main window is in a lowered tab (Mark) |