diff options
author | Frederic Culot <calcurse@culot.org> | 2009-07-20 19:45:26 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-07-20 19:45:26 +0000 |
commit | b55cad85dad5bd4bb81c92f6acaef7394b23d9b5 (patch) | |
tree | 29f1747c1d00f9a04cbc50ba04db9ba69feaddc3 /ChangeLog | |
parent | c20463c47d5d7bfbeed013d7d0410c65a34cf783 (diff) | |
download | calcurse-b55cad85dad5bd4bb81c92f6acaef7394b23d9b5.zip |
Beginning of work on implementing calcurse daemon.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |