diff options
author | Frederic Culot <calcurse@culot.org> | 2009-07-23 18:33:20 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-07-23 18:33:20 +0000 |
commit | ade0470197934fba87eb5113a7ecb2d542a6ed73 (patch) | |
tree | 3ec5a3f8b363c5ef84bdccbc761bb80edee57c9f /ChangeLog | |
parent | b55cad85dad5bd4bb81c92f6acaef7394b23d9b5 (diff) | |
download | calcurse-ade0470197934fba87eb5113a7ecb2d542a6ed73.tar.gz calcurse-ade0470197934fba87eb5113a7ecb2d542a6ed73.zip |
Functions added to implement a logging mechanism for calcurse daemon.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2009-07-23 Frederic Culot <frederic@culot.org> + + * src/io.c (io_fprintln): new function + + * src/utils.c (nowstr): new function + + * src/dmon.c (dmon_start): log messages added + + * src/vars.[ch]: daemon log file path added + 2009-07-20 Frederic Culot <frederic@culot.org> * src/utils.c (psleep): new function |