aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-08-01 17:53:11 +0000
committerFrederic Culot <calcurse@culot.org>2009-08-01 17:53:11 +0000
commit55d6703fad50e800a6adcc064abe060eab7d27d1 (patch)
treee56b9f4175eedadea928057c0b00b156aaf32f28 /ChangeLog
parent989b6c885f06f887cb8dafcd69059c376988d938 (diff)
downloadcalcurse-55d6703fad50e800a6adcc064abe060eab7d27d1.tar.gz
calcurse-55d6703fad50e800a6adcc064abe060eab7d27d1.zip
Start and log daemon activity only if requested.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81deeba..a4fd6b3 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,10 @@
* src/custom (custom_load_conf): restore daemon configuration
options
+
+ * src/utils.c (exit_calcurse): start daemon only if requested
+
+ * src/dmon.c (DMON_LOG): log daemon activity only if requested
2009-07-29 Frederic Culot <frederic@culot.org>