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 | -10/+9 |
| | |||||
* | Reworked the way date/times are handled. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -4/+4 |
| | |||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -20/+0 |
| | |||||
* | 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 | -4/+4 |
| | | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior. | ||||
* | Removed incorrect parameter. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Removed the --reconcilable option, since the pending flag is now being | John Wiegley | 2008-04-13 | 1 | -11/+4 |
| | | | | used. | ||||
* | Converted the reconciler into an item_handler, so that it interacts | John Wiegley | 2008-04-13 | 1 | -25/+35 |
| | | | | with the core the same way as everything else. | ||||
* | (reconcile_transactions): Added an error message, to make it easier to | John Wiegley | 2008-04-13 | 1 | -2/+11 |
| | | | | | know when the commodity is wrong to --reconcile (such as using $ instead of \$ in the UNIX shell). | ||||
* | (search_for_balance): Sped things up by a factor of ten. Still won't | John Wiegley | 2008-04-13 | 1 | -84/+69 |
| | | | | help for uncleared lists >~27 items (2^27), but it helps. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -3/+45 |
| | |||||
* | Added framework for an auto-reconcile command. Useful primarily for | John Wiegley | 2008-04-13 | 1 | -0/+69 |
GUI developers. |