More work on implementing calcurse daemon.

This commit is contained in:
Frederic Culot
2009-07-26 12:47:15 +00:00
parent aef6f012fe
commit 3d23af73c0
7 changed files with 57 additions and 28 deletions

View File

@@ -2,6 +2,8 @@
* src/args.c (parse_args): check for file presence added (thanks
again Chris for reporting it)
* src/io.c (io_unset_lock): function removed
2009-07-23 Frederic Culot <frederic@culot.org>