summaryrefslogtreecommitdiff
path: root/lisp/ldg-sort.el
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring and style.Craig Earls2013-04-101-2/+1
|
* Fix copy-at-point and more regex consolidation and cleanupCraig Earls2013-04-031-2/+2
|
* Consolidated all major regexes into ldg-regex. Only major exception are the ↵Craig Earls2013-04-021-3/+2
| | | | regex in ledger context at point.
* Prevent sort-buffer from calling all the after-change hooksCraig Earls2013-04-011-1/+3
|
* Fix bug 937 maintain sort order of xact on the same actual date.Craig Earls2013-03-301-2/+7
|
* Lots of code cleanup. (if () (progn …) ==> (when () …) all over the ↵Craig Earls2013-03-251-18/+14
| | | | place
* Fix bug 916 along amount in regionCraig Earls2013-03-221-1/+1
|
* ledger-sort-region did nothing if point was at end of region.David Keegan2013-03-091-0/+1
|
* Added menu entries to help set sort regionCraig Earls2013-03-061-8/+39
|
* Ad ledger-mode flags to limit sort region for sort bufferCraig Earls2013-03-021-3/+10
|
* Code commenting cleanup.Craig Earls2013-02-141-3/+12
|
* Comment and code cleanupCraig Earls2013-02-121-4/+7
|
* Lisp code cleanupCraig Earls2013-02-051-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 versionCraig Earls2013-02-011-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 modeCraig Earls2013-02-011-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