Automatic periodic saves implemented

This commit is contained in:
Frederic Culot
2008-12-28 19:41:45 +00:00
parent fe58fe674d
commit 8fdd1510c6
13 changed files with 203 additions and 62 deletions

View File

@@ -19,6 +19,15 @@
* src/notify.c (notify_free_vars, notify_free_bar): new functions
* src/vars.c (vars_free): new function
* src/io.c
* src/custom.c: new option to periodically save data
* io.c (io_start_psave_thread, io_stop_psave_thread)
(io_psave_thread, display_mark): new functions to implement
periodic saves
* TODO: updated (auto-save functionality added)
2008-12-27 Frederic Culot <frederic@culot.org>