aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-04-14 18:48:20 +0000
committerFrederic Culot <calcurse@culot.org>2007-04-14 18:48:20 +0000
commit62a53b0fdf18afb487ab8feeff5f8619ff3f8020 (patch)
tree617e741402aded7f83f7dddf6d64df899d127a29
parentd70c7f96a1df61763b9907574944acb80c14eb9c (diff)
downloadcalcurse-62a53b0fdf18afb487ab8feeff5f8619ff3f8020.tar.gz
calcurse-62a53b0fdf18afb487ab8feeff5f8619ff3f8020.zip
several bugfixes
signal handling implemented to catch zombie processes created by user-defined notification command
-rwxr-xr-xChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b08480a..ab83cc0 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+14 Apr 2007:
+ bugfixes:
+ wrong define used in notify_update_bar()
+ recurrent appointment description is now loaded correctly while the
+ item contains exceptions
+ item state is now saved for endless recurrent appointments
+ correct item is now highligthed when changing day inside appointment
+ panel with CTRL keys
+ notify_catch_children() and notify_thread_children() suppressed, because
+ zombie processes are now catched using signals
+ sigchld_handler() and init_sighandler() created
+
04 Apr 2007:
MAX_LENGTH replaced by stdio.h's BUFSIZ
use of MININSEC and DAYINSEC defines