aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-10-04 21:32:20 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-10-04 21:32:20 (GMT)
commitaee9889a27f97c8116fd4472cd3374b74e868bb6 (patch)
tree4762671c40b1570fb248ac9ff9cbf835845071f3 /ChangeLog
parente6570b61f34e9d7822f500706a5a2cd6bc436234 (diff)
downloadfluxbox_pavel-aee9889a27f97c8116fd4472cd3374b74e868bb6.zip
fluxbox_pavel-aee9889a27f97c8116fd4472cd3374b74e868bb6.tar.bz2
recognize --option in addition to -option for most things
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d62889d..bdf3e72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,11 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.1.2 2Changes 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)