aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a SHA1 implementationLukas Fleischer2011-10-053-0/+300
* doc/: Add "submitting-patches.txt"Lukas Fleischer2011-10-052-1/+196
* Merge branch 'maint'Lukas Fleischer2011-09-0613-170/+250
|\
| * Release 2.9.2v2.9.2Lukas Fleischer2011-09-061-0/+8
| * Update translationsLukas Fleischer2011-09-067-46/+140
| * Add a configure setting to skip "doc/"Lukas Fleischer2011-09-033-9/+24
| * Rework indentation code in print_notefile()Lukas Fleischer2011-08-261-3/+9
| * src/io.c: iCal content line folding correctnessLukas Fleischer2011-08-261-112/+69
* | Merge branch 'maint'Lukas Fleischer2011-09-028-36/+71
|\|
| * Release 2.9.1v2.9.1Lukas Fleischer2011-07-311-0/+35
| * Update translations filesLukas Fleischer2011-07-317-36/+36
* | Add configuration option to notify all appointmentsLukas Fleischer2011-07-315-5/+35
* | Merge branch 'maint'Lukas Fleischer2011-07-306-71/+115
|\|
| * Fix sort order in app_arg()Lukas Fleischer2011-07-301-52/+78
| * Fix apoint_get() call in apoint_switch_notify()Lukas Fleischer2011-07-291-1/+1
| * Fix notify_check_repeated()Lukas Fleischer2011-07-291-1/+1
| * Fix recurrent appointment notificationLukas Fleischer2011-07-291-6/+3
| * Update the notification item in *_paste_item()Lukas Fleischer2011-07-292-0/+8
| * Update the notification item in day_edit_item()Lukas Fleischer2011-07-291-0/+11
| * Add "force" parameter to notify_check_next_app()Lukas Fleischer2011-07-294-11/+13
* | Fix configuration file backward compatibilityLukas Fleischer2011-07-291-2/+7
* | src/calcurse.h: Whitespace cleanupLukas Fleischer2011-07-281-73/+70
* | src/args.c: Mark various constant strings constLukas Fleischer2011-07-281-4/+4
* | Remove superfluous buffer variable from version_arg()Lukas Fleischer2011-07-281-4/+1
* | Remove superfluous buffer variable from help_arg()Lukas Fleischer2011-07-281-4/+1
* | TODO: Remove reference to the bugs mailing listLukas Fleischer2011-07-281-2/+2
* | Merge branch 'maint'Lukas Fleischer2011-07-282-2/+4
|\|
| * io.c: Accept resource parameters in iCal importLukas Fleischer2011-07-281-2/+2
| * Invoke vars_init() before importing data with "-i"Lukas Fleischer2011-07-281-0/+2
* | Use gettext plural featuresLukas Fleischer2011-07-242-8/+11
* | Split stats messages in io_import_data()Lukas Fleischer2011-07-241-10/+12
* | Refactor out note functionsLukas Fleischer2011-07-216-66/+103
* | Add hint to error messages in custom_load_conf()Lukas Fleischer2011-07-211-2/+2
* | Use map for configuration variable namesLukas Fleischer2011-07-211-49/+61
* | Return error status in custom_set_conf()Lukas Fleischer2011-07-211-14/+16
* | Rename custom_load_color() to conf_parse_color()Lukas Fleischer2011-07-211-21/+16
* | Declare foreground and background variables globalLukas Fleischer2011-07-216-12/+15
* | Refactor out integer variable parsingLukas Fleischer2011-07-211-6/+26
* | Refactor conf_parse_bool()Lukas Fleischer2011-07-212-20/+22
* | Rename fill_config_var() to conf_parse_bool()Lukas Fleischer2011-07-211-10/+10
* | Refactor out configuration variable settingLukas Fleischer2011-07-211-75/+82
* | Use single-line configuration settings by defaultLukas Fleischer2011-07-151-22/+23
* | Parse single-line configuration variablesLukas Fleischer2011-07-151-25/+33
* | Be stricter when parsing the configuration fileLukas Fleischer2011-07-151-11/+6
* | Skip indentation and comments in io_extract_data()Lukas Fleischer2011-07-151-1/+2
* | Refactor custom_load_conf()Lukas Fleischer2011-07-151-63/+49
* | Do not unnecessarily refresh in config menuLukas Fleischer2011-07-141-0/+2
* | Remove artificial delay when saving dataLukas Fleischer2011-07-141-3/+0
* | Merge branch 'maint'Lukas Fleischer2011-07-103-2/+20
|\|
| * Honor "TMPDIR" environment variableLukas Fleischer2011-07-093-2/+20