From cac30a7e1469a8f061f64712dbea100a012dd788 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Thu, 1 Jan 2009 17:50:41 +0000 Subject: cut/paste feature aded fixed a 2-years old bug that made repeated items with exceptions to load uncorrectly in some cases (thanks Jan for reporting it) --- ChangeLog | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2825575..47e9e76 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2009-01-01 Frederic Culot + + * src/event.c (event_free_bkp, event_llist_free): new functions + + * src/apoint.c (apoint_dup, apoint_paste_item, apoint_free_bkp): + new functions + + * src/recur.c (recur_event_free_bkp, recur_event_dup) + (recur_event_paste_item, recur_event_llist_free, recur_add_exc) + (exc_dup, recur_apoint_free_bkp, recur_apoint_dup): new functions + + * src/utils.c (get_item_time, get_item_hour, get_item_min): new + functions + + * src/recur.c: fixed a two-years old bug (appeared in version 1.5) + that made repeated items with exceptions load uncorrectly in + some cases (thanks Jan for reporting it) + + * NEWS: updated (it is now possible to move an item from one date + to another by using the cut/paste feature) + +2008-12-30 Frederic Culot + + * src/keys.c: added key bindings for cut and paste + + * src/keys.c (keys_fill_missing): new function + + * src/io.c (io_load_keys): load default key bindings for missing + keys (meaning they were added with new version of calcurse) + + * src/utils.c (status_bar): added status bar labels for cut and + paste commands + + * src/calcurse.c: handle cut and paste commands + + * src/apoint.c (apoint_cut, apoint_paste): new functions + + * src/day.c (day_cut_item, day_paste_item): new functions + + * src/event.c (event_dup, event_paste_item): new functions + 2008-12-28 Frederic Culot * mem.[ch]: new files to build wrappers around libc's memory -- cgit v1.2.3-54-g00ecf