aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-26 12:30:23 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-26 12:30:23 +0000
commitaef6f012fe2904dcedf47b3bf9a36366841e49a2 (patch)
treef020e7d818640a6a8d03fded1286d6c2c58bdc1f /ChangeLog
parent23817b6b7dbeb3a3c96c8c91e25cfdb14da7c46b (diff)
downloadcalcurse-aef6f012fe2904dcedf47b3bf9a36366841e49a2.tar.gz
calcurse-aef6f012fe2904dcedf47b3bf9a36366841e49a2.zip
Check for file presence added (thanks again Chris for reporting it).
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d5c192..5568173 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-26 Frederic Culot <frederic@culot.org>
+
+ * src/args.c (parse_args): check for file presence added (thanks
+ again Chris for reporting it)
+
2009-07-23 Frederic Culot <frederic@culot.org>
* src/io.c (io_fprintln): new function
@@ -6,11 +11,13 @@
* src/dmon.c (dmon_start): log messages added
- * src/vars.[ch]: daemon log file path added
+ * src/vars.[ch]: daemon log and pid file path added
* src/io.c: incorrect duration format when exporting to ical
(thanks Chris for reporting it)
+ * src/io.c (io_dump_pid): new function
+
2009-07-20 Frederic Culot <frederic@culot.org>
* src/utils.c (psleep): new function