Improved how the daemon checks for appointments to remind.

This commit is contained in:
Frederic Culot
2009-08-01 20:29:49 +00:00
parent 0cbeb9c38b
commit f1403e99bb
4 changed files with 47 additions and 9 deletions

View File

@@ -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>