aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-08-01 17:44:51 +0000
committerFrederic Culot <calcurse@culot.org>2009-08-01 17:44:51 +0000
commit989b6c885f06f887cb8dafcd69059c376988d938 (patch)
tree9021fa630bffc46dfb881a4e72c48fde21e42ee3 /ChangeLog
parent71d6cfda92e55915bfc20e012e2bc069ff6aad99 (diff)
downloadcalcurse-989b6c885f06f887cb8dafcd69059c376988d938.tar.gz
calcurse-989b6c885f06f887cb8dafcd69059c376988d938.zip
Save and restore daemon configuration options.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bed632..81deeba 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@
* src/notify.c (print_option, notify_app_txt): new functions
notification configuration menu updated with daemon-related
variables
+
+ * src/io.c (io_save_conf): save daemon configuration options
+
+ * src/custom (custom_load_conf): restore daemon configuration
+ options
2009-07-29 Frederic Culot <frederic@culot.org>
@@ -18,7 +23,7 @@
* src/notify.c (notify_launch_cmd): return an error code
- * src/notify.c (notify_get_next_bckg): new function
+ * src/notify.c (notify_get_next_bkgd): new function
2009-07-27 Frederic Culot <frederic@culot.org>