aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormarkt <markt>2007-07-07 23:11:04 (GMT)
committermarkt <markt>2007-07-07 23:11:04 (GMT)
commit135019abf97c7adb236c061d46e3906e51c8a145 (patch)
tree2e675ac4d9dfda48301e0b2a40b057448174692e /ChangeLog
parentb735d405f58ac226e025d6ef4dbd91a0129bb12e (diff)
downloadfluxbox-135019abf97c7adb236c061d46e3906e51c8a145.zip
fluxbox-135019abf97c7adb236c061d46e3906e51c8a145.tar.bz2
fixes for --program-prefix and --program-suffix, plus fixed overwriting init file on reconfigure
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a36cc4..a43ce12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0.0: 2Changes for 1.0.0:
3*07/07/07: 3*07/07/07:
4 * Don't overwrite changes to init file on reconfigure (Mark)
5 Workspace.cc fluxbox.cc/hh
6 * Make things work a little better with configure script's --program-prefix
7 and --program-suffix options (Mark)
4 * Allow negative numbers in :Workspace <int> command, which counts backwards 8 * Allow negative numbers in :Workspace <int> command, which counts backwards
5 from the last one (Mark) 9 from the last one (Mark)
6 * Right clicking on a submenu didn't revert focus to its parent (Mark) 10 * Right clicking on a submenu didn't revert focus to its parent (Mark)