aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-08-01 13:31:20 +0000
committerFrederic Culot <calcurse@culot.org>2009-08-01 13:31:20 +0000
commit71d6cfda92e55915bfc20e012e2bc069ff6aad99 (patch)
treef3dc07f90812e0631a92f7407284a639a5d338f3 /ChangeLog
parent5181d90b017715bab95b991f258a4df2b42263fc (diff)
downloadcalcurse-71d6cfda92e55915bfc20e012e2bc069ff6aad99.tar.gz
calcurse-71d6cfda92e55915bfc20e012e2bc069ff6aad99.zip
More work on implementing the daemon.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index abcc605..0bed632 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-08-01 Frederic Culot <frederic@culot.org>
+
+ * src/vars.c: new variable to store daemon configuration
+
+ * src/notify.c (print_option, notify_app_txt): new functions
+ notification configuration menu updated with daemon-related
+ variables
+
2009-07-29 Frederic Culot <frederic@culot.org>
* src/custom.c (custom_load_conf): use a larger buffer to read
@@ -6,7 +14,11 @@
* src/io.c (io_extract_data): do not read past the maximum length
* src/dmon.c (dmon_start): avoid multiple notifications of the
- same appointment
+ same appointment, and logs added
+
+ * src/notify.c (notify_launch_cmd): return an error code
+
+ * src/notify.c (notify_get_next_bckg): new function
2009-07-27 Frederic Culot <frederic@culot.org>