Age | Commit message (Collapse) | Author |
|
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixed a 2-years old bug that made repeated items with exceptions to load
uncorrectly in some cases (thanks Jan for reporting it)
|
|
|
|
memory usage
|
|
thanks Jan for reporting it)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
day_item_nb() created
day_edit_item() and day_erase_item() updated to use day_item_nb()
|
|
|
|
|
|
|
|
sprintf replaced by snprintf and strcpy replaced by strncpy
|
|
|
|
flag, and day_edit_time() created
|
|
|
|
|
|
deletion of the wrong recurrent appointment
|
|
account
|
|
between events and appointments
|