aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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()