aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-06-23 09:05:15 +0000
committerFrederic Culot <calcurse@culot.org>2009-06-23 09:05:15 +0000
commitdfa4c580aa55e51176bd08a7d4561f54c1023ce8 (patch)
tree903cd4007d3b17ae5ba930cea0d8c88ab1319467 /ChangeLog
parent90589eab172ee6f3dcd22cca81accca5a64d521b (diff)
downloadcalcurse-dfa4c580aa55e51176bd08a7d4561f54c1023ce8.tar.gz
calcurse-dfa4c580aa55e51176bd08a7d4561f54c1023ce8.zip
Make the argument given to -r or -s flags optional.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 637dee8..c2c0247 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
* src/utils.c (exit_calcurse): remove lock only if interactive
mode was launched
+
+ * src/args.c (parse_args): make the argument given to -r or -s
+ flags optional
2009-06-22 Frederic Culot <frederic@culot.org>