summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-24'X' and '!' keybindings added to status bar, and online help updatedFrederic Culot
2007-03-24color themes are now more configurable, and export function was added.Frederic Culot
2007-03-24conf_t type createdFrederic Culot
2007-03-24extract_data renamed to io_extract_data() and save_cal() to io_save_cal()Frederic Culot
2007-03-24extract_data() renamed to io_extract_data() and save_cal() to io_save_cal()Frederic Culot
2007-03-24help_screen() updated to add the export and flag command help textFrederic Culot
2007-03-24custom_load_conf() prototype addedFrederic Culot
2007-03-24load_conf() moved from calcurse.c to custom_load_conf()Frederic Culot
2007-03-24notify_init_vars() prototype addedFrederic Culot
2007-03-24init_notify_bar() moved from calcurse.c to notify_init_vars()Frederic Culot
2007-03-24init_notify_bar(), load_conf() and fill_config_var() suppressedFrederic Culot
2007-03-24parse_args() prototype updatedFrederic Culot
2007-03-24'-x' flag added in parse_args() to export data in non-interactive modeFrederic Culot
2007-03-24'X' and '!' keybindings addedFrederic Culot
2007-03-17more work on iCal export functions implementationFrederic Culot
2007-03-17io_export_data() prototype updatedFrederic Culot
2007-03-17io_export_apoints() updated to call date_sec2ical_date()Frederic Culot
2007-03-17date_sec2ical_date(), date_sec2ical_datetime() createdFrederic Culot
2007-03-17date_sec2ical_date(), date_sec2ical_datetime() prototype addedFrederic Culot
2007-03-17HOURINSEC and MININSEC definedFrederic Culot
2007-03-17switch from defines to enum to describe recurrent typesFrederic Culot
2007-03-17bugfix: missing space inside textFrederic Culot
2007-03-11beginning of iCal export functions implementationFrederic Culot
2007-03-11io_export_data() prototype addedFrederic Culot
2007-03-11io_export_data() and io_get_export_stream() createdFrederic Culot
2007-03-11'X' command added, to export data in iCal formatFrederic Culot
2007-03-10color handling improvedFrederic Culot
2007-03-10recur_item_inday() improved, thanks to Tony's patchFrederic Culot
2007-03-10global variable 'colr' suppressedFrederic Culot
2007-03-10custom_color_theme_name() created to return new version of user-definedFrederic Culot
2007-03-10custom_color_theme_name() prototype addedFrederic Culot
2007-03-10save_cal() modified to save new version of user-defined color themeFrederic Culot
2007-03-10global variable 'colr' suppressedFrederic Culot
2007-03-04color theme configuration improvedFrederic Culot
2007-03-04use of terminal default background color instead of blackFrederic Culot
2007-03-04border_color() and border_nocolor() updated to take into account newFrederic Culot
2007-03-04border_color() prototype updatedFrederic Culot
2007-03-04use of color pairs enum in custom_init_attr()Frederic Culot
2007-03-04color pairs enum addedFrederic Culot
2007-02-28bugfix: CTRL-D problems while editing items fixedFrederic Culot
2007-02-28bugfix: CTRL-D problems while editing item fixed. Thanks Toucouch for reporti...Frederic Culot
2007-02-25updated call to notify_check_added()Frederic Culot
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-25improvements in the way user-defined notification is handledFrederic Culot
2007-02-24'!' command added, to switch appointment notification stateFrederic Culot