summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2006-10-28added SPC define, showstring(), showcursor(), ad_char() and del_char() protot...Frederic Culot
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
2006-09-30bugfix: a number of minutes can no longer be entered while creating a new app...Frederic Culot
2006-09-30CTRL-J and ENTER are equivalent so can't suppress one of those keybindingsFrederic Culot
2006-09-22moved LOCALEDIR definition from configure.ac to src/Makefile.amFrederic Culot
2006-09-18added test on warning time interval in config_notify_bar(), plus small bugfixesFrederic Culot
2006-09-17bugfix in help_screen(): text_lines is now correctly updatedFrederic Culot
2006-09-17help_screen() updatedFrederic Culot
2006-09-17getstring() improved to check for escape sequenceFrederic Culot
2006-09-17config_notify_bar() improvedFrederic Culot
2006-09-16mycpy() createdFrederic Culot
2006-09-16mycpy() addedFrederic Culot
2006-09-16NOTIFY_FIELD_LENGTH and notify_app_s structure updatedFrederic Culot
2006-09-16notify_update_bar() improved and notify_app_s structure updatedFrederic Culot
2006-09-16config_notify_bar() and print_notify_options() improvedFrederic Culot
2006-09-16recur_apoint_check_next() and recur_repeat_item() updatedFrederic Culot
2006-09-16apoint_check_next() updatedFrederic Culot
2006-09-16now() addedFrederic Culot
2006-09-16now() createdFrederic Culot
2006-09-16next_arg() addedFrederic Culot
2006-09-16parse_args(), help_arg() and usage() updated to implement the '-n' flagFrederic Culot
2006-09-16-n flag addedFrederic Culot
2006-09-15notify_start_main_thread() and notify_stop_main_thread() addedFrederic Culot
2006-09-15config_bar() updated to add a notify menuFrederic Culot
2006-09-15save_cal() updated to save notify-bar user settingsFrederic Culot
2006-09-15updates to take notify-bar into accountFrederic Culot
2006-09-15help_screen() updated to take notify-bar into accountFrederic Culot
2006-09-15init_notify_bar(), config_notify_bar() and print_notify_options() createdFrederic Culot
2006-09-15new structure created to store notify-bar settingsFrederic Culot
2006-09-15nbar_s structure created to store notify-bar settingsFrederic Culot
2006-09-14appt_pos added to the day_item_s structure to fix the bug causing the deletio...Frederic Culot
2006-09-14day_add_apoint() updatedFrederic Culot
2006-09-14apoint_recur_s2apoint_s() added, appoint_check_next() and apoint_delete_bynum...Frederic Culot
2006-09-14apoint_recur_s2apoint_s addedFrederic Culot
2006-09-14notify_thread_app() and notify_update_bar() updatedFrederic Culot
2006-09-14notify_app_s and notify_vars_s structures updated, and adding of the new func...Frederic Culot
2006-09-14recur_item_inday() now returns the item start time if it belongs to current dayFrederic Culot
2006-09-14recur_apoint_check_next() prototype updatedFrederic Culot
2006-09-14today() createdFrederic Culot