Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixes workflow for using toggle-pending with clear-whole-transactions | Craig Earls | 2013-02-13 | 1 | -2/+3 | |
|/ | ||||||
* | Comment and code cleanup | Craig Earls | 2013-02-12 | 1 | -15/+20 | |
| | ||||||
* | Bug 892 re-enable pending mode and reconcile-finish | Craig Earls | 2013-02-12 | 1 | -15/+34 | |
| | | | | This should do it, and it should work across multiple files. | |||||
* | Lisp code cleanup. | Craig Earls | 2013-02-12 | 1 | -3/+20 | |
| | | | | Mostly went through and clarified variable names. Rather than "entry" for everything, use "transaction" and "posting" as appropriate to improve readability. | |||||
* | Bug 879 cannot reconcile two ledger buffers | Craig Earls | 2013-02-11 | 1 | -50/+51 | |
| | ||||||
* | Bug 878 Cannot reconcile two posting with the same account in one xact | Craig Earls | 2013-02-11 | 1 | -14/+13 | |
| | ||||||
* | Bug 886 Cannot unclear transaction on last line reconciliation buffer | Craig Earls | 2013-02-11 | 1 | -0/+1 | |
| | ||||||
* | Bug 887. Remove folding if the reconcile buffer is killed | Craig Earls | 2013-02-11 | 1 | -9/+19 | |
| | | | | This ensure adequate cleanup if the reconciliation buffer is killed vice quit from. | |||||
* | fixe minor error in merge from vanicat | Craig Earls | 2013-02-10 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #154 from vanicat/t/kill-reconcile | Craig Earls | 2013-02-10 | 1 | -3/+4 | |
|\ | | | | | Take care to not delete some random buffer when exiting reconcile | |||||
| * | Take care to not delete some random buffer when exiting reconcile | Rémi Vanicat | 2013-02-09 | 1 | -3/+4 | |
| | | ||||||
* | | ledger-mode now highlights the xact under point. | Craig Earls | 2013-02-09 | 1 | -0/+1 | |
| | | | | | | | | This can be configured with ledger-highlight-xact-under-point and ledger-font-highlight-face | |||||
* | | Correct error that prevented clearing postings if ↵ | Craig Earls | 2013-02-09 | 1 | -8/+8 | |
|/ | | | | ledger--clear-whole-entires was nil | |||||
* | On move event, save excursion before calling ledger-reconcile-visit | Rémi Vanicat | 2013-02-09 | 1 | -1/+2 | |
| | | | | Otherwise, ledger-reconcile-visit might undo last move | |||||
* | More reconcile-visit bug squashing. | Craig Earls | 2013-02-08 | 1 | -2/+6 | |
| | ||||||
* | Improved the visit function. Made the window position configurable. Removed ↵ | Craig Earls | 2013-02-08 | 1 | -54/+61 | |
| | | | | after-save hook on quit | |||||
* | Added ability to have ledger buffer track the xact under point in recon window | Craig Earls | 2013-02-08 | 1 | -0/+24 | |
| | | | | controllable using ledger-buffer-tracks-reconcile-buffer | |||||
* | Added vanicat's multii file extensions. | Craig Earls | 2013-02-08 | 1 | -40/+36 | |
| | | | | There was a strange interact with some more recent parts of the code that exposed bugs I hadn't seen before. | |||||
* | Revert "Merge pull request #147 from vanicat/t/where-are-transaction" | Craig Earls | 2013-02-08 | 1 | -23/+13 | |
| | | | | | This reverts commit 9a411e898acdd52e432ea84914467233e740c67e, reversing changes made to bdf404112e81b74a0cec668222c373150a0bc5ce. | |||||
* | After reconciling, save all buffer that need to be saved. | Rémi Vanicat | 2013-02-08 | 1 | -2/+6 | |
| | ||||||
* | In ledger-reconcile-get-buffer, return the stored buffer | Rémi Vanicat | 2013-02-08 | 1 | -2/+2 | |
| | ||||||
* | In ledger-reconcile, open file where transaction are, and store it. | Rémi Vanicat | 2013-02-08 | 1 | -2/+4 | |
| | ||||||
* | In ledger-reconcile, use a function to get where the transaction is. | Rémi Vanicat | 2013-02-08 | 1 | -9/+13 | |
| | ||||||
* | Reconcile visit now recanters on the xact selected | Craig Earls | 2013-02-07 | 1 | -1/+2 | |
| | ||||||
* | reconcile mode windowing improvements | Craig Earls | 2013-02-07 | 1 | -76/+115 | |
| | | | | | | * reconcile mode now places its window at the bottom of the ledger window it was called form and minimizes its height to the size of the recon buffer. * It all specifically informs the user if there are no uncleared items. * When reconcile mode is entered it sets the ledger-occur mode and scrolls the bottom of the visible buffer to the bottom of the ledger window ensuring transactions are visible. | |||||
* | Enh 246 add code folding to ledger mode | Craig Earls | 2013-02-05 | 1 | -75/+90 | |
| | | | | Based on loccur. Hides everything but the xacts that match a regex. Linked to reconcile mode so that when you reconcile an account on xacts with that account are shown. Documentation updated | |||||
* | If there is no XACT code print blank, not "nil" | Craig Earls | 2013-02-02 | 1 | -1/+3 | |
| | ||||||
* | Add custom faces to the reconciler | Craig Earls | 2013-02-01 | 1 | -6/+11 | |
| | ||||||
* | Add ability to reconcile new account without switching recon buffers | Craig Earls | 2013-01-30 | 1 | -0/+11 | |
| | | | | | Show cleared balance on command Update documentation | |||||
* | Added GPL licensing information to lisp files | Craig Earls | 2013-01-29 | 1 | -0/+21 | |
| | ||||||
* | Fixed the new ledger mod so that loading leg-new.el is sufficient | Craig Earls | 2013-01-29 | 1 | -0/+2 | |
| | | | | | The reconcile package and the xact package didn't provide themselves, and the leg-new module didn't load up everything it needed. | |||||
* | fixes the reconcile mode, adds menus for all modes | Craig Earls | 2013-01-29 | 1 | -55/+81 | |
| | | | | thanks to dk for the is-std defun. | |||||
* | Apply patch to update ldg-reconcile.el | John Wiegley | 2013-01-16 | 1 | -1/+39 | |
| | ||||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -38/+38 | |
| | ||||||
* | Some more refactoring of the new Lisp code | John Wiegley | 2010-04-12 | 1 | -40/+1 | |
| | ||||||
* | Broke up the old ledger.el into several submodules | John Wiegley | 2010-04-12 | 1 | -0/+180 | |