Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring and style. | Craig Earls | 2013-04-10 | 1 | -39/+24 |
| | |||||
* | Fixed reconciliation initialization. Now prompts with only account, not ↵ | Craig Earls | 2013-04-06 | 1 | -4/+4 |
| | | | | | | status and amount Moved context function to leg-context, from leg-report. Cleaned up many regex in ldg-context. | ||||
* | Major speed improvements to ledger-post-align-postings | Craig Earls | 2013-03-26 | 1 | -7/+4 |
| | | | | | | Got rid of markers. Use inhibit-modification-hook to suppress any other buffer stuff happening. Got giant-buffer down to around 3.5 seconds with full modifications. | ||||
* | Speed improvement to align-postings. | Craig Earls | 2013-03-25 | 1 | -1/+1 |
| | | | | In some cases align-posting was getting called twice | ||||
* | Lots of code cleanup. (if () (progn …) ==> (when () …) all over the ↵ | Craig Earls | 2013-03-25 | 1 | -4/+3 |
| | | | | place | ||||
* | Made account formatting and auto complete compatible. | Craig Earls | 2013-03-07 | 1 | -38/+42 |
| | |||||
* | Fixed data regexs so that dashes are properly handled in dates | Craig Earls | 2013-02-27 | 1 | -4/+4 |
| | |||||
* | Corrects problem clearing a transaction | Craig Earls | 2013-02-15 | 1 | -1/+1 |
| | | | | toggle-current in the payee line will override all posting statuses and clear or unclear the entire transaction. | ||||
* | Fixes Bug 897. toggle now works correctly if there are comment lines in the xact | Craig Earls | 2013-02-15 | 1 | -12/+20 |
| | |||||
* | Code commenting cleanup. | Craig Earls | 2013-02-14 | 1 | -4/+21 |
| | |||||
* | Fixes workflow for using toggle-pending with clear-whole-transactions | Craig Earls | 2013-02-13 | 1 | -4/+9 |
| | |||||
* | Comment and code cleanup | Craig Earls | 2013-02-12 | 1 | -4/+4 |
| | |||||
* | Bug 892 re-enable pending mode and reconcile-finish | Craig Earls | 2013-02-12 | 1 | -37/+56 |
| | | | | This should do it, and it should work across multiple files. | ||||
* | More code cleanup | Craig Earls | 2013-02-12 | 1 | -1/+1 |
| | |||||
* | Lisp code cleanup. | Craig Earls | 2013-02-12 | 1 | -8/+8 |
| | | | | Mostly went through and clarified variable names. Rather than "entry" for everything, use "transaction" and "posting" as appropriate to improve readability. | ||||
* | Lisp code cleanup | Craig Earls | 2013-02-05 | 1 | -30/+30 |
| | | | | | | Most of the files have been touched several times and the indentation structure was wrong. I ran all the files through the emacs indent region function to get back to a baseline | ||||
* | Added GPL licensing information to lisp files | Craig Earls | 2013-01-29 | 1 | -0/+21 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -120/+120 |
| | |||||
* | Broke up the old ledger.el into several submodules | John Wiegley | 2010-04-12 | 1 | -0/+189 |