summaryrefslogtreecommitdiff
path: root/lisp/ledger-sort.el
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] When the first line is a txn, include it in ledger-sort-bufferSteve Purcell2014-12-091-0/+2
| | | | | Without this fix, ledger-sort-region tends to skip the first transaction when sorting a region or the entire buffer.
* Adjust navigate-find-end-of-act so that it will sort empty act.Craig Earls2014-12-041-30/+4
| | | | This is a bit pathological but as it turns out the fix makes all sorting a bit faster.
* sort required a next xact function that ignores directivesCraig Earls2014-09-131-3/+3
|
* All navigation functions moved to ledger-navigate.Craig Earls2014-09-131-35/+35
| | | | Reduce several overlapping functions.
* everything appears to work with no empty lines between xacts.Craig Earls2014-09-131-4/+21
|
* rewrote ledger-end-record in ledger-sort to get rid of next-paragraphCraig Earls2014-09-131-6/+10
|
* Indent & untabifythdox2014-05-171-32/+32
| | | | | | | M-x mark-whole-buffer M-x indent-region M-x mark-whole-buffer M-x untabify
* Update old FSF addressJamie Nguyen2014-03-231-2/+2
|
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-021-43/+43
| | | | | | | | Conflicts: lisp/ledger-init.el lisp/ledger-mode.el lisp/ledger-reconcile.el lisp/ledger-schedule.el
* Finished changing name to ledger-*Craig Earls2013-07-021-0/+126
All files and references changed ldg-* to ledger-*