Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-03-30 | 1 | -2/+7 | |
| |\| | ||||||
| | * | Fix bug 937 maintain sort order of xact on the same actual date. | Craig Earls | 2013-03-30 | 1 | -2/+7 | |
| | | | ||||||
| * | | Start integrating schedule into the overall mode | Craig Earls | 2013-03-30 | 3 | -96/+71 | |
| | | | ||||||
| * | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-03-27 | 3 | -24/+28 | |
| |\| | ||||||
| | * | Align post speed improvements after adding the long account name handling. | Craig Earls | 2013-03-27 | 2 | -24/+27 | |
| | | | ||||||
| | * | Fix bug 935, very long account names can get stomped on. | Craig Earls | 2013-03-27 | 1 | -7/+8 | |
| | | | | | | | | | | | | This works, but hammers performance | |||||
| | * | Bug 936 Fixes ledger-add-transaction. | Craig Earls | 2013-03-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | Symptom was no empty line after xact, real problem was not putting ledger output into the temp buffer. | |||||
| * | | Cleaned up entrant macros to only return clauses | Craig Earls | 2013-03-27 | 1 | -42/+66 | |
| |/ | ||||||
| * | Better end testing for align-postings | Craig Earls | 2013-03-26 | 1 | -3/+3 | |
| | | ||||||
| * | More speed improvements for align-postings. | Craig Earls | 2013-03-26 | 1 | -15/+6 | |
| | | ||||||
| * | Handle quoted commodities in ledger-split-commodity-string | Craig Earls | 2013-03-26 | 1 | -15/+26 | |
| | | ||||||
| * | Major speed improvements to ledger-post-align-postings | Craig Earls | 2013-03-26 | 2 | -45/+36 | |
| | | | | | | | | | | | | 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. | |||||
| * | 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 | 2 | -6/+7 | |
| | | ||||||
| * | Speed improvement to align-postings. | Craig Earls | 2013-03-25 | 2 | -5/+10 | |
| | | | | | | | | In some cases align-posting was getting called twice | |||||
| * | Fix bug 928 Refix slow indent-region behavior. | Craig Earls | 2013-03-25 | 2 | -5/+10 | |
| | | | | | | | | Need to bing ledger-post-align-postings to indent-region-function, not indent-line-function, others it tries to align the entire region once for every line in the region. | |||||
| * | add --collapse to reconcile balance calculation | Craig Earls | 2013-03-25 | 1 | -1/+1 | |
| | | ||||||
| * | Improve complete-all and reconcile saving | Craig Earls | 2013-03-25 | 3 | -3/+5 | |
| | | ||||||
| * | Lots of code cleanup. (if () (progn …) ==> (when () …) all over the ↵ | Craig Earls | 2013-03-25 | 12 | -186/+156 | |
| | | | | | | | | place | |||||
| * | Code cleanup in ldg-exec and ledger-split-commodity | Craig Earls | 2013-03-25 | 2 | -32/+22 | |
| | | ||||||
| * | Make complete play nice with auto alignment | Craig Earls | 2013-03-24 | 3 | -5/+54 | |
| | | ||||||
| * | Insert Effective Date to xact | Craig Earls | 2013-03-24 | 1 | -2/+14 | |
| | | ||||||
| * | Fix ledger-split-commodities to handle integer balances | Craig Earls | 2013-03-24 | 1 | -2/+2 | |
| | | ||||||
| * | Improve ledger-split-commodities to handle multi character commodities. | Craig Earls | 2013-03-24 | 1 | -10/+8 | |
| | | ||||||
| * | Clean up ldg-post.el | Craig Earls | 2013-03-24 | 1 | -2/+15 | |
| | | ||||||
| * | Fix bug 923 | Craig Earls | 2013-03-24 | 1 | -0/+2 | |
| | | ||||||
| * | Second rewrite of ledger-post-align-postings. Will probably perfect with ↵ | Craig Earls | 2013-03-24 | 1 | -48/+47 | |
| | | | | | | | | the NEXT rewrite. | |||||
| * | Fixed Align Region menu entry | Craig Earls | 2013-03-24 | 1 | -1/+1 | |
| | | ||||||
| * | More armor plating on ledger-post-align-postings | Craig Earls | 2013-03-23 | 1 | -42/+46 | |
| | | ||||||
| * | Bug 915 maintain point in buffer when saved. | Craig Earls | 2013-03-23 | 1 | -16/+15 | |
| | | ||||||
| * | Finish bug 929 got rid of all references to folding, use narrowing instead. | Craig Earls | 2013-03-23 | 4 | -15/+15 | |
| | | ||||||
| * | Rewrote ledger-post-align-postings to address bugs 923 924 925 926 927 and 928. | Craig Earls | 2013-03-23 | 2 | -59/+72 | |
| | | ||||||
| * | ledger-mode.texi patches from Thierry | Craig Earls | 2013-03-23 | 1 | -18/+19 | |
| | | ||||||
| * | Bug 931 Menu consistency Delete Transaction | Craig Earls | 2013-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed Bug 930 Toggle transaction menu entry incorrect | Craig Earls | 2013-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | Fix Bug 929 consistent naming of buffer narrowing. | Craig Earls | 2013-03-23 | 2 | -11/+11 | |
| | | ||||||
| * | Merge pull request #168 from vanicat/t/clean-no-fail | Craig Earls | 2013-03-23 | 1 | -1/+1 | |
| |\ | | | | | | | Don't fail cleaning after reconcile when some buffer have been killed | |||||
| | * | Don't fail cleaning after reconcile when some buffer have been killed | Rémi Vanicat | 2013-03-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | If buffer in leger-buf has been killed, ledger-reconcile-quit-cleanup will fail with an error. Better to do nothing. | |||||
| * | | Fix bug 915, maintain post in ledger buffer after save during reconciliation. | Craig Earls | 2013-03-22 | 1 | -5/+10 | |
| | | | ||||||
| * | | Fix bug 916 along amount in region | Craig Earls | 2013-03-22 | 3 | -57/+12 | |
| |/ | ||||||
| * | Updated ldg-schedule | Craig Earls | 2013-03-20 | 1 | -11/+30 | |
| | | ||||||
| * | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-03-20 | 1 | -3/+5 | |
| |\ | ||||||
| | * | Added checking for thousands separators in commodity split. | Craig Earls | 2013-03-20 | 1 | -3/+5 | |
| | | | ||||||
| * | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-03-20 | 1 | -40/+16 | |
| |\| | ||||||
| | * | Improved configuration dump. Now automatically dumps all customization ↵ | Craig Earls | 2013-03-20 | 1 | -40/+16 | |
| | | | | | | | | | | | | variables without manually update | |||||
| * | | Initial commit of ldg-schedule.el. Changed name from leg-auto.el and ↵ | Craig Earls | 2013-03-19 | 1 | -0/+314 | |
| | | | | | | | | | | | | renamed internal functions | |||||
| * | | Check 'auto' package name to 'schedule' | Craig Earls | 2013-03-19 | 1 | -301/+0 | |
| | | | ||||||
| * | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-03-18 | 2 | -3/+54 | |
| |\| | ||||||
| | * | Ensure the ledger but tracks the reconcile buffer after a save. | Craig Earls | 2013-03-18 | 1 | -3/+5 | |
| | | | ||||||
| | * | Bug 916: Added back in old ledger-post-align-amount code for Thierry. | Craig Earls | 2013-03-18 | 1 | -0/+49 | |
| | | |