summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* I have improved the vim syntax file for ledger, c.f. attachment.Stefan Karrmann2009-01-311-16/+25
| | | | | | | Features: - The fold gets the amount (in the first transaction) even when a note or currency or commodity follows it. - It accepts "." and "," as a decimal separator.
* Update the link to the mailing list in the READMEMatt Palmer2009-01-311-1/+1
|
* Corrected one of the examples.John Wiegley2009-01-241-2/+2
|
* Updated NEWS file.John Wiegley2009-01-211-0/+3
|
* Changed the order in which options are processed, to provide for the correctJohn Wiegley2009-01-215-146/+165
| | | | | | | | | | | overrides. 1. Global defaults 2. Environment variable settings 3. Initialization file 4. Command-line arguments Whatever is later in the list overrides what is earlier.
* Resolve outstanding stdin parsing issues by buffering the data.John Wiegley2009-01-211-10/+15
|
* Updated NEWS and TODO file.John Wiegley2009-01-212-300/+350
|
* Don't use a cache file if it equals '<none>' (when --no-cache is used).John Wiegley2009-01-202-2/+3
|
* Increased copyright range to include 2009.John Wiegley2009-01-204-4/+4
|
* Correctly output space if %2.2X is used.John Wiegley2009-01-201-0/+6
|
* Updated internal version number to 2.6.2.John Wiegley2008-10-214-3/+7
|
* Added autogen.sh.John Wiegley2008-09-175-27/+1497
|
* Ignore the file RegressionTests.John Wiegley2008-09-171-0/+1
|
* Do not adjust display precision when parsing a pricing entry.John Wiegley2008-09-172-9/+11
| | | | Fixes: 7E5D2A6C-A15F-4BC8-A851-04A48E3E30F4
* If '[TEXT]' found in a transaction note fails to parse as a date, ignore it.John Wiegley2008-09-172-450/+443
| | | | Fixes: 96DDA4B9-E216-4C7A-8D0E-02B0F39CA256
* When printing lot dates, never include a time.John Wiegley2008-09-171-1/+1
|
* Permit date_t to be constructed by a datetime_t.John Wiegley2008-09-171-4/+1
|
* Increased xml output version to 2.6.John Wiegley2008-09-171-1/+3
|
* Removed "note" field in entry_t, since that feature is not appearing in 2.6.1.John Wiegley2008-09-171-1/+0
|
* When automatically associating lot details with a commodity, use only theJohn Wiegley2008-09-173-62/+75
| | | | | | | | price (based on the cost of the transactions), don't automatically use the date and the entry code -- since most people aren't going to be that specific at the time of sale, it's causes confusion in certain cases. Fixes: E87DD3A5-B061-46A0-95E9-9844A6CB0443
* Marked TODO closed: Merge Levin's changes into v2.6.1b.John Wiegley2008-08-261-6/+7
|
* Merge branch git://github.com/levindu/ledger.git 'master' into v2.6.1bJohn Wiegley2008-08-265-18/+18
|\ | | | | | | | | Conflicts: Makefile.am
| * ledger.el: fix broken ledger reconcileLevin Du2008-07-311-12/+8
| |
| * fix balance error if read from stdinLevin Du2008-07-311-4/+3
| | | | | | | | This is introduce by c93175183e790cf7f1100dfd554197161a69e6fe
| * fix beg_line bugLevin Du2008-07-292-5/+6
| |
| * add --root option to python module buildLevin Du2008-07-291-1/+1
| |
* | Added a note about needing to merge in levin's changes.John Wiegley2008-08-262-0/+6
| |
* | Changed sorting order of task items.John Wiegley2008-08-181-698/+698
| |
* | Updated data/ submodule reference.John Wiegley2008-08-182-1/+1
| |
* | Updated TODO file to match what was in the Trac for 2.6.1.John Wiegley2008-08-182-254/+851
| |
* | Added a link to the 'data' submodule, for task attachments.John Wiegley2008-08-172-0/+3
| |
* | Make it so that the AUTHORS and COPYING files are no longer required.John Wiegley2008-08-171-2/+2
| |
* | Added a TODO file, which contains all of the issues resolved, and needing toJohn Wiegley2008-08-161-0/+477
| | | | | | | | be resolved, for v2.6.1b.
* | Added a header inclusion for <memory>.John Wiegley2008-08-161-0/+1
| |
* | Revert "Added the concept of "balance setting transactions"."John Wiegley2008-08-095-209/+6
| | | | | | | | | | | | This reverts commit c93175183e790cf7f1100dfd554197161a69e6fe. The feature needs more thought and is not ready for 2.6.1.
* | The Boost.Python module is building again.John Wiegley2008-08-083-9/+36
| |
* | Add the OFX include directory to acprep.John Wiegley2008-08-081-0/+1
| |
* | Don't synchronize stdio with iostreams, since it's unnecessary. This can giveJohn Wiegley2008-08-081-0/+2
| | | | | | | | us a free speed bonus.
* | Several changes to Makefile.am for 'make dist' and 'make distcheck' to work.John Wiegley2008-08-061-40/+18
|/
* Corrected a bad rounding bug that affecting very small commodity entries.John Wiegley2008-07-282-6/+5
|
* Added the concept of "balance setting transactions".John Wiegley2008-07-275-6/+209
|
* Another quick optimization that cuts down on memory allocation.John Wiegley2008-07-261-3/+5
|
* Added a simple optimization to the way amount strings are parsed.John Wiegley2008-07-263-26/+25
|
* Increased binary cache file internal version number.John Wiegley2008-07-261-2/+2
|
* acprep: I don't keep ChangeLog files under version control anymore, butJohn Wiegley2008-07-232-1/+2
| | | | | automake requires it, so when preparing the sources for building the ChangeLog is touch'd just as we were doing for AUTHORS and COPYING.
* More copyright date updates.John Wiegley2008-07-212-2/+2
|
* A patch from Juergen Daubert, which fixes the output from --version.John Wiegley2008-07-212-2/+2
|
* When using the "entry" command with an unknown payee, get the draw accountJohn Wiegley2008-07-201-4/+15
| | | | correct if one is specified. Fixes #203.
* Corrected the copyright date in ledger.el.John Wiegley2008-07-201-2/+2
|
* Erroneously compared a character position to NUL, rather than setting it.John Wiegley2008-07-191-3/+3
|