summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* General cleanup work on documentation.Craig Earls2012-02-101-2/+2
|
* Added detailed documentation of most command directives. Added command ↵Craig Earls2012-02-101-44/+201
| | | | | | | | directives to test/input/drewr3.dat to demonstrate @tag @account @bucket. Conflicts: doc/ledger3.texi
* Adds stubs for command directives found in textual.cc.Craig Earls2012-02-101-21/+78
| | | | | | Conflicts: doc/ledger3.texi
* Fixed some minor grammatical errors in the equit sectionCraig Earls2012-02-101-3/+3
|
* added clarification about commenting charactersCraig Earls2012-02-101-11/+49
|
* Added more stubs, using the doxygen documentationCraig Earls2012-02-101-19/+211
|
* Wrote Asset Allocation sectionCraig Earls2012-02-101-2/+121
|
* Working on reporting chapterCraig Earls2012-02-101-646/+761
|
* Started detailed emacs ledger mode sectionCraig Earls2012-02-101-13/+212
|
* cleaned up commodity valuation section and moved it into options description ↵Craig Earls2012-02-101-410/+224
| | | | section
* added details about fixing commodity lot pricesCraig Earls2012-02-101-2/+55
|
* added details about using commodity names with whitespace and numericsCraig Earls2012-02-101-2/+18
|
* added details about buying and selling stockCraig Earls2012-02-101-1/+38
|
* added details about effective dates in postingsCraig Earls2012-02-101-3/+70
|
* started command and concept indicesCraig Earls2012-02-101-4/+44
|
* started command and concept indicesCraig Earls2012-02-101-21/+61
|
* Added brief description of the pivot commandCraig Earls2012-02-101-2/+6
|
* Added section to describe major changes from earlier versions to address bug 571Craig Earls2012-02-101-2/+5
|
* Removed references to 'cache' optionCraig Earls2012-02-101-14/+10
|
* Addresses bug 329 Suggestions for improving the documentationCraig Earls2012-02-101-2/+2
|
* corrected --percent optionCraig Earls2012-02-101-4/+4
|
* Added org mode tutorial from EricCraig Earls2012-02-101-1/+307
|
* removed --totals option for XML, no longer supported in 3.XCraig Earls2012-02-101-5/+5
|
* Merge pull request #54 from simonmichael/nextJohn Wiegley2012-01-262-0/+20
|\ | | | | quick makefile used for building website
| * ignore rendered html docsSimon Michael2012-01-221-0/+3
| |
| * makefile to build website docsSimon Michael2012-01-221-0/+17
|/
* Fixed doubled quotes in pathnames in emacs reportJohn Wiegley2012-01-111-1/+1
| | | | Fixes #580
* Merge pull request #52 from slackorama/fix-oneiricJohn Wiegley2011-12-291-3/+3
|\ | | | | Fix issue #51 - oneiric misspelled
| * Fix issue #51 - oneiric misspelledSeth Mason2011-12-291-3/+3
|/
* Merge branch 'next' of github.com:jwiegley/ledger into nextJohn Wiegley2011-12-211-0/+18
|\
| * Merge pull request #45 from etihwnad/mpfr24-compatJohn Wiegley2011-12-210-0/+0
| |\ | | | | | | Use backwards-compatible GMP_RNDx symbols.
| | * Use backwards-compatible GMP_RNDx symbols.Dan White2011-11-031-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | mpfr-2.4 uses GMP_RNDx while mpfr-3.0 uses MPFR_RNDx. Fortunately, mpfr-3.0 also has a set of backwards-compatible defines: #define GMP_RNDx MPFR_RNDx This allows using the GMP_ form and work for both 2.4 and 3.0.
| * | Merge pull request #49 from kennym/nextJohn Wiegley2011-12-211-0/+18
| |\ \ | | | | | | | | Add easy-menu for Emacs-mode
| | * | Add easy-menu for Emacs-modeKenny Meyer2011-12-091-0/+18
| |/ /
* | | Defend against unknown versions of UbuntuJohn Wiegley2011-12-211-2/+6
| | |
* | | Added *.gcno files to .gitignoreJohn Wiegley2011-12-211-0/+1
|/ /
* | Fixed two casts that are errors with gcc 4.7John Wiegley2011-11-301-2/+2
| |
* | Added support for building with gcc trunk (pre 4.7)John Wiegley2011-11-302-23/+36
| |
* | Changed line-endings in sha1.h/cpp to UNIXJohn Wiegley2011-11-302-678/+678
| |
* | Default to using Boost 1.48, without _GLIBCXX_DEBUGJohn Wiegley2011-11-152-11/+11
| |
* | More report query fixesJohn Wiegley2011-11-102-19/+21
| |
* | Corrections to the query language parserJohn Wiegley2011-11-103-9/+16
| | | | | | | | Fixes #552
* | Report an error in the case of '(1' (missing rparen)John Wiegley2011-11-106-18/+115
| | | | | | | | Fixes #557
* | Use GMP_* macros instead of MPFR_*John Wiegley2011-11-051-9/+9
|/
* Merge pull request #43 from enderw88/nextJohn Wiegley2011-10-271-85/+465
|\ | | | | Many documentation edits and a fix for Bug 555 on stats command
| * many changes to documentation, including complete list of commands gleaned ↵Craig Earls2011-10-261-220/+402
| | | | | | | | from the source code and restururing of the chapter on commands
| * corrected Ledger_ to LEDGER_ for environemnt variables, added commands and ↵Craig Earls2011-10-221-10/+208
| | | | | | | | formatting variable from source code
* | Merge remote-tracking branch 'kljohann/vim' into nextJohn Wiegley2011-10-241-22/+63
|\ \
| * | vim. fix handling of automated/recurring xactsJohann Klähn2011-07-311-7/+12
| | |
| * | vim. improve completion and cache invalidationJohann Klähn2011-07-311-10/+41
| | | | | | | | | | | | | | | | | | The completion cache for account names will be updated if there were no exact matches and the file was changed since the cache has been generated.