Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct regex | Craig Earls | 2013-05-11 | 1 | -1/+1 |
| | |||||
* | Reverted changes to completion. Changes were "more correct" but performance ↵ | Craig Earls | 2013-05-10 | 1 | -1/+1 |
| | | | | on large buffer was too poor. | ||||
* | Implement more efficient completion algorithm. Thanks Thierry! Also remove ↵ | Craig Earls | 2013-05-06 | 1 | -24/+29 |
| | | | | multi-comment font-locking for performance reasons. | ||||
* | Fix payees and accounts matching to themselves | George Kettleborough | 2013-04-16 | 1 | -52/+56 |
| | | | | | | This would sometimes cause a double tab to be necessary for completion, although did also provide an accidental "feature" that repeated tabs would cycle all the way back to the original input | ||||
* | Allow completion on accounts and metadata | George Kettleborough | 2013-04-13 | 1 | -2/+22 |
| | |||||
* | Fixed reconciliation initialization. Now prompts with only account, not ↵ | Craig Earls | 2013-04-06 | 1 | -13/+17 |
| | | | | | | status and amount Moved context function to leg-context, from leg-report. Cleaned up many regex in ldg-context. | ||||
* | Fix ledger-complete-entry for stale regex | Craig Earls | 2013-04-04 | 1 | -1/+1 |
| | |||||
* | Fix copy-at-point and more regex consolidation and cleanup | Craig Earls | 2013-04-03 | 1 | -3/+3 |
| | |||||
* | Consolidated all major regexes into ldg-regex. Only major exception are the ↵ | Craig Earls | 2013-04-02 | 1 | -3/+2 |
| | | | | regex in ledger context at point. | ||||
* | Bring back comments into account completion. | Craig Earls | 2013-04-01 | 1 | -4/+3 |
| | |||||
* | Do not include xact level comments in account list for auto completion. | Craig Earls | 2013-03-26 | 1 | -1/+2 |
| | |||||
* | Fix align-postings to deal with being at end of buffer | Craig Earls | 2013-03-25 | 1 | -3/+2 |
| | |||||
* | Improve complete-all and reconcile saving | Craig Earls | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | Lots of code cleanup. (if () (progn …) ==> (when () …) all over the ↵ | Craig Earls | 2013-03-25 | 1 | -7/+4 |
| | | | | place | ||||
* | Make complete play nice with auto alignment | Craig Earls | 2013-03-24 | 1 | -0/+45 |
| | |||||
* | Account auto formatting now works with tab completion | Craig Earls | 2013-03-06 | 1 | -5/+6 |
| | |||||
* | A better try to deal with decimal-comma from ledger | Craig Earls | 2013-02-17 | 1 | -2/+2 |
| | |||||
* | Make sure ledger-fully-complete-entry copies the rest of the payee line | Craig Earls | 2013-02-16 | 1 | -1/+6 |
| | |||||
* | Improved error reporting | Craig Earls | 2013-02-15 | 1 | -1/+1 |
| | |||||
* | Code commenting cleanup. | Craig Earls | 2013-02-14 | 1 | -8/+18 |
| | |||||
* | Added menu entry for complete entry. | Craig Earls | 2013-02-13 | 1 | -34/+20 |
| | | | | Refactored leg-complete to get rid of some side effect usage | ||||
* | Comment and code cleanup | Craig Earls | 2013-02-12 | 1 | -3/+4 |
| | |||||
* | Lisp code cleanup. | Craig Earls | 2013-02-12 | 1 | -13/+15 |
| | | | | 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 | -25/+25 |
| | | | | | | 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 | -95/+95 |
| | |||||
* | Make sure ldg-new.el loads correctly | John Wiegley | 2010-05-07 | 1 | -0/+1 |
| | |||||
* | Broke up the old ledger.el into several submodules | John Wiegley | 2010-04-12 | 1 | -0/+155 |