improvements in the way user-defined notification is handled

This commit is contained in:
Frederic Culot 2007-02-25 19:28:03 +00:00
parent 8e752e1298
commit 24a9b62052

View File

@ -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()