summaryrefslogtreecommitdiff
path: root/src/recur.c
AgeCommit message (Collapse)Author
2011-03-04Update website links to match the new URL.Lukas Fleischer
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-03-04Update mail addresses to match the new mailing lists.Lukas Fleischer
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-03-03Remove CVS "$Id" headers.Lukas Fleischer
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-03-03Fixed file permissions.Lukas Fleischer
2011-01-11Make parse_date accept several short forms.Lukas Fleischer
Short forms are only accepted in interactive mode (e.g. when using the "Go to" function, editing a recurrent item's end date, and so on). Samples: "1/1/30" for "01/01/2030", "26" for the 26th of the currently selected month/year or "3/1" for Mar 01 (or Jan 03, depending on the date format) of the currently selected year.
2010-03-20All headers gathered into a single one. Typedefs suppressed.Frederic Culot
2010-03-08Patch to correct the wrong calculation of recurrent items' dates after aFrederic Culot
turn of year (submitted by Lukas Fleischer, thanks!).
2009-07-19Make use of erase_note() whenever possible.Frederic Culot
2009-07-05Switch to BSD license.Frederic Culot
2009-05-22The buffer should be allocated dynamically, but I am quite busy right now ↵Frederic Culot
:'( Anyway, thanks Kamil for feedback
2009-01-03more code cleanupFrederic Culot
2009-01-02various bugfixesFrederic Culot
2009-01-01cut/paste feature adedFrederic Culot
fixed a 2-years old bug that made repeated items with exceptions to load uncorrectly in some cases (thanks Jan for reporting it)
2008-12-28Added wrappers around libc's memory management functions, to easily debug ↵Frederic Culot
memory usage
2008-12-14small bugfixes and code cleanupFrederic Culot
2008-12-14exceptions now properly taken into account while exporting dataFrederic Culot
2008-12-13daylight saving time related problems fixed (thanks youshe and Jan for ↵Frederic Culot
reporting them)
2008-12-12code cleanupFrederic Culot
2008-12-08color configuration menu adapted to handle user-defined key bindingsFrederic Culot
2008-12-07Checks added while loading key bindings configuration.Frederic Culot
2008-11-16More work on implementing user-definable keybindingsFrederic Culot
2008-09-16New functions added to handle ical importFrederic Culot
2008-08-10pcal export addedFrederic Culot
2008-05-03memory leaks fixed, thanks Tony for reporting themFrederic Culot
2008-04-12Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot
2008-04-09Tony's patch concerning date format configuration importedFrederic Culot
2008-01-20Code parts related to item update rewrittenFrederic Culot
2008-01-13Ability to attach notes to appointments and events addedFrederic Culot
2007-12-10bugfix in recur_item_inday(): leap years should now be properly handledFrederic Culot
2007-10-21routines updated to handle new window_t and window_e typesFrederic Culot
2007-08-15recur_repeat_item() updated to use apoint_hilt()Frederic Culot
2007-07-29compiler warnings fixedFrederic Culot
2007-07-28unuseful headers removed and some functions became staticFrederic Culot
2007-07-01recur_repeat_item() and recur_item_inday() prototypes updated to take into ↵Frederic Culot
account date_t type
2007-04-14bugfix: forgot to save item state for endless recurrent appointmentsFrederic Culot
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
2007-03-10recur_item_inday() improved, thanks to Tony's patchFrederic Culot
2007-03-10global variable 'colr' suppressedFrederic Culot
2007-02-25recur_apoint_check_next() and recur_apoint_check_repeated() modifiedFrederic Culot
to handle item state
2007-02-24recur_apoint_new() modified to handle item stateFrederic Culot
recur_apoint_switch_notify() created recur_apoint_write() and recur_apoint_scan() updated to handle item state
2007-01-16use of getstring() definesFrederic Culot
2006-12-15strcpy replaced by strncpyFrederic Culot
2006-12-08recur_get_apoint() and recur_get_event() createdFrederic Culot
2006-11-02calls to getstring() updatedFrederic Culot
2006-10-28getstring() call in recur_repeat_item() updatedFrederic Culot
2006-10-16bugfix: when creating a recurrent item, the entered end-date is now included ↵Frederic Culot
again
2006-09-16recur_apoint_check_next() and recur_repeat_item() updatedFrederic Culot
2006-09-14recur_item_inday() now returns the item start time if it belongs to current dayFrederic Culot
bugfix in recur_apoint_check_next(): a recurrent appointment is now properly notified bugfix in recur_item_inday(): apopintments now keep a correct start time when repeated
2006-09-12implementation of a mutex lock to prevent recurrent apointment linked listFrederic Culot
from race conditions recur_apoint_llist_init() created
2006-09-11recur_apoint_check_next() createdFrederic Culot