summaryrefslogtreecommitdiff
path: root/lisp/ledger-state.el
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Parse transaction leading lines more robustlySteve Purcell2014-12-091-4/+6
| | | | | | This began with noticing that the code didn't support the (ugly, yet valid) case of a tab between the date and txn description. I took the opportunity to make the regexes more consistent along the way.
* Remove s-trim functions since they stomp on s.el.Craig Earls2014-11-271-3/+3
|
* All navigation functions moved to ledger-navigate.Craig Earls2014-09-131-1/+1
| | | | Reduce several overlapping functions.
* Set up fontification independent of font-lock.Craig Earls2014-08-241-0/+8
| | | | Basic functionality in place. need to test further and expand detail fortification.
* Fix bug 1052 ledger-mode mangles transactions with tabs.Craig Earls2014-06-251-3/+3
|
* Fix bug 1059, ledger mode deletes character if a posting is cleared but ↵Craig Earls2014-06-241-1/+2
| | | | there are less that four space between the account and the amount.
* Indent & untabifythdox2014-05-171-79/+79
| | | | | | | M-x mark-whole-buffer M-x indent-region M-x mark-whole-buffer M-x untabify
* Fix bug 1030 improperly placing the stays mark if the Payee starts with a digit.Craig Earls2014-05-111-2/+4
|
* Update old FSF addressJamie Nguyen2014-03-231-2/+2
|
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* Finished changing name to ledger-*Craig Earls2013-07-021-0/+244
All files and references changed ldg-* to ledger-*