summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2006-12-15some small bugfixes, thanks to toucouch for reporting themFrederic Culot
calls to strcpy and sprintf suppressed
2006-12-15strcpy replaced by strncpyFrederic Culot
2006-12-14improvements in the memory deallocation in next_arg()Frederic Culot
2006-12-14updatestring() now returns an integer to handle cancelingFrederic Culot
2006-12-14improvements in the memory deallocation in updatestring()Frederic Culot
updatestring() now returns an integer to handle canceling
2006-12-14improvements in the memory deallocation in day_edit_item()Frederic Culot
2006-12-13item_in_popup() improved to replace the scroller() function by a pad.Frederic Culot
scroller() function suppressed
2006-12-13scroller() suppressedFrederic Culot
2006-12-13bugfix: call to getstring() corrected in todo_new_item()Frederic Culot
2006-12-12help screen updated for repeat commandFrederic Culot
2006-12-11manpage updated, long options includedFrederic Culot
2006-12-11help_arg() updated to take long options into accountFrederic Culot
2006-12-10get_date() updated so that it does not modify the selected day inside calendarFrederic Culot
2006-12-10date format modified for the 'Go To' commandFrederic Culot
2006-12-10help screen added for the 'Edit Item' commandFrederic Culot
2006-12-08recur_get_apoint() and recur_get_event() addedFrederic Culot
2006-12-08recur_get_apoint() and recur_get_event() createdFrederic Culot
2006-12-08calls to day_erase_item() and day_edit_item() updatedFrederic Culot
2006-12-08day_edit_time() finished, day_erase_item() updated to add the 'force_erase' ↵Frederic Culot
flag, and day_edit_time() created
2006-12-08day_erase_item() and day_edit_item() prototypes updated, day_edit_time() addedFrederic Culot
2006-12-08datesec2str() moved to date_sec2hour_str(), date_sec2date_str() and ↵Frederic Culot
update_time_in_date() created
2006-12-08date_sec2hour_str(), date_sec2date_str() and update_time_in_date() addedFrederic Culot
2006-11-30call to day_edit_item() addedFrederic Culot
2006-11-30day_edit_item() createdFrederic Culot
2006-11-30day_edit_item() prototype addedFrederic Culot
2006-11-30'Edit Itm' command added in the status barFrederic Culot
2006-11-28memcpy() replaced by memmove() in add_char()Frederic Culot
2006-11-02todo_edit_item() createdFrederic Culot
2006-11-02calls to getstring() updatedFrederic Culot
2006-11-02call to getstring() updatedFrederic Culot
2006-11-02calls to getstring() updatedFrederic Culot
'E' key added to edit already existing items
2006-11-02add_char() simplified, using memcpy()Frederic Culot
updatestring() created getstring() modified to take the max string length as an argument
2006-11-02getstring() prototype modified, and updatestring() createdFrederic Culot
2006-10-28display_item() updated to add an asterisk in front of recurrent itemsFrederic Culot
2006-10-28display_item() prototype updatedFrederic Culot
2006-10-28day_write_pad() updated to add an asterisk in front of recurrent itemsFrederic Culot
2006-10-28display_item() call modified in update_todo_panel()Frederic Culot
2006-10-28display_item_date() updated to add an asterisk in front of recurrent itemsFrederic Culot
2006-10-28getstring() call in todo_new_item() updatedFrederic Culot
2006-10-28getstring() call in recur_repeat_item() updatedFrederic Culot
2006-10-28getstring() call in goto_day() updatedFrederic Culot
2006-10-28getstring() calls in config_notify_bar() and add_item() updatedFrederic Culot
2006-10-28getstring() improved to allow the modification of an existing stringFrederic Culot
shwostring(), showcursor(), del_char() and add_char() created
2006-10-28added SPC define, showstring(), showcursor(), ad_char() and del_char() ↵Frederic Culot
prototypes added
2006-10-17getopt function in parse_args() replaced by getopt_longFrederic Culot
2006-10-16'-t' flag now takes a priority number for argumentFrederic Culot
2006-10-16todo_arg() prototype updatedFrederic Culot
2006-10-16bugfix: when creating a recurrent item, the entered end-date is now included ↵Frederic Culot
again
2006-09-30bugfix: a number of minutes can no longer be entered while creating a new ↵Frederic Culot
appointment
2006-09-30CTRL-J and ENTER are equivalent so can't suppress one of those keybindingsFrederic Culot