| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented different sorting function on the reconcile buffer. | Craig Earls | 2013-06-03 | 1 | -5/+27 |
* | Fix bug 967, Windows rearranging after reconcile save. | Craig Earls | 2013-06-03 | 1 | -2/+5 |
* | Resolve bug 957 update reconcile buffer when saving ledger buffer | Craig Earls | 2013-05-23 | 1 | -42/+42 |
* | Bug 951, handle thousand separators. | Craig Earls | 2013-04-13 | 1 | -187/+187 |
* | Added quick balance check to ledger-mode | Craig Earls | 2013-04-08 | 1 | -30/+26 |
* | Fixed reconciliation initialization. Now prompts with only account, not stat... | Craig Earls | 2013-04-06 | 1 | -1/+1 |
* | Regex Cleanup | Craig Earls | 2013-04-04 | 1 | -2/+1 |
* | Consolidated all major regexes into ldg-regex. Only major exception are the ... | Craig Earls | 2013-04-02 | 1 | -2/+12 |
* | Make 'return' visit source in reports, make Visit Source the entry in reconci... | Craig Earls | 2013-04-01 | 1 | -1/+1 |
* | 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 | 1 | -1/+2 |
* | Lots of code cleanup. (if () (progn …) ==> (when () …) all over the p... | Craig Earls | 2013-03-25 | 1 | -62/+55 |
* | 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 | 1 | -4/+4 |
* | 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 | Rémi Vanicat | 2013-03-21 | 1 | -1/+1 |
* | | 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 e... | Craig Earls | 2013-03-04 | 1 | -4/+5 |
* | 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 balan... | Craig Earls | 2013-03-01 | 1 | -13/+16 |
* | 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 |