Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Transactions now track their beginning and ending position, as do | John Wiegley | 2008-04-13 | 1 | -1/+2 |
| | | | | | | | entries. The new format strings %xB %xE %xb %xe can be used to display those values relative to a transaction. The Emacs module now relies on this support to exactly determine where a transaction is, rather than the Elisp logic it relied on previously. | ||||
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -23/+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 | -2/+2 |
| | |||||
* | Support has been added for clearing of individual transactions. Set | John Wiegley | 2008-04-13 | 1 | -12/+13 |
| | | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+0 |
| | |||||
* | (write_entry): Added filename to Emacs output, in preperation for | John Wiegley | 2008-04-13 | 1 | -0/+10 |
| | | | | multi-file support. | ||||
* | (write_entry): If an entry is marked pending, output the `pending' | John Wiegley | 2008-04-13 | 1 | -1/+11 |
| | | | | symbol in the Emacs output. | ||||
* | Expose FormatEmacsTransactions to Python. | John Wiegley | 2008-04-13 | 1 | -0/+23 |
| | |||||
* | Added an Emacs formatter, accessible with the new "emacs" command. | John Wiegley | 2008-04-13 | 1 | -0/+59 |