diff options
author | markt <markt> | 2007-07-07 23:11:04 (GMT) |
---|---|---|
committer | markt <markt> | 2007-07-07 23:11:04 (GMT) |
commit | 135019abf97c7adb236c061d46e3906e51c8a145 (patch) | |
tree | 2e675ac4d9dfda48301e0b2a40b057448174692e /ChangeLog | |
parent | b735d405f58ac226e025d6ef4dbd91a0129bb12e (diff) | |
download | fluxbox_pavel-135019abf97c7adb236c061d46e3906e51c8a145.zip fluxbox_pavel-135019abf97c7adb236c061d46e3906e51c8a145.tar.bz2 |
fixes for --program-prefix and --program-suffix, plus fixed overwriting init file on reconfigure
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0.0: | 2 | Changes 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) |