summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Corrected list of options shown in the man pageJohn Wiegley2010-06-151-8/+39
|
* Use UTF-8 as the proper encoding for Texinfo docsJohn Wiegley2010-06-121-1/+1
|
* Untabified all source filesJohn Wiegley2010-06-113-27/+27
|
* Corrected a misleading example in the manualJohn Wiegley2010-06-091-27/+5
|
* @ characters in the manual need to be escaped.Martin Michlmayr2010-06-021-2/+2
|
* Fixed a typo in the manualMartin Michlmayr2010-05-281-1/+1
|
* Simplify introductory section of the manualMartin Michlmayr2010-05-281-2/+2
| | | | | | I found the first example confusing because it includes "(100") without any explanation. Transaction codes are only explained later on and this one isn't needed, so remove it.
* Fix a cosmetic problem in the manualMartin Michlmayr2010-05-281-1/+1
|
* Add a missing word to the manualMartin Michlmayr2010-05-281-4/+5
|
* Documentation fixes.Michael Norrish2010-05-281-13/+13
|
* Updated NEWS file that there will be less newsJohn Wiegley2010-05-221-29/+8
|
* ldg-texi.el now auto-generates regression testsJohn Wiegley2010-03-151-0/+15
|
* Make the manual encoding be utf-8John Wiegley2010-03-051-1/+1
|
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
|
* Removed doc/Ledger.scrivJohn Wiegley2010-02-04369-130315/+0
|
* Added a --pivot=TAG optionJohn Wiegley2010-02-021-12/+2
| | | | | | This is equivalent to the following: --account='"TAG:" + tag(/TAG/)'
* Several changes to the sample.dat fileAristid Breitkreuz2009-11-201-12/+18
|
* Made the account and tag directives more rationalJohn Wiegley2009-11-151-0/+4
| | | | | Now you must specify "account / end account", and "tag / end tag". For backwards compatability, plain "end" is the same as "end account".
* Moved a usage of Ar in the man pageJohn Wiegley2009-11-131-2/+3
|
* All commands are now documented in the man pageJohn Wiegley2009-11-121-37/+261
|
* Added support for Boost.Regex w/ ICUJohn Wiegley2009-11-071-1/+1
| | | | | This allows for correct searching of UTF-8 encoded strings, such as lower-case versions of Russian words to find mixed-case words.
* Added file relating to last doc updateJohn Wiegley2009-10-271-0/+4
|
* Added note to doc file.John Wiegley2009-10-272-20/+22
|
* Added beginning draft of manual for 3.0John Wiegley2009-10-25368-0/+130309
| | | | This is being kept in Scrivener format, for ease of writing.
* Fixed a bug in the man pageJohn Wiegley2009-03-151-3/+3
|
* Removed the --totals optionJohn Wiegley2009-03-051-2/+1
|
* Normalized how account totals are calculatedJohn Wiegley2009-03-031-0/+1
|
* Several corrections to the man pageJohn Wiegley2009-03-031-15/+28
|
* Removed a license file that's no longer relevantJohn Wiegley2009-02-281-25/+0
|
* Added --lots-actual, to not print calc'd detailsJohn Wiegley2009-02-271-0/+1
|
* Added generate command, --seed, and GenerateTestsJohn Wiegley2009-02-271-0/+2
|
* Added an --unround option, to show full precisionJohn Wiegley2009-02-271-1/+2
|
* Changed --exchange's short option from -x to -XJohn Wiegley2009-02-251-2/+2
|
* Fixed the --gain option for balance reportsJohn Wiegley2009-02-251-0/+1
|
* Added a new --depth optionJohn Wiegley2009-02-251-1/+2
|
* Added some new valexpr functions to the man pageJohn Wiegley2009-02-241-0/+3
|
* Added note to docs about "primary" commoditiesJohn Wiegley2009-02-241-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever a commodity is exchanged for another in a posting, one of the two is considered "primary", and the other secondary. Primariness of a commodity is remembered, since the --market option only renders balances into secondary commodities, never primaries. To render primaries, use the --exchange=COMMODITY option. In all of the following examples, the P commodity is considered primary and the S is secondary (the P at the beginning of the line indicates a price-setting directive): 2009/01/01 Sample 1a Assets:Brokerage:Stocks 100 S Assets:Brokerage:Cash -100 P P 2009/01/15 00:00:00 S 2 P 2009/02/01 Sample 2a Assets:Brokerage:Stocks 100 S @ 1 P Assets:Brokerage:Cash P 2009/02/01 00:00:00 S 4 P 2009/03/01 Sample 3a Assets:Brokerage:Stocks 100 S @@ 100 P Assets:Brokerage:Cash P 2009/03/01 00:00:00 S 8 P 2009/04/01 Sample 4a Assets:Brokerage:Cash 100 P Assets:Brokerage:Stocks -100 S {1 P} P 2009/04/01 00:00:00 S 16 P
* Removed the largely useless --performance optionJohn Wiegley2009-02-242-6/+1
|
* The Great Renaming, Part IIJohn Wiegley2009-02-235-479/+479
| | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset.
* Added --revalued-total option, used by --gainJohn Wiegley2009-02-231-1/+2
| | | | | This option sets the total by which revalued transactions are determined. Only needed if the display total is not appropriate.
* Updated manpage about the new --exchange changesJohn Wiegley2009-02-221-5/+4
|
* Added --exchange (-x) optionJohn Wiegley2009-02-221-0/+1
| | | | | | | This is like -V, except it lets you specify the goal commodity to report in terms of, for example: reg -x CAD
* Changed --colors to --color, to match GitJohn Wiegley2009-02-221-3/+3
|
* Removed unused --totals optionJohn Wiegley2009-02-221-2/+1
| | | | This option was for outputting <total> elements in 2.x's XML output.
* Added a new --colors option, for terminal funJohn Wiegley2009-02-211-2/+12
| | | | | | | | | The following colors are applied in the balance and register reports: GREEN To a date, if it occurs in the future BOLD If a payee name relates to an uncleared entry BLUE For account names RED For negative values
* Added a new --raw option, for use with printJohn Wiegley2009-02-211-0/+5
|
* Added all current value expressions to man pageJohn Wiegley2009-02-211-42/+94
|
* Began creation of an Nroff-formatted man pageJohn Wiegley2009-02-211-0/+267
|
* A key fix to the ways accounts were sortedJohn Wiegley2009-02-191-0/+2
| | | | Comparing integer < amount was doing the reverse comparison.
* Some reformatting of the NEWS fileJohn Wiegley2009-02-191-16/+20
|