Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | | ||||||
| * | | Have a working candidate search | Craig Earls | 2013-03-18 | 1 | -3/+16 | |
| | | | ||||||
| * | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-03-18 | 4 | -13/+13 | |
| |\| | ||||||
| | * | Updated ledger-mode-dump-variables | Craig Earls | 2013-03-18 | 1 | -5/+5 | |
| | | | ||||||
| | * | Enh918 Have occur mode searches stored in mini buffer history | Craig Earls | 2013-03-18 | 3 | -8/+8 | |
| | | | ||||||
| * | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-03-17 | 1 | -6/+10 | |
| |\| | ||||||
| | * | Fix bug 915 Save in reconcile mode maintains point. | Craig Earls | 2013-03-17 | 1 | -5/+7 | |
| | | | ||||||
| | * | Fix bug 917 C-Begin C-End don't keep buffer synced | Craig Earls | 2013-03-17 | 1 | -1/+3 | |
| | | | ||||||
| * | | Starting on forecast handling for the auto mode | Craig Earls | 2013-03-16 | 1 | -0/+35 | |
| |/ | ||||||
| * | Finally got rid of ledger-post-deafult-account-indent string. | Craig Earls | 2013-03-16 | 1 | -4/+0 | |
| | | ||||||
| * | Auto is now correctly scanning a ledger-auto buffer and returning useable ↵ | Craig Earls | 2013-03-14 | 1 | -19/+28 | |
| | | | | | | | | functions | |||||
| * | Reconcile code cleanup | Craig Earls | 2013-03-14 | 1 | -4/+2 | |
| | | ||||||
| * | Reconcile skips asking for target if there are no uncleared xacts. | Craig Earls | 2013-03-13 | 1 | -10/+11 | |
| | | ||||||
| * | More reconcile restructuring. | Craig Earls | 2013-03-13 | 1 | -9/+12 | |
| | | ||||||
| * | Removed unused function loedger-occur-change-regex | Craig Earls | 2013-03-13 | 1 | -12/+0 | |
| | |