| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated the Emacs interface to use the ledger executable more fully | John Wiegley | 2008-04-13 | 1 | -144/+117 |
* | Added an Emacs formatter, accessible with the new "emacs" command. | John Wiegley | 2008-04-13 | 5 | -16/+135 |
* | (search_for_balance): Sped things up by a factor of ten. Still won't | John Wiegley | 2008-04-13 | 2 | -97/+73 |
* | (format_transactions::operator): Corrected a bad memory access. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | (push_to_transactions_list): Added a new transaction handler, which | John Wiegley | 2008-04-13 | 1 | -0/+14 |
* | (clear_transactions_xdata): Clear the transaction xdata pointers once | John Wiegley | 2008-04-13 | 1 | -0/+2 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 0 | -0/+0 |
* | (ledger-reconcile): If a prefix argument is passed to C-c C-r | John Wiegley | 2008-04-13 | 1 | -5/+37 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 0 | -0/+0 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 4 | -6/+56 |
* | (AMOUNT_CMP_AMOUNT): Fixed a very serious error in basic amount math, | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 4 | -2/+9 |
* | Added preliminary support for OFX, using libofx. Needs much | John Wiegley | 2008-04-13 | 10 | -6/+348 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 0 | -0/+0 |
* | Fix to the reconcile function, for the case when there are spaces in | John Wiegley | 2008-04-13 | 1 | -2/+4 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 0 | -0/+0 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -3/+4 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+3 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -3/+1 |
* | (related_transactions::flush): Handle the case where an auto_entry or | John Wiegley | 2008-04-13 | 1 | -8/+21 |
* | Added new "output" command. Likely not to be documented, as these are | John Wiegley | 2008-04-13 | 1 | -0/+5 |
* | Added support for each entry to remember: the file it came from, and | John Wiegley | 2008-04-13 | 3 | -12/+135 |
* | (parse_and_report): Added new "reconcile" and "output" commands. | John Wiegley | 2008-04-13 | 1 | -1/+11 |
* | #include'd reconcile.h. | John Wiegley | 2008-04-13 | 1 | -0/+1 |
* | (parse_elements): Added %S, %B and %E elements, for printing the | John Wiegley | 2008-04-13 | 2 | -1/+31 |
* | Added write_hdr_format and write_xact_format, which are used by the | John Wiegley | 2008-04-13 | 2 | -2/+16 |
* | Added support for each entry to remember: the file it came from, and | John Wiegley | 2008-04-13 | 1 | -11/+24 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 0 | -0/+0 |
* | Check for `realpath' function, used by the new "output" command. If | John Wiegley | 2008-04-13 | 1 | -5/+1 |
* | Added framework for an auto-reconcile command. Useful primarily for | John Wiegley | 2008-04-13 | 3 | -0/+94 |
* | (parse_ledger_data): Don't auto-create equivalencies for bytes, | John Wiegley | 2008-04-13 | 2 | -2/+6 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 2 | -1/+5 |
* | (endElement): Handle the <tr:virtual> and <tr:generated> tags, which | John Wiegley | 2008-04-13 | 1 | -5/+14 |
* | (parse): Corrected error reporting lines when it is a Ledger error. | John Wiegley | 2008-04-13 | 1 | -3/+5 |
* | (format_last_entry): Output tr:cost as an amount, not as an amount | John Wiegley | 2008-04-13 | 1 | -2/+5 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 0 | -0/+0 |
* | Fixed check for libxmlparse. | John Wiegley | 2008-04-13 | 1 | -1/+2 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 0 | -0/+0 |
* | (parse_and_report): Removed "files" argument. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | (class journal_t): Added `price_db' member, which is the price | John Wiegley | 2008-04-13 | 1 | -0/+1 |
* | (export_journal): Added `price_db' property to ledger.Journal type. | John Wiegley | 2008-04-13 | 1 | -0/+1 |
* | (convert_number): If the denominator is zero, report an error instead | John Wiegley | 2008-04-13 | 1 | -1/+6 |
* | (parse_ledger_data): Set journal->price_db if a price database is | John Wiegley | 2008-04-13 | 1 | -8/+13 |
* | (write_binary_journal): Removed unused "files" parameter. | John Wiegley | 2008-04-13 | 1 | -2/+1 |
* | Updated binary cache version, for good measure. | John Wiegley | 2008-04-13 | 1 | -8/+17 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 0 | -0/+0 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 0 | -0/+0 |
* | Updated binary cache version, for good measure. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+2 |
* | (operator/): Added a more complete divide-by-zero check. | John Wiegley | 2008-04-13 | 1 | -1/+1 |