Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commodities cleanup | Craig Earls | 2013-04-15 | 1 | -31/+5 |
| | |||||
* | Bug 951, handle thousand separators. | Craig Earls | 2013-04-13 | 1 | -67/+89 |
| | | | | Rewrote handling for decimal comma to be much simpler. Why can't I see the simple way first? | ||||
* | Consolidated all major regexes into ldg-regex. Only major exception are the ↵ | Craig Earls | 2013-04-02 | 1 | -3/+5 |
| | | | | regex in ledger context at point. | ||||
* | ledger-read-commodity-string now calls ledger-split-commodity-string | Craig Earls | 2013-04-01 | 1 | -19/+9 |
| | |||||
* | Removing some warning when compiling ledger. | Rémi Vanicat | 2013-03-30 | 1 | -1/+1 |
| | | | | | | | * ldg-commodities.el: use #' instead of ' for function quoting * ldg-exec.el: remove the fit-frame function that don't exists and do not use toggle-read-only to make the buffer read-only * ldg-report.el: use forward-line instead of next-line | ||||
* | Handle quoted commodities in ledger-split-commodity-string | Craig Earls | 2013-03-26 | 1 | -15/+26 |
| | |||||
* | Improve complete-all and reconcile saving | Craig Earls | 2013-03-25 | 1 | -1/+2 |
| | |||||
* | Lots of code cleanup. (if () (progn …) ==> (when () …) all over the ↵ | Craig Earls | 2013-03-25 | 1 | -1/+1 |
| | | | | place | ||||
* | Code cleanup in ldg-exec and ledger-split-commodity | Craig Earls | 2013-03-25 | 1 | -23/+22 |
| | |||||
* | Fix ledger-split-commodities to handle integer balances | Craig Earls | 2013-03-24 | 1 | -2/+2 |
| | |||||
* | Improve ledger-split-commodities to handle multi character commodities. | Craig Earls | 2013-03-24 | 1 | -10/+8 |
| | |||||
* | Added checking for thousands separators in commodity split. | Craig Earls | 2013-03-20 | 1 | -3/+5 |
| | |||||
* | Add acct under point to reconcile prompt. Fix reconcile balance display of ↵ | Craig Earls | 2013-03-04 | 1 | -22/+24 |
| | | | | empty accounts | ||||
* | Ensure reconcile balance display can handle empty accounts. Also force ↵ | Craig Earls | 2013-03-01 | 1 | -10/+17 |
| | | | | balance display at the beginning of reconciliation. | ||||
* | Restructured customization groups. Completed initial draft of ledger-mode ↵ | Craig Earls | 2013-02-27 | 1 | -7/+1 |
| | | | | documentation | ||||
* | Update date regex to handles dashes and slashes | Craig Earls | 2013-02-27 | 1 | -0/+1 |
| | |||||
* | Ensure that commodities using decimal period, have comma separators removed ↵ | Craig Earls | 2013-02-26 | 1 | -1/+3 |
| | | | | for string-to-number. | ||||
* | ledger-mode now automatically loads and parses the init file. | Craig Earls | 2013-02-23 | 1 | -2/+1 |
| | | | | Currently only pays attention to decimal-comma | ||||
* | Another buglet in the commodity handler. | Craig Earls | 2013-02-21 | 1 | -0/+1 |
| | |||||
* | Another attempt to deal with decimal-comma | Craig Earls | 2013-02-21 | 1 | -3/+4 |
| | |||||
* | Better way of splitting the commodity from the value. | Craig Earls | 2013-02-19 | 1 | -8/+18 |
| | | | | Should allow no spaces between commodities and values. | ||||
* | A better try to deal with decimal-comma from ledger | Craig Earls | 2013-02-17 | 1 | -8/+38 |
| | |||||
* | Changed prompt for reconciliation target. | Craig Earls | 2013-02-15 | 1 | -4/+3 |
| | |||||
* | Improved error reporting | Craig Earls | 2013-02-15 | 1 | -6/+0 |
| | |||||
* | Code commenting cleanup. | Craig Earls | 2013-02-14 | 1 | -6/+14 |
| | |||||
* | Added rudimentary target checking to reconcile. | Craig Earls | 2013-02-13 | 1 | -0/+93 |