aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-08-02 21:16:18 +0000
committerFrederic Culot <calcurse@culot.org>2006-08-02 21:16:18 +0000
commit98f7be6829fa03c4d9124284415116d63e8dd050 (patch)
tree4449347d86baa9fb429ee9b7bd76b0605426d0cc /ChangeLog
parent1b0ef789ff25d63e28d22973aaaa8bca9bc97cdb (diff)
downloadcalcurse-98f7be6829fa03c4d9124284415116d63e8dd050.tar.gz
calcurse-98f7be6829fa03c4d9124284415116d63e8dd050.zip
deletion of recurrent items implemented
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e84cd43..bb73792 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+02 Aug 2006:
+ bugfix: Debian bug #377543 fixed, thanks to Neil for reporting it
+ recur_event_erase(), recur_apoint_erase() and recur_write_exc() created
+ recur_event_write() and recur_apoint_write() updated to call
+ recur_writ_exc() if there are exceptions to be written
+ day_erase_item() and del_item() updated
+ ESCAPE key definition added
+
01 Aug 2006:
day.h: MAX_TYPES added
day_erase_item() created