diff options
author | Frederic Culot <calcurse@culot.org> | 2006-08-02 21:16:18 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-08-02 21:16:18 +0000 |
commit | 98f7be6829fa03c4d9124284415116d63e8dd050 (patch) | |
tree | 4449347d86baa9fb429ee9b7bd76b0605426d0cc | |
parent | 1b0ef789ff25d63e28d22973aaaa8bca9bc97cdb (diff) | |
download | calcurse-98f7be6829fa03c4d9124284415116d63e8dd050.tar.gz calcurse-98f7be6829fa03c4d9124284415116d63e8dd050.zip |
deletion of recurrent items implemented
-rwxr-xr-x | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |