summaryrefslogtreecommitdiff
path: root/lisp/ledger-navigate.el
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] C-x h M-x untabify RETthdox2015-02-101-81/+81
| | | | | | C-x h M-x indent-region RET [ci skip]
* [emacs] Fix byte compilation warningsSteve Purcell2014-12-091-21/+28
|
* Adjust navigate-find-end-of-act so that it will sort empty act.Craig Earls2014-12-041-1/+1
| | | | This is a bit pathological but as it turns out the fix makes all sorting a bit faster.
* Fix minor navigation bugs. Prev and next act now properly handle directives ↵Craig Earls2014-11-151-4/+7
| | | | and empty lines
* Fix a bug the caused reconciliation to lock up in an automatic transaction ↵Craig Earls2014-11-141-2/+2
| | | | | | was followed immediately with a virtual transaction on the same account. This was related to the navigation changes push a while back.
* Smash a bug that cause the status on a posting with no amount to bleed into ↵Craig Earls2014-11-111-1/+1
| | | | the next line.
* Add 1 to the end of region for single line directives. This will force the ↵Craig Earls2014-11-091-1/+1
| | | | layout to show across the entire buffer.
* Handle block comments as blocks rather than individual lines.Craig Earls2014-11-091-4/+50
|
* Fix navigate bug keeping prev-xact key binding from working.Craig Earls2014-11-091-0/+1
|
* Detect the beginning of periodic transactions properly.Craig Earls2014-11-071-4/+5
|
* Improve finding boundaries of elements for fontification. Also added P for ↵Craig Earls2014-11-071-0/+16
| | | | price directives.
* Fix ledger-navigate-beginning-of-xact.Craig Earls2014-09-171-0/+2
| | | | It failed it it was called with point on the first line of an xact
* sort required a next xact function that ignores directivesCraig Earls2014-09-131-9/+9
|
* All navigation functions moved to ledger-navigate.Craig Earls2014-09-131-0/+92
Reduce several overlapping functions.