aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-12-28 19:41:45 +0000
committerFrederic Culot <calcurse@culot.org>2008-12-28 19:41:45 +0000
commit8fdd1510c68644184c3df9ba002092a41364b482 (patch)
tree2291528c007f81a639d0bc3fdc045a6efcbeba06 /ChangeLog
parentfe58fe674d5505bb369b6e3864d56989cdcb74f7 (diff)
downloadcalcurse-8fdd1510c68644184c3df9ba002092a41364b482.tar.gz
calcurse-8fdd1510c68644184c3df9ba002092a41364b482.zip
Automatic periodic saves implemented
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>