aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* calcurse-upgrade: Display error if temp file existsv3.0.0-rc1Lukas Fleischer2012-06-011-1/+7
* calcurse-upgrade: Change location of temporary fileLukas Fleischer2012-06-011-1/+1
* calcurse-upgrade: Add "-h" and "-v" optionsLukas Fleischer2012-06-011-0/+9
* scripts/: Add support for placeholdersLukas Fleischer2012-06-013-4/+10
* calcurse-upgrade: Error out on unknown optionLukas Fleischer2012-06-011-4/+9
* scripts/calcurse-upgrade.sh: Fix POSIX compatibilityLukas Fleischer2012-06-011-23/+90
* src/sigs.c: Define "_BSD_SOURCE" and "__BSD_VISIBLE"Lukas Fleischer2012-06-011-0/+10
* po/: Translation updates from TransifexLukas Fleischer2012-06-017-2017/+4389
* po/: Add Portuguese (Brazil) translationLukas Fleischer2012-06-012-1/+1998
* po/calcurse.pot: Update message catalogLukas Fleischer2012-06-011-234/+547
* src/custom.c: Mark sidebar help string "no-c-format"Lukas Fleischer2012-06-011-0/+1
* test/data/conf: Update with recent changesLukas Fleischer2012-05-311-1/+1
* Make appearance.calendarview more explicit in config fileBaptiste Jonglez2012-05-314-9/+22
* Use our array of available date input formatsBaptiste Jonglez2012-05-311-10/+3
* Provide an array of available date input formatsBaptiste Jonglez2012-05-312-0/+9
* Give a meaning to DATE_FORMATSBaptiste Jonglez2012-05-313-3/+6
* src/custom.c: Use status_ask_simplechoice()Baptiste Jonglez2012-05-311-11/+14
* Directly use fprintf() where applicableBaptiste Jonglez2012-05-311-12/+4
* src/day.c: Fix typoBaptiste Jonglez2012-05-311-1/+1
* Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez2012-05-317-80/+75
* src/config.c: Bail out on incomplete directiveLukas Fleischer2012-05-291-0/+3
* Fix incorrect i18n usage for some stringsBaptiste Jonglez2012-05-256-22/+22
* po/POTFILES.in: Add missing source filesLukas Fleischer2012-05-231-1/+11
* Do not localize configuration optionsLukas Fleischer2012-05-232-18/+18
* Merge branch 'maint'Lukas Fleischer2012-05-233-3/+10
|\
| * Do not localize dates in pcal exportsLukas Fleischer2012-05-192-1/+8
| * src/notify.c: Fix printf() misuseLukas Fleischer2012-05-191-1/+1
* | Add localization to calcurse-upgradeLukas Fleischer2012-05-233-5/+19
* | scripts/calcurse-upgrade: Add debug outputLukas Fleischer2012-05-231-0/+7
* | scripts/calcurse-upgrade: Add a "--config" optionLukas Fleischer2012-05-231-1/+10
* | scripts/calcurse-upgrade: Set "-e"Lukas Fleischer2012-05-231-6/+8
* | Document extended format specifiersLukas Fleischer2012-05-232-0/+50
* | Fix default time format for multi-day appointmentsLukas Fleischer2012-05-211-6/+10
* | Switch to Linux kernel coding styleLukas Fleischer2012-05-2133-10777/+9268
* | src/utils.c: Disable canonical mode in press_any_key()Lukas Fleischer2012-05-201-0/+10
* | Fix data type of "general.firstdayofweek"Lukas Fleischer2012-05-175-22/+25
* | doc/manual.txt: Update configuration optionsLukas Fleischer2012-05-171-38/+38
* | Update configuration dialogsLukas Fleischer2012-05-172-24/+24
* | Document removal of the "-N" command line optionLukas Fleischer2012-05-173-13/+9
* | Document simple format specifiersLukas Fleischer2012-05-172-0/+177
* | doc/manual.txt: Document motion count prefixesLukas Fleischer2012-05-171-0/+4
* | doc/manual.txt: Update note file naming schemeLukas Fleischer2012-05-171-3/+4
* | doc/manual.txt: Fix a couple of typosLukas Fleischer2012-05-171-14/+14
* | src/wins.c: Run editor and pager in a shellLukas Fleischer2012-05-161-1/+1
* | Allow passing additional parameters to shell_exec()Lukas Fleischer2012-05-164-6/+45
* | Add dummy help for cut and pasteBaptiste Jonglez2012-05-141-0/+4
* | Allow resize events while prompting the userBaptiste Jonglez2012-05-141-1/+6
* | Various fixes.Baptiste Jonglez2012-05-142-3/+3
* | Factorize boolean user prompting.Baptiste Jonglez2012-05-146-35/+19
* | Use status_ask_choice() on more difficult casesBaptiste Jonglez2012-05-142-38/+87