summaryrefslogtreecommitdiff
path: root/lisp/ledger-post.el
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Use markers instead of raw positions to make cleaning work betterSteve Purcell2014-12-091-49/+42
| | | | | | | Sometimes cleaning a buffer would leave the end of the buffer uncleaned, because the end position would be moved along the way. This commit makes the corresponding code use markers instead, which track the changes in the buffer, and therefore ensure that the entire buffer is acted upon.
* Doc string cleanup.Craig Earls2014-12-011-5/+5
|
* All navigation functions moved to ledger-navigate.Craig Earls2014-09-131-1/+1
| | | | Reduce several overlapping functions.
* Catch value expression in amount alignment codeCraig Earls2014-09-101-17/+15
|
* Minor refactoring and code cleanupCraig Earls2014-09-101-21/+0
|
* For ledger-post-align-postings to run on xacts added with ledger-addCraig Earls2014-07-151-1/+0
|
* Code cleanupCraig Earls2014-07-121-49/+2
|
* Fix bug 1052 ledger-mode mangles transactions with tabs.Craig Earls2014-06-251-1/+10
|
* Indent & untabifythdox2014-05-171-67/+67
| | | | | | | 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
|
* Fixed some formatting problems and fixed bug 1007 aligning decimal comma ↵Craig Earls2014-01-131-62/+62
| | | | amounts with period thousand separators.
* Merge branch 'ledger-mode-automatic-transactions'Craig Earls2013-11-121-69/+69
|\ | | | | | | | | Conflicts: lisp/ledger-post.el
| * Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-191-5/+6
| |\
| * | Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-021-74/+74
| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lisp/ledger-init.el lisp/ledger-mode.el lisp/ledger-reconcile.el lisp/ledger-schedule.el
* | | Fix values pushed to calcCraig Earls2013-11-121-2/+2
| |/ |/|
* | Change ledger-next-amount to be case-sensitiveGergely Risko2013-07-121-5/+6
|/ | | | | | | Otherwise if there is an account that's name only has one part, the regex can match it as a currency and as the beginning of an amount. E.g. if we have the line "Expenses 45 USD", then the old ledger-next-amount will jump to Expenses instead of to 45.
* Finished changing name to ledger-*Craig Earls2013-07-021-0/+249
All files and references changed ldg-* to ledger-*