| Commit message (Expand) | Author | Age | Files | Lines |
* | Restructured customization groups. Completed initial draft of ledger-mode doc... | Craig Earls | 2013-02-27 | 1 | -6/+10 |
* | Position point at beginning of line on posting being reconciled. | Craig Earls | 2013-02-21 | 1 | -0/+1 |
* | bug-905, inadvertently used an aquamacs function. | Craig Earls | 2013-02-21 | 1 | -1/+1 |
* | Prevent point from being at the end of line when ledger-reconcile-toggle is c... | Craig Earls | 2013-02-21 | 1 | -0/+1 |
* | Put in more nil window protection. | Craig Earls | 2013-02-20 | 1 | -2/+2 |
* | Run ledger-highlight-xact-under-point when reconcile quits, so only one xact ... | Craig Earls | 2013-02-20 | 1 | -1/+3 |
* | Make ledger-reconcile a little cleaner. | Craig Earls | 2013-02-20 | 1 | -5/+5 |
* | Fix another null buffer problem when closing ledger buffers | Craig Earls | 2013-02-19 | 1 | -12/+14 |
* | Fixes Bug 900 | Craig Earls | 2013-02-18 | 1 | -13/+12 |
* | A better try to deal with decimal-comma from ledger | Craig Earls | 2013-02-17 | 1 | -1/+1 |
* | Changed prompt for reconciliation target. | Craig Earls | 2013-02-15 | 1 | -3/+3 |
* | Oops. This adds missing parenthesis to the last commit. | Craig Earls | 2013-02-15 | 1 | -1/+1 |
* | Improved error reporting | Craig Earls | 2013-02-15 | 1 | -2/+2 |
* | Bug 894 Changing reconciliation account now repositions point in the Reconcil... | Craig Earls | 2013-02-14 | 1 | -2/+3 |
* | Code commenting cleanup. | Craig Earls | 2013-02-14 | 1 | -51/+59 |
* | Fix to target change function in leg-reconcile | Craig Earls | 2013-02-14 | 1 | -0/+1 |
* | Added rudimentary target checking to reconcile. | Craig Earls | 2013-02-13 | 1 | -10/+46 |
* | Bug 893 Ledger reconcile loses alignment | Craig Earls | 2013-02-13 | 1 | -15/+13 |
* | Merge pull request #155 from vanicat/t/reconcile_and_windows | Craig Earls | 2013-02-13 | 1 | -21/+25 |
|\ |
|
| * | Ensure that the reconcile buffer is shown when ledger-reconcile is called. | Rémi Vanicat | 2013-02-13 | 1 | -10/+14 |
| * | In ledger-do-reconcile, don't act on windows when reconcile hasn't one | Rémi Vanicat | 2013-02-13 | 1 | -11/+11 |
* | | 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 |
* | Lisp code cleanup. | Craig Earls | 2013-02-12 | 1 | -3/+20 |
* | 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 |
* | 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 | 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 |
* | | Correct error that prevented clearing postings if ledger--clear-whole-entires... | Craig Earls | 2013-02-09 | 1 | -8/+8 |
|/ |
|
* | On move event, save excursion before calling ledger-reconcile-visit | Rémi Vanicat | 2013-02-09 | 1 | -1/+2 |
* | More reconcile-visit bug squashing. | Craig Earls | 2013-02-08 | 1 | -2/+6 |
* | Improved the visit function. Made the window position configurable. Removed a... | Craig Earls | 2013-02-08 | 1 | -54/+61 |
* | Added ability to have ledger buffer track the xact under point in recon window | Craig Earls | 2013-02-08 | 1 | -0/+24 |
* | Added vanicat's multii file extensions. | Craig Earls | 2013-02-08 | 1 | -40/+36 |
* | Revert "Merge pull request #147 from vanicat/t/where-are-transaction" | Craig Earls | 2013-02-08 | 1 | -23/+13 |
* | 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 |
* | Enh 246 add code folding to ledger mode | Craig Earls | 2013-02-05 | 1 | -75/+90 |
* | 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 |