| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Rewrote align-postings again to improve handling of long account-names. It n... | Craig Earls | 2013-04-05 | 1 | -19/+20 |
| * | other font cleanup | Craig Earls | 2013-04-05 | 1 | -6/+1 |
| * | Fixed ledger-font-other line. Thanks Thierry! | Craig Earls | 2013-04-05 | 1 | -1/+3 |
* | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-04-04 | 11 | -134/+204 |
|\| |
|
| * | Regex Cleanup | Craig Earls | 2013-04-04 | 2 | -3/+2 |
| * | Fix ledger-complete-entry for stale regex | Craig Earls | 2013-04-04 | 1 | -1/+1 |
| * | Fix next-account so that status markers can be manually entered into a buffer... | Craig Earls | 2013-04-04 | 1 | -2/+6 |
| * | Fixed bug that caused ledger-mode interfere with other mode that used indent-... | Craig Earls | 2013-04-04 | 1 | -1/+1 |
| * | Fix copy-at-point and more regex consolidation and cleanup | Craig Earls | 2013-04-03 | 7 | -109/+103 |
| * | Consolidated all major regexes into ldg-regex. Only major exception are the ... | Craig Earls | 2013-04-02 | 11 | -44/+90 |
| * | Fixes bug 904, failure to highly pending postings. Adds two new faces for pe... | Craig Earls | 2013-04-02 | 3 | -11/+48 |
| * | ledger-read-commodity-string now calls ledger-split-commodity-string | Craig Earls | 2013-04-01 | 1 | -19/+9 |
* | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-04-01 | 5 | -8/+10 |
|\| |
|
| * | Bring back comments into account completion. | Craig Earls | 2013-04-01 | 1 | -4/+3 |
| * | Fix Bug 941, ensure two spaces are left between account and amount | Craig Earls | 2013-04-01 | 1 | -1/+2 |
| * | Prevent sort-buffer from calling all the after-change hooks | Craig Earls | 2013-04-01 | 1 | -1/+3 |
| * | Make 'return' visit source in reports, make Visit Source the entry in reconci... | Craig Earls | 2013-04-01 | 2 | -2/+2 |
* | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-03-31 | 4 | -6/+4 |
|\| |
|
| * | Merge commit 'b5612122ae712e3a924662fa1407c46daca6c85f' into next | Craig Earls | 2013-03-31 | 3 | -3/+3 |
| |\ |
|
| | * | Merge pull request #169 from vanicat/t/warnings | Craig Earls | 2013-03-31 | 3 | -4/+4 |
| | |\ |
|
| | | * | Use (fit-window-to-buffer) for error reporting. | Rémi Vanicat | 2013-03-31 | 1 | -0/+1 |
| | | * | Removing some warning when compiling ledger. | Rémi Vanicat | 2013-03-30 | 3 | -4/+3 |
| * | | | corrected error output | Craig Earls | 2013-03-31 | 1 | -2/+0 |
| |/ / |
|
| * | | Oops, forgot a # | Craig Earls | 2013-03-31 | 1 | -1/+1 |
| * | | Correct a solarize face | Craig Earls | 2013-03-31 | 1 | -1/+1 |
| |/ |
|
* | | 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 |
| * | Bug 936 Fixes ledger-add-transaction. | Craig Earls | 2013-03-27 | 1 | -1/+1 |
* | | 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 |
* | 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 |
* | Fix bug 928 Refix slow indent-region behavior. | Craig Earls | 2013-03-25 | 2 | -5/+10 |
* | 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 p... | Craig Earls | 2013-03-25 | 12 | -186/+156 |
* | 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 |