Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Have a working candidate search | Craig Earls | 2013-03-18 | 1 | -3/+16 |
| | |||||
* | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-03-18 | 4 | -13/+13 |
|\ | |||||
| * | Updated ledger-mode-dump-variables | Craig Earls | 2013-03-18 | 1 | -5/+5 |
| | | |||||
| * | Enh918 Have occur mode searches stored in mini buffer history | Craig Earls | 2013-03-18 | 3 | -8/+8 |
| | | |||||
* | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-03-17 | 1 | -6/+10 |
|\| | |||||
| * | 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 |
| | | |||||
* | | Starting on forecast handling for the auto mode | Craig Earls | 2013-03-16 | 1 | -0/+35 |
|/ | |||||
* | Finally got rid of ledger-post-deafult-account-indent string. | Craig Earls | 2013-03-16 | 1 | -4/+0 |
| | |||||
* | Auto is now correctly scanning a ledger-auto buffer and returning useable ↵ | Craig Earls | 2013-03-14 | 1 | -19/+28 |
| | | | | functions | ||||
* | 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 |
| | |||||
* | Removed unused function loedger-occur-change-regex | Craig Earls | 2013-03-13 | 1 | -12/+0 |
| | |||||
* | Cleaned up ledger-reconcile, easier to read, fewer lines of code. | Craig Earls | 2013-03-13 | 1 | -24/+25 |
| | |||||
* | Merge pull request #163 from davidkeegan/next | Craig Earls | 2013-03-09 | 2 | -3/+4 |
|\ | | | | | | | | | Fixed bug 913 ledger mode C-c C-a and ISO dates. I need to reorganize the regexes, anytime you have to fix the same problem in more than one place you know you could do better... | ||||
| * | ledger-sort-region did nothing if point was at end of region. | David Keegan | 2013-03-09 | 1 | -0/+1 |
| | | |||||
| * | Fixed bug 913 ledger mode C-c C-a and ISO dates. | David Keegan | 2013-03-09 | 1 | -3/+3 |
| | | |||||
* | | Fixed bug where reconcile bombed if you tried to start from a comment | Craig Earls | 2013-03-09 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-03-09 | 34 | -3111/+351 |
|\| | |||||
| * | Reconcile date configuration is pulled from ledgerrc | Craig Earls | 2013-03-08 | 1 | -2/+4 |
| | | |||||
| * | Removed ldg-register.el functionality all contained in ldg-report | Craig Earls | 2013-03-08 | 3 | -91/+0 |
| | | |||||
| * | indent output of ledger xml | Johann Klähn | 2013-03-08 | 1 | -1/+2 |
| | | |||||
| * | fix ledger xml output, remove ledger json command | Johann Klähn | 2013-03-08 | 16 | -121/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | As the format used by property trees to represent valid JSON and that for valid XML is too different and given that there are more requests for valid XML output I decided to pursue a quick fix and remove the json command in favor of a working xml command. See bug #782, #909, recent discussion on mailing list. JSON support is postponed until I or someone else finds time to work on this or the python bindings are more stable. | ||||
| * | Added Ledger error handling. No more lisp backtraces! | Craig Earls | 2013-03-08 | 2 | -58/+78 |
| | | |||||
| * | refactored the auto-adjust to make it default | Craig Earls | 2013-03-07 | 1 | -10/+11 |
| | | |||||
| * | Deprecated ledger.el | Craig Earls | 2013-03-07 | 1 | -1340/+0 |
| | | |||||
| * | Caught another omission in the built list | Craig Earls | 2013-03-07 | 2 | -0/+2 |
| | | |||||
| * | Made account formatting and auto complete compatible. | Craig Earls | 2013-03-07 | 4 | -63/+72 |
| | | |||||
| * | Account auto formatting now works with tab completion | Craig Earls | 2013-03-06 | 4 | -13/+16 |
| | | |||||
| * | Improved context regex to handles @ and @@ pricing | Craig Earls | 2013-03-06 | 1 | -5/+13 |
| | | |||||
| * | Correct bug is edit amount. | Craig Earls | 2013-03-06 | 2 | -11/+2 |
| | | | | | | | | Edit-amount was still looking for decimal-comma | ||||
| * | Added missing lisp files to CMakeList.txt | Craig Earls | 2013-03-06 | 1 | -3/+5 |
| | | |||||
| * | Code formatting cleanup. | Craig Earls | 2013-03-06 | 3 | -3/+5 |
| | | |||||
| * | Added menu entries to help set sort region | Craig Earls | 2013-03-06 | 3 | -9/+44 |
| | | |||||
| * | Removed timeclock.el. | Craig Earls | 2013-03-05 | 1 | -1362/+0 |
| | | | | | | | | This has been parts of the standard Emacs installation for a very long time. No need to repeat it here. | ||||
| * | Add acct under point to reconcile prompt. Fix reconcile balance display of ↵ | Craig Earls | 2013-03-04 | 4 | -34/+44 |
| | | | | | | | | empty accounts | ||||
* | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-03-02 | 3 | -6/+28 |
|\| | |||||
| * | Remove auto account alignment as it interfered with account completion. | Craig Earls | 2013-03-02 | 1 | -3/+3 |
| | | |||||
| * | Ad ledger-mode flags to limit sort region for sort buffer | Craig Earls | 2013-03-02 | 2 | -3/+25 |
| | | |||||
* | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-03-02 | 3 | -11/+20 |
|\| | |||||
| * | Add ability to posting the account in a posting using the ↵ | Craig Earls | 2013-03-02 | 3 | -11/+20 |
| | | | | | | | | iedger-default-acct-transaction-indent | ||||
* | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-03-01 | 1 | -2/+1 |
|\| | |||||
| * | Clean up the reconcile balance display code | Craig Earls | 2013-03-01 | 1 | -2/+1 |
| | | |||||
* | | Have a working tree parser and numerical date constraint | Craig Earls | 2013-03-01 | 1 | -33/+90 |
| | | |||||
* | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-03-01 | 3 | -77/+88 |
|\| | |||||
| * | Ensure reconcile balance display can handle empty accounts. Also force ↵ | Craig Earls | 2013-03-01 | 2 | -23/+33 |
| | | | | | | | | balance display at the beginning of reconciliation. | ||||
| * | Merge pull request #160 from vanicat/t/small-info-correction | Craig Earls | 2013-03-01 | 1 | -54/+55 |
| |\ | | | | | | | Some small correction for the new ledger-mode.texi | ||||
| | * | Some spelling correction. | Rémi Vanicat | 2013-03-01 | 1 | -47/+48 |
| | | | |||||
| | * | Removing several warning by makeinfo in ledger-mode.texi | Rémi Vanicat | 2013-03-01 | 1 | -3/+3 |
| | | |