aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright rangesLukas Fleischer2012-03-263-4/+4
| | | | | | Add 2012 to the copyright range for all source and documentation files. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Add a read-only optionLukas Fleischer2012-02-242-0/+12
| | | | | | | We don't save any configuration nor items if this is set. This should be used with care, and hence there's no short option for this. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Add command line argument to run the GC manuallyLukas Fleischer2011-10-052-0/+6
| | | | | | | | Adds a "-g" option that allows for running the garbage collector for note files manually. This is useful for users that do not use note files at all or rarely edit/remove them. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Add configuration option to run the GC on exitLukas Fleischer2011-10-051-0/+3
| | | | | | | | If "auto_gc" is enabled, the garbage collector for note files will be run on every exit. As this is an experimental feature and may cause data loss, this is disabled by default. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* doc/: Add "submitting-patches.txt"Lukas Fleischer2011-10-052-1/+196
| | | | | | | | This short paper contains information on how to create and submit patches to calcurse. This used to be on our website - "doc/" seems to be a better place for this, though. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Merge branch 'maint'Lukas Fleischer2011-09-061-4/+4
|\ | | | | | | | | Conflicts: src/io.c
| * Add a configure setting to skip "doc/"Lukas Fleischer2011-09-031-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix all remaining build issues with documentation generation. Finally. The new "--disable-docs" option should be used to skip documentation completely, whereas "--without-asciidoc" can be used if both manual and man page should not be rebuilt. As a consequence, "--without-asciidoc" can only be combined with "--enable-docs" if ready-made documentation already exists in "doc/". This is true for release tarballs (where we include prebuilt documentation for the sake of portability and simplicity), as well as for Git checkouts where the documentation has already been built earlier. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* | Add configuration option to notify all appointmentsLukas Fleischer2011-07-311-0/+4
| | | | | | | | | | | | | | | | If "notify-all" is enabled, all non-flagged appointments will be notified (instead of flagged ones). This is useful for users that want to be notified of everything. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* | doc/manual.txt: Remove note on missing UTF-8 supportLukas Fleischer2011-07-021-2/+1
|/ | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* doc/manual.txt: Document backward-kill-wordLukas Fleischer2011-06-291-0/+3
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* doc/Makefile.am: Fix "--without-asciidoc"Lukas Fleischer2011-06-201-3/+7
| | | | | | | Do not try to distribute man page and manual files if documentation generation is disabled. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Release 2.9.0.v2.9.0Lukas Fleischer2011-05-241-1/+1
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-222-3/+3
| | | | | | | | | * Update copyright dates (use 2004-2011 as date range everywhere). * Change copyright holder from "Frederic Culot" to "calcurse Development Team". Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Documentation Makefile overhaul.Lukas Fleischer2011-04-221-3/+11
| | | | | | | | | * Add documentation input and output files to distribution tarballs. * Use a more generic rule to generate man pages instead of the hardcoded "calcurse.1" target. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Add more detailed instructions on `tx push` usage to documentation.Lukas Fleischer2011-04-111-5/+9
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Add base transifex-client configuration file.Lukas Fleischer2011-04-111-5/+4
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Use HTTPs for tx(1) samples in the documentation.Lukas Fleischer2011-04-111-2/+2
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Fix Transifex resource slug in documentation.Lukas Fleischer2011-04-101-3/+3
| | | | | | | | The slug of the "calcurse.pot" resource has been changed from "calcurse-pot" to "calcursepot" for consistency reasons. Update the documentation where necessary. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Update translation help in the manual.Lukas Fleischer2011-03-151-13/+75
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Add note on dropped translations to the manual.Lukas Fleischer2011-03-151-0/+5
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Fix mail address of release announcement list.Lukas Fleischer2011-03-041-1/+1
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Update website links to match the new URL.Lukas Fleischer2011-03-042-4/+6
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-042-4/+3
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Convert man page to AsciiDoc.Lukas Fleischer2011-03-032-0/+287
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-032-4/+0
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Fix references in "doc/manual.txt".Lukas Fleischer2011-03-031-2/+3
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Convert documentation to AsciiDoc, delete translations.Lukas Fleischer2011-03-039-8802/+1130
|
* Fixed file permissions.Lukas Fleischer2011-03-036-0/+0
|
* html manuals updated.Frederic Culot2010-03-296-42/+458
|
* Manuals updated with parts related to daemon mode.Frederic Culot2009-08-186-171/+481
|
* English html manual updated with parts related to daemon mode.Frederic Culot2009-08-181-14/+75
|
* manuals updated with the -S flagFrederic Culot2009-07-106-18/+62
|
* Switch to BSD licenseFrederic Culot2009-07-057-120/+169
|
* html manuals updatedFrederic Culot2009-06-276-37/+42
|
* manuals updated for 2.5Frederic Culot2009-01-246-24/+116
|
* information about periodic saves added in manualsFrederic Culot2009-01-046-30/+99
|
* manual and manpage updated for 2.4Frederic Culot2008-12-096-95/+357
|
* switched to calcurse 2.3Frederic Culot2008-10-151-81/+66
|
* manpage, manuals and translations updated for 2.3_betaFrederic Culot2008-09-216-34/+447
|
* Optional 'format' option added to '-x' flag, help updatedFrederic Culot2008-08-116-41/+130
|
* manpage and manuals updated with new command line optionsFrederic Culot2008-08-086-31/+169
|
* html manuals updated with date format configuration optionsFrederic Culot2008-04-206-18/+145
|
* manuals updated with the '-N' flagFrederic Culot2008-04-056-18/+65
|
* Italian manual added, many thanks to Leandro NoferiniFrederic Culot2008-03-306-10/+1237
|
* NEWS and po files updatedFrederic Culot2008-03-021-28/+27
| | | | Dutch manual and translation updated, thanks Jeremy
* proper cvs tag usedFrederic Culot2008-02-141-1/+1
|
* html manuals updated with parts related to notesFrederic Culot2008-02-146-13/+161
|
* manuals updated to make use of css style sheetFrederic Culot2008-02-106-2145/+2346
|
* css style sheet added for html manualFrederic Culot2008-02-032-745/+1138
|
* Dutch manual updated, thanks to Jeremy RoonFrederic Culot2007-10-081-16/+14
|