Beginning of work on implementing calcurse daemon.

This commit is contained in:
Frederic Culot
2009-07-20 19:45:26 +00:00
parent c20463c47d
commit b55cad85da
5 changed files with 121 additions and 47 deletions

View File

@@ -1,3 +1,17 @@
2009-07-20 Frederic Culot <frederic@culot.org>
* src/utils.c (psleep): new function
* configure.ac: check for some headers added
* src/notify.c (notify_time_left, notify_launch_cmd)
(notify_get_next): new functions
* src/Makefile.am
* src/dmon.[ch]: new files to implement calcurse daemon
* src/utils.c (psleep): new function
2009-07-19 Frederic Culot <frederic@culot.org>
* src/mem.c (dbg_free): no need to double check for null pointer