diff options
author | Frederic Culot <calcurse@culot.org> | 2008-08-06 17:44:34 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-08-06 17:44:34 +0000 |
commit | a2fe228ebeb7f24573f3bc9bc63b71e91c5350f2 (patch) | |
tree | 3fce4cf7e9a3b929d79cb2f13ed521f25e6ff3c2 /ChangeLog | |
parent | 03ce2c6ea9ef828e8134a5297cdef4148d1613fe (diff) | |
download | calcurse-a2fe228ebeb7f24573f3bc9bc63b71e91c5350f2.tar.gz calcurse-a2fe228ebeb7f24573f3bc9bc63b71e91c5350f2.zip |
new command line options added (thanks Erik for the patch)
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2008-08-06 Frederic Culot <frederic@culot.org> + + * src/args.c (parse_args, help_arg, usage): '-s', '-r' and '-D' + flags added (thanks Erik for submiting the patch) + * src/args.c (date_arg_extended, more_info, display_app): new + functions to handle '-s' and '-r' flags + + * src/io.c (io_init): handling of '-D' option + + * src/vars.h: new way of defining default paths + 2008-08-03 Frederic Culot <frederic@culot.org> * src/calendar.c (calendar_goto_today): new function |