diff options
author | Frederic Culot <calcurse@culot.org> | 2009-08-01 17:44:51 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-08-01 17:44:51 +0000 |
commit | 989b6c885f06f887cb8dafcd69059c376988d938 (patch) | |
tree | 9021fa630bffc46dfb881a4e72c48fde21e42ee3 /ChangeLog | |
parent | 71d6cfda92e55915bfc20e012e2bc069ff6aad99 (diff) | |
download | calcurse-989b6c885f06f887cb8dafcd69059c376988d938.tar.gz calcurse-989b6c885f06f887cb8dafcd69059c376988d938.zip |
Save and restore daemon configuration options.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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> |