Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Emacs Lisp files have been moved to https://github.com/ledger/ledger-mode | John Wiegley | 2016-08-02 | 1 | -201/+0 |
| | |||||
* | Globally changed set-text-properties to use 'font-lock-face vice 'face. ↵ | Craig Earls | 2016-02-28 | 1 | -1/+1 |
| | | | | This was a compatibility problem with spacemacs. | ||||
* | Merge branch 'fix-warnings' of https://github.com/ecraven/ledger into ↵ | Craig Earls | 2016-01-11 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | | | ecraven-fix-warning # Conflicts: # lisp/ledger-occur.el # lisp/ledger-report.el # lisp/ledger-schedule.el # lisp/ledger-sort.el | ||||
| * | cleaning up elisp byte compiler warnings | Peter Feigl | 2015-02-05 | 1 | -0/+2 |
| | | |||||
* | | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
* | | Add an option to change amount-alignment mode. | Matus Goljer | 2015-10-14 | 1 | -1/+15 |
| | | | | | | | | | | | | | | Make the default alignment behaviour the same as before 767ab3e, that is, align on the last digit by default. A new option `ledger-post-amount-alignment-at' now exists to adjust alignment preference. | ||||
* | | Align amounts on the decimal separator. | Matus Goljer | 2015-09-28 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | That is: A $10.00 B $5 C -$15.00 Before the numbers aligned at the end of the last digit. | ||||
* | | Fill comment paragraph with ledger-post-align-dwim | Matus Goljer | 2015-09-21 | 1 | -4/+10 |
| | | | | | | | | | | In addition to re-aligning postings, if the point is in a comment, just fill that comment as regular plaintext. | ||||
* | | Add a function to "dwim" align. | Matus Goljer | 2015-09-19 | 1 | -0/+7 |
| | | | | | | | | | | If no region is active, align the current transaction. If a region is active, align all postings in the region. | ||||
* | | Use (interactive "r") in ledger-post-align-postings | Erik Hetzner | 2015-05-31 | 1 | -11/+3 |
| | | | | | | | | | | Use standard method (interactive "r") to get the current active region for use in ledger-post-align-postings. | ||||
* | | [emacs] C-x h M-x untabify RET | thdox | 2015-02-10 | 1 | -2/+2 |
|/ | | | | | | C-x h M-x indent-region RET [ci skip] | ||||
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
| | | | | | | The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/" | ||||
* | [emacs] Use markers instead of raw positions to make cleaning work better | Steve Purcell | 2014-12-09 | 1 | -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 Earls | 2014-12-01 | 1 | -5/+5 |
| | |||||
* | All navigation functions moved to ledger-navigate. | Craig Earls | 2014-09-13 | 1 | -1/+1 |
| | | | | Reduce several overlapping functions. | ||||
* | Catch value expression in amount alignment code | Craig Earls | 2014-09-10 | 1 | -17/+15 |
| | |||||
* | Minor refactoring and code cleanup | Craig Earls | 2014-09-10 | 1 | -21/+0 |
| | |||||
* | For ledger-post-align-postings to run on xacts added with ledger-add | Craig Earls | 2014-07-15 | 1 | -1/+0 |
| | |||||
* | Code cleanup | Craig Earls | 2014-07-12 | 1 | -49/+2 |
| | |||||
* | Fix bug 1052 ledger-mode mangles transactions with tabs. | Craig Earls | 2014-06-25 | 1 | -1/+10 |
| | |||||
* | Indent & untabify | thdox | 2014-05-17 | 1 | -67/+67 |
| | | | | | | | M-x mark-whole-buffer M-x indent-region M-x mark-whole-buffer M-x untabify | ||||
* | Update old FSF address | Jamie Nguyen | 2014-03-23 | 1 | -2/+2 |
| | |||||
* | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | Fixed some formatting problems and fixed bug 1007 aligning decimal comma ↵ | Craig Earls | 2014-01-13 | 1 | -62/+62 |
| | | | | amounts with period thousand separators. | ||||
* | Merge branch 'ledger-mode-automatic-transactions' | Craig Earls | 2013-11-12 | 1 | -69/+69 |
|\ | | | | | | | | | Conflicts: lisp/ledger-post.el | ||||
| * | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-07-19 | 1 | -5/+6 |
| |\ | |||||
| * | | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-07-02 | 1 | -74/+74 |
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lisp/ledger-init.el lisp/ledger-mode.el lisp/ledger-reconcile.el lisp/ledger-schedule.el | ||||
* | | | Fix values pushed to calc | Craig Earls | 2013-11-12 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Change ledger-next-amount to be case-sensitive | Gergely Risko | 2013-07-12 | 1 | -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 Earls | 2013-07-02 | 1 | -0/+249 |
All files and references changed ldg-* to ledger-* |