diff options
author | Frederic Culot <calcurse@culot.org> | 2007-02-25 19:28:03 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-02-25 19:28:03 +0000 |
commit | 24a9b620523a4e9430fd89b9cb478f26fa29ed24 (patch) | |
tree | 31eda869a7d001da95e4d05ad113e1b31fe10270 /ChangeLog | |
parent | 8e752e12983026dc2bc5099044ed85f5ee1a1ea4 (diff) | |
download | calcurse-24a9b620523a4e9430fd89b9cb478f26fa29ed24.tar.gz calcurse-24a9b620523a4e9430fd89b9cb478f26fa29ed24.zip |
improvements in the way user-defined notification is handled
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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() |