Simplified the way data are loaded and saved.

This commit is contained in:
Frederic Culot
2009-06-28 09:53:16 +00:00
parent 68381c95df
commit 6d67689b4f
4 changed files with 238 additions and 203 deletions

View File

@@ -1,3 +1,15 @@
2009-06-28 Frederic Culot <frederic@culot.org>
* src/io.c (io_save_apts, io_save_conf, io_save_todo)
(io_save_keys): new functions
* src/args.c (parse_args): simplified the way data files are
loaded and saved
* src/args.c: it is now possible to export data from a given
apts file even if the user does not have any home directory
(thanks Ben for reporting this bug)
2009-06-27 Frederic Culot <frederic@culot.org>
* src/io.c: do not export completed tasks