diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-10-04 21:32:20 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-10-04 21:32:20 (GMT) |
commit | aee9889a27f97c8116fd4472cd3374b74e868bb6 (patch) | |
tree | 4762671c40b1570fb248ac9ff9cbf835845071f3 /ChangeLog | |
parent | e6570b61f34e9d7822f500706a5a2cd6bc436234 (diff) | |
download | fluxbox_pavel-aee9889a27f97c8116fd4472cd3374b74e868bb6.zip fluxbox_pavel-aee9889a27f97c8116fd4472cd3374b74e868bb6.tar.bz2 |
recognize --option in addition to -option for most things
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,9 +1,11 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.1.2 | 2 | Changes for 1.1.2 |
3 | *08/10/04: | 3 | *08/10/04: |
4 | * Recognize --option in addition to -option for long option names (Mark) | ||
5 | main.cc util/fbsetroot.cc util/fbrun/main.cc | ||
4 | * Add -print option to fbrun that sends the result to stdout instead of | 6 | * Add -print option to fbrun that sends the result to stdout instead of |
5 | running it (Mark) | 7 | running it (Mark) |
6 | util/FbRun/main.cc FbRun.cc/hh | 8 | util/fbrun/main.cc FbRun.cc/hh |
7 | * Fix CustomMenu and ClientMenu commands from fluxbox-remote (Mark) | 9 | * Fix CustomMenu and ClientMenu commands from fluxbox-remote (Mark) |
8 | Screen.cc | 10 | Screen.cc |
9 | * Break emacs-style keychains after one invalid key has been pressed (Mark) | 11 | * Break emacs-style keychains after one invalid key has been pressed (Mark) |