summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-06io_save_cal() updated with layout inserted into conf_t structureFrederic Culot
2007-05-06code cleanup in custom_load_conf()Frederic Culot
2007-05-06custom_load_conf() prototype modifiedFrederic Culot
2007-05-06layout variable added to conf_t typeFrederic Culot
2007-05-06bugfix: notify bar init sequence modified to avoid a possible segfaultFrederic Culot
2007-05-06notify bar init sequence modifiedFrederic Culot
2007-05-06use of memmove in del_char()Frederic Culot
2007-05-06call to custom_load_conf() updatedFrederic Culot
2007-04-24custom_color_config() made more robustFrederic Culot
2007-04-22handle different values returned by ncurses pair_content() depending on compi...Frederic Culot
2007-04-22handle different returned values for ncurses pair_content() functionFrederic Culot
2007-04-21bugfixes in color configuration menuFrederic Culot
2007-04-21do not colorize by default when entering the color configuration menuFrederic Culot
2007-04-15version 1.8_beta releasedcalcurse_1_8_betaFrederic Culot
2007-04-15documentation updated and version switched to 1.8_betaFrederic Culot
2007-04-15help_arg() updated to display help for the --export argumentFrederic Culot
2007-04-15manpage updated with --export flagFrederic Culot
2007-04-15English manual updatedFrederic Culot
2007-04-15version switched to 1.8_betaFrederic Culot
2007-04-14several bugfixesFrederic Culot
2007-04-14bugfix: forgot to save item state for endless recurrent appointmentsFrederic Culot
2007-04-14bugfix: do not include '|' in item description while loading a recurrentFrederic Culot
2007-04-14bugfix: wrong define was used (DAYINSEC instead of HOURINSEC)Frederic Culot
2007-04-14bugfix: correct item is now highlighted when changing day insideFrederic Culot
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
2007-04-04use of DAYINSEC defineFrederic Culot
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