aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-02-25 19:28:03 +0000
committerFrederic Culot <calcurse@culot.org>2007-02-25 19:28:03 +0000
commit24a9b620523a4e9430fd89b9cb478f26fa29ed24 (patch)
tree31eda869a7d001da95e4d05ad113e1b31fe10270 /ChangeLog
parent8e752e12983026dc2bc5099044ed85f5ee1a1ea4 (diff)
downloadcalcurse-24a9b620523a4e9430fd89b9cb478f26fa29ed24.tar.gz
calcurse-24a9b620523a4e9430fd89b9cb478f26fa29ed24.zip
improvements in the way user-defined notification is handled
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index acb946a..4805e0e 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+25 Feb 2007:
+ init_notify_bar() updated to get user shell
+ notify_launch_cmd() created to launch user-defined command by forking a
+ new process
+ notify_catch_children() and notify_thread_children() created to avoid
+ zombie processes when launching user-defined command
+
24 Feb 2007:
'!' command added, to switch appointment notification state
init_notify_bar(), config_notify_bar() and print_notify_options()