aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-08-01 20:29:49 +0000
committerFrederic Culot <calcurse@culot.org>2009-08-01 20:29:49 +0000
commitf1403e99bbcf2c3fe77b9f41150d27e60a1a7a1a (patch)
tree8ad8442a1e79b350f068c280e223e4c5397fafd2 /ChangeLog
parent0cbeb9c38bffd4052190b8450ae336f0641a84d2 (diff)
downloadcalcurse-f1403e99bbcf2c3fe77b9f41150d27e60a1a7a1a.tar.gz
calcurse-f1403e99bbcf2c3fe77b9f41150d27e60a1a7a1a.zip
Improved how the daemon checks for appointments to remind.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4fd6b3..225fcd9 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,12 @@
* src/utils.c (exit_calcurse): start daemon only if requested
* src/dmon.c (DMON_LOG): log daemon activity only if requested
+
+ * src/notify.c (notify_needs_reminder): new function
+
+ * src/notify.c (notify_get_next_bkgd)
+ * src/dmon.c (dmon_start): improved how the daemon checks for
+ appointments to remind
2009-07-29 Frederic Culot <frederic@culot.org>