aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-08-06 17:44:34 +0000
committerFrederic Culot <calcurse@culot.org>2008-08-06 17:44:34 +0000
commita2fe228ebeb7f24573f3bc9bc63b71e91c5350f2 (patch)
tree3fce4cf7e9a3b929d79cb2f13ed521f25e6ff3c2 /ChangeLog
parent03ce2c6ea9ef828e8134a5297cdef4148d1613fe (diff)
downloadcalcurse-a2fe228ebeb7f24573f3bc9bc63b71e91c5350f2.tar.gz
calcurse-a2fe228ebeb7f24573f3bc9bc63b71e91c5350f2.zip
new command line options added (thanks Erik for the patch)
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b25f3ba..b62d838 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -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