Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ | |||||
* | Ensure the ledger but tracks the reconcile buffer after a save. | Craig Earls | 2013-03-18 | 1 | -3/+5 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Cleaned up ledger-reconcile, easier to read, fewer lines of code. | Craig Earls | 2013-03-13 | 1 | -24/+25 |
| | |||||
* | Reconcile date configuration is pulled from ledgerrc | Craig Earls | 2013-03-08 | 1 | -2/+4 |
| | |||||
* | Added Ledger error handling. No more lisp backtraces! | Craig Earls | 2013-03-08 | 1 | -26/+27 |
| | |||||
* | Made account formatting and auto complete compatible. | Craig Earls | 2013-03-07 | 1 | -8/+8 |
| | |||||
* | Account auto formatting now works with tab completion | Craig Earls | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | Code formatting cleanup. | Craig Earls | 2013-03-06 | 1 | -1/+0 |
| | |||||
* | Add acct under point to reconcile prompt. Fix reconcile balance display of ↵ | Craig Earls | 2013-03-04 | 1 | -4/+5 |
| | | | | empty accounts | ||||
* | Clean up the reconcile balance display code | Craig Earls | 2013-03-01 | 1 | -2/+1 |
| | |||||
* | Ensure reconcile balance display can handle empty accounts. Also force ↵ | Craig Earls | 2013-03-01 | 1 | -13/+16 |
| | | | | balance display at the beginning of reconciliation. | ||||
* | Restructured customization groups. Completed initial draft of ledger-mode ↵ | Craig Earls | 2013-02-27 | 1 | -6/+10 |
| | | | | documentation | ||||
* | 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 ↵ | Craig Earls | 2013-02-21 | 1 | -0/+1 |
| | | | | called | ||||
* | 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 |
| | | | | is highlighted | ||||
* | Make ledger-reconcile a little cleaner. | Craig Earls | 2013-02-20 | 1 | -5/+5 |
| | | | | The recon buffer is filled before asking for target, so there isn't a blank window showing while asking for target. | ||||
* | 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 |
| | | | | | | If the buffer being reconciles was killed with the *Reconcile* buffer still around their were dirty hooks left around that caused bug problems. This fix adds a local kill-buffer hook that calls the ledger-quit routines | ||||
* | 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 ↵ | Craig Earls | 2013-02-14 | 1 | -2/+3 |
| | | | | Reconcile buffer correctly. | ||||
* | 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 |
| | | | | Took out the (interactive) statement and it needed to be there. | ||||
* | 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 |
| | | | | | | An earlier change to multi-file support stored the actual markers to the beginnings of the transaction/postings. When reconcile would insert characters it would invalidate those marker and after many items and been cleared could result in severe misalignment. This change brings back storing the line-numbers as reported by emacs. | ||||
* | Merge pull request #155 from vanicat/t/reconcile_and_windows | Craig Earls | 2013-02-13 | 1 | -21/+25 |
|\ | | | | | T/reconcile and windows | ||||
| * | 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 |
| | | | | | | | | | | | | Ledger-do-reconcile might be called indirectly (in the after-save-hook for example) and one might not want this buffer she has buried to show up again when she is saving another (even related) buffer. | ||||
* | | 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 |
| | |