summaryrefslogtreecommitdiff
path: root/lisp/ldg-state.el
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring and style.Craig Earls2013-04-101-39/+24
|
* Fixed reconciliation initialization. Now prompts with only account, not ↵Craig Earls2013-04-061-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-postingsCraig Earls2013-03-261-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 Earls2013-03-251-1/+1
| | | | In some cases align-posting was getting called twice
* Lots of code cleanup. (if () (progn …) ==> (when () …) all over the ↵Craig Earls2013-03-251-4/+3
| | | | place
* Made account formatting and auto complete compatible.Craig Earls2013-03-071-38/+42
|
* Fixed data regexs so that dashes are properly handled in datesCraig Earls2013-02-271-4/+4
|
* Corrects problem clearing a transactionCraig Earls2013-02-151-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 xactCraig Earls2013-02-151-12/+20
|
* Code commenting cleanup.Craig Earls2013-02-141-4/+21
|
* Fixes workflow for using toggle-pending with clear-whole-transactionsCraig Earls2013-02-131-4/+9
|
* Comment and code cleanupCraig Earls2013-02-121-4/+4
|
* Bug 892 re-enable pending mode and reconcile-finishCraig Earls2013-02-121-37/+56
| | | | This should do it, and it should work across multiple files.
* More code cleanupCraig Earls2013-02-121-1/+1
|
* Lisp code cleanup.Craig Earls2013-02-121-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 cleanupCraig Earls2013-02-051-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 filesCraig Earls2013-01-291-0/+21
|
* Untabified all source filesJohn Wiegley2010-06-111-120/+120
|
* Broke up the old ledger.el into several submodulesJohn Wiegley2010-04-121-0/+189