summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-05Add a garbage collector for note filesLukas Fleischer
2011-10-05Do not unlink() note files on note removalLukas Fleischer
2011-10-05Use hash-based file names in ical_read_note()Lukas Fleischer
2011-10-05Use hash-bashed file names in edit_note()Lukas Fleischer
2011-10-05Accept variable length note namesLukas Fleischer
2011-10-05Refactor out note deserializationLukas Fleischer
2011-10-05Add a copy file routineLukas Fleischer
2011-10-05Add a SHA1 implementationLukas Fleischer
2011-10-05doc/: Add "submitting-patches.txt"Lukas Fleischer
2011-10-04Cleanup joinable threads on terminationLukas Fleischer
2011-10-04src/io.c: Update todo item count on iCal importLukas Fleischer
2011-10-04Do not hardcode paths to the default editor/pagerLukas Fleischer
2011-09-06Merge branch 'maint'Lukas Fleischer
2011-09-06Release 2.9.2v2.9.2Lukas Fleischer
2011-09-06Update translationsLukas Fleischer
2011-09-03Add a configure setting to skip "doc/"Lukas Fleischer
2011-09-02Merge branch 'maint'Lukas Fleischer
2011-08-26Rework indentation code in print_notefile()Lukas Fleischer
2011-08-26src/io.c: iCal content line folding correctnessLukas Fleischer
2011-07-31Add configuration option to notify all appointmentsLukas Fleischer
2011-07-31Release 2.9.1v2.9.1Lukas Fleischer
2011-07-31Update translations filesLukas Fleischer
2011-07-30Merge branch 'maint'Lukas Fleischer
2011-07-30Fix sort order in app_arg()Lukas Fleischer
2011-07-29Fix configuration file backward compatibilityLukas Fleischer
2011-07-29Fix apoint_get() call in apoint_switch_notify()Lukas Fleischer
2011-07-29Fix notify_check_repeated()Lukas Fleischer
2011-07-29Fix recurrent appointment notificationLukas Fleischer
2011-07-29Update the notification item in *_paste_item()Lukas Fleischer
2011-07-29Update the notification item in day_edit_item()Lukas Fleischer
2011-07-29Add "force" parameter to notify_check_next_app()Lukas Fleischer
2011-07-28src/calcurse.h: Whitespace cleanupLukas Fleischer
2011-07-28src/args.c: Mark various constant strings constLukas Fleischer
2011-07-28Remove superfluous buffer variable from version_arg()Lukas Fleischer
2011-07-28Remove superfluous buffer variable from help_arg()Lukas Fleischer
2011-07-28TODO: Remove reference to the bugs mailing listLukas Fleischer
2011-07-28Merge branch 'maint'Lukas Fleischer
2011-07-28io.c: Accept resource parameters in iCal importLukas Fleischer
2011-07-28Invoke vars_init() before importing data with "-i"Lukas Fleischer
2011-07-24Use gettext plural featuresLukas Fleischer
2011-07-24Split stats messages in io_import_data()Lukas Fleischer
2011-07-21Refactor out note functionsLukas Fleischer
2011-07-21Add hint to error messages in custom_load_conf()Lukas Fleischer
2011-07-21Use map for configuration variable namesLukas Fleischer
2011-07-21Return error status in custom_set_conf()Lukas Fleischer
2011-07-21Rename custom_load_color() to conf_parse_color()Lukas Fleischer
2011-07-21Declare foreground and background variables globalLukas Fleischer
2011-07-21Refactor out integer variable parsingLukas Fleischer
2011-07-21Refactor conf_parse_bool()Lukas Fleischer
2011-07-21Rename fill_config_var() to conf_parse_bool()Lukas Fleischer