aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-09-14 15:13:04 +0000
committerFrederic Culot <calcurse@culot.org>2006-09-14 15:13:04 +0000
commitac8604952b15cbb9879ece85d098e4a8f59bc735 (patch)
tree481fae3f35a56b9225c72ff05326e77cb2074be9 /ChangeLog
parente75c9a9b94d9f44f983963e0e4cd47fe382ae419 (diff)
downloadcalcurse-ac8604952b15cbb9879ece85d098e4a8f59bc735.tar.gz
calcurse-ac8604952b15cbb9879ece85d098e4a8f59bc735.zip
couple of bugfixes plus several improvements in the notify-bar
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc389ed..b6fb627 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+14 Sep 2006:
+ fixed a bug which caused the recurrent appointments not to show up in
+ the notify-bar
+ added the time left before next appointment inside notify-bar
+ fixed a bug in recur_item_inday() which caused the appointments to have
+ a wrong start time when repeated
+ bugfix: no more deletion of the wrong recurrent appointment
+ today() created
+ notify_check_added(), notify_check_repeated() and notify_same_item(),
+ notify_same_recur_item() created
+
12 Sep 2006:
implementation of a mutex lock to protect the appointment linked lists
from race conditions