Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lots of code cleanup. (if () (progn …) ==> (when () …) all over the ↵ | Craig Earls | 2013-03-25 | 1 | -18/+14 |
| | | | | place | ||||
* | Fix bug 916 along amount in region | Craig Earls | 2013-03-22 | 1 | -1/+1 |
| | |||||
* | ledger-sort-region did nothing if point was at end of region. | David Keegan | 2013-03-09 | 1 | -0/+1 |
| | |||||
* | Added menu entries to help set sort region | Craig Earls | 2013-03-06 | 1 | -8/+39 |
| | |||||
* | Ad ledger-mode flags to limit sort region for sort buffer | Craig Earls | 2013-03-02 | 1 | -3/+10 |
| | |||||
* | Code commenting cleanup. | Craig Earls | 2013-02-14 | 1 | -3/+12 |
| | |||||
* | Comment and code cleanup | Craig Earls | 2013-02-12 | 1 | -4/+7 |
| | |||||
* | Lisp code cleanup | Craig Earls | 2013-02-05 | 1 | -7/+7 |
| | | | | | | Most of the files have been touched several times and the indentation structure was wrong. I ran all the files through the emacs indent region function to get back to a baseline | ||||
* | Check for ledger executable and version | Craig Earls | 2013-02-01 | 1 | -1/+0 |
| | | | | | | | Altered menu creation so that menu functions are disable if there is no ledger executable available command keys will also warn if ledger isn't working remove a debug message from leg-sort | ||||
* | Add regional sort facility to ledger mode | Craig Earls | 2013-02-01 | 1 | -0/+62 |
C-c C-s now bound to ledger-sort-region. ledger-sort-region is smart and find the beginning of the first xact within the region and the beginning of the first xact AFTER the region so that it can keep posing structure intact |