aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1062c3b..2825575 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>