Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [emacs] C-x h M-x untabify RET | thdox | 2015-02-10 | 1 | -81/+81 |
| | | | | | | C-x h M-x indent-region RET [ci skip] | ||||
* | [emacs] Fix byte compilation warnings | Steve Purcell | 2014-12-09 | 1 | -21/+28 |
| | |||||
* | Adjust navigate-find-end-of-act so that it will sort empty act. | Craig Earls | 2014-12-04 | 1 | -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 Earls | 2014-11-15 | 1 | -4/+7 |
| | | | | and empty lines | ||||
* | Fix a bug the caused reconciliation to lock up in an automatic transaction ↵ | Craig Earls | 2014-11-14 | 1 | -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 Earls | 2014-11-11 | 1 | -1/+1 |
| | | | | the next line. | ||||
* | Add 1 to the end of region for single line directives. This will force the ↵ | Craig Earls | 2014-11-09 | 1 | -1/+1 |
| | | | | layout to show across the entire buffer. | ||||
* | Handle block comments as blocks rather than individual lines. | Craig Earls | 2014-11-09 | 1 | -4/+50 |
| | |||||
* | Fix navigate bug keeping prev-xact key binding from working. | Craig Earls | 2014-11-09 | 1 | -0/+1 |
| | |||||
* | Detect the beginning of periodic transactions properly. | Craig Earls | 2014-11-07 | 1 | -4/+5 |
| | |||||
* | Improve finding boundaries of elements for fontification. Also added P for ↵ | Craig Earls | 2014-11-07 | 1 | -0/+16 |
| | | | | price directives. | ||||
* | Fix ledger-navigate-beginning-of-xact. | Craig Earls | 2014-09-17 | 1 | -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 directives | Craig Earls | 2014-09-13 | 1 | -9/+9 |
| | |||||
* | All navigation functions moved to ledger-navigate. | Craig Earls | 2014-09-13 | 1 | -0/+92 |
Reduce several overlapping functions. |