aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormathias <mathias>2007-06-09 17:44:27 (GMT)
committermathias <mathias>2007-06-09 17:44:27 (GMT)
commit6f8a5c7a8dc4552105205c8c9f0d270703bcc271 (patch)
tree4ba221d8ff113a7a60c58e538f504fdcab331110 /ChangeLog
parent222d8cd7e9c0f28b3dd0b9b253a0b096d856195f (diff)
downloadfluxbox-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a638414..3fe485e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0.0: 2Changes 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)