aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-26 21:03:21 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-26 21:03:21 +0000
commitd2ad15c812a894b5f9f046bd34437c2c1f1078c2 (patch)
tree78d0858cb0462c5006de31253c3e4652c9eb402e /ChangeLog
parent279c564d2bb60747e56089658f66e848b7e88f55 (diff)
downloadcalcurse-d2ad15c812a894b5f9f046bd34437c2c1f1078c2.tar.gz
calcurse-d2ad15c812a894b5f9f046bd34437c2c1f1078c2.zip
Improved the way the daemon reports errors.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02f3107..d09e3c5 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@
* src/args.c: --status flag added
* src/dmon.c (dmon_stop): new function
+ * src/dmon.c: DMON_LOG and DMON_ABRT defines added
2009-07-23 Frederic Culot <frederic@culot.org>