Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -14/+12 |
| | |||||
* | Reworked the way date/times are handled. | John Wiegley | 2008-04-13 | 1 | -4/+2 |
| | |||||
* | Tons of corrections and fixes to value expressions and lot figures. | John Wiegley | 2008-04-13 | 1 | -2/+3 |
| | |||||
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -3/+25 |
| | |||||
* | Checked in all major updates. | John Wiegley | 2008-04-13 | 1 | -53/+71 |
| | |||||
* | (derive_new_entry): Added an error check if only a payee is specified | John Wiegley | 2008-04-13 | 1 | -0/+3 |
| | | | | | for "entry" but the payee wasn't found. (This came from the mailing list, thanks guys). | ||||
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -27/+0 |
| | |||||
* | Restructed the code that it can build and be used as a shared library. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | | | | | The command-line version is still statically bound in the build process by default (for the sake of speed). | ||||
* | See ChangeLog | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Support has been added for clearing of individual transactions. Set | John Wiegley | 2008-04-13 | 1 | -1/+0 |
| | | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior. | ||||
* | (derive_new_entry): Backed out a change which caused the "from" | John Wiegley | 2008-04-13 | 1 | -8/+3 |
| | | | | account to be incorrectly determined. | ||||
* | (derive_new_entry): If the "entry" command can't figure out which | John Wiegley | 2008-04-13 | 1 | -9/+17 |
| | | | | | account to draw from, and if there is a "basket account" (defined with "A" in a textual ledger), use that. | ||||
* | (derive_new_entry): If no argument were given but the payee, assume | John Wiegley | 2008-04-13 | 1 | -5/+14 |
| | | | | the user wants to see the same transaction as last time. | ||||
* | added missing headers | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | |||||
* | (derive_new_entry): Simplified some code. (derive_new_entry): If no | John Wiegley | 2008-04-13 | 1 | -3/+7 |
| | | | | | | commodity was specified for an amount, and none was figured out from previous transactions, then use the default commodity (which is specified using "D <SYMBOL>" in the ledger file). | ||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+144 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -147/+0 |
| | |||||
* | fix to entry | John Wiegley | 2004-09-24 | 1 | -1/+1 |
| | |||||
* | a bit more refactoring | John Wiegley | 2004-09-23 | 1 | -0/+147 |