summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-02-25updated call to notify_check_added()Frederic Culot
2007-02-25apoint_check_next() modified to handle item stateFrederic Culot
2007-02-25recur_apoint_check_next() and recur_apoint_check_repeated() modifiedFrederic Culot
2007-02-25notify_update_bar() updated to call notify_launch_cmd()Frederic Culot
2007-02-25notify_launch_cmd() addedFrederic Culot
2007-02-25variable added in nbar_s structure to store user shellFrederic Culot
2007-02-24english mistakeFrederic Culot
2007-02-24day_item structures updated to take item state into accountFrederic Culot
2007-02-24day_item_s2apoint_s() updated to take item state into accountFrederic Culot
2007-02-24apoint_switch_notify() createdFrederic Culot
2007-02-24recur_apoint_new() modified to handle item stateFrederic Culot
2007-02-24variable to store recurrent appointments addedFrederic Culot
2007-02-24variable to store appointment state addedFrederic Culot
2007-02-24save_cal() modified to record the notification command optionFrederic Culot
2007-02-24struct nbar_s updated to store notification commandFrederic Culot
2007-02-24'!' command added, to switch appointment notification stateFrederic Culot
2007-01-16copyright extended to 2007Frederic Culot
2007-01-16defines added for values returned by getstring()Frederic Culot
2007-01-16better handling of the values returned by getstring()Frederic Culot
2007-01-16user canceling now taken into accountFrederic Culot
2007-01-16use of getstring() definesFrederic Culot
2007-01-10bugfixesFrederic Culot
2007-01-10better checking of the entered date in goto_day()Frederic Culot
2007-01-05newline suppressedFrederic Culot
2006-12-21display adjustment in day_write_pad()Frederic Culot
2006-12-21display adjustment in update_todo_panel()Frederic Culot
2006-12-19bugfix in day_edit_item(): end time does not change if start time is editedFrederic Culot
2006-12-19bugfix in label lengthFrederic Culot
2006-12-18CTRL-K now works properly in getstring()Frederic Culot
2006-12-15sprintf replaced by snprintf and strcpy replaced by strncpyFrederic Culot
2006-12-15todo_arg() prototype updatedFrederic Culot
2006-12-15todo_arg() prototype updated and sprintf replaced by snprintfFrederic Culot
2006-12-15bugfix in array sizes in load-todo()Frederic Culot
2006-12-15parentheses added to fix a warningFrederic Culot
2006-12-15missing header added and sprintf replaced by snprintfFrederic Culot
2006-12-15missing headers addedFrederic Culot
2006-12-15some small bugfixes, thanks to toucouch for reporting themFrederic Culot
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
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
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