Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Align amounts on the decimal separator. | Matus Goljer | 2015-09-28 | 1 | -2/+8 |
| | | | | | | | | | That is: A $10.00 B $5 C -$15.00 Before the numbers aligned at the end of the last digit. | ||||
* | Fix amount-regex to properly capture integer part. | Matus Goljer | 2015-09-21 | 1 | -2/+2 |
| | | | | | | | | | | | If the integer part was 2 digits, because the integer part was non-greedy, it only captured as much as necessary, namely one digit. The other digit was captured by the 5th group's [:word:] not 4th because that one is also optional. This results in incorrect reporting of amount length and broken aligning. Also move the decimal dot matching from 3rd group to 4th, and quote the dot. | ||||
* | fontify recurring transaction in ledger-mode [ci skip] | paulbdavis | 2015-09-18 | 1 | -0/+16 |
| | |||||
* | [emacs] C-x h M-x untabify RET | thdox | 2015-02-10 | 1 | -14/+14 |
| | | | | | | 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] Parse transaction leading lines more robustly | Steve Purcell | 2014-12-09 | 1 | -4/+4 |
| | | | | | | 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. | ||||
* | ledger-regex: Indian Rupee Symbol | Alok Parlikar | 2014-12-07 | 1 | -2/+2 |
| | | | Added the ₹ symbol to ledger-amount-regex | ||||
* | Simplifies parsing of the beginning of an act. This allows fontifying ↵ | Craig Earls | 2014-12-01 | 1 | -5/+8 |
| | | | | effective dates. | ||||
* | Smash a bug that cause the status on a posting with no amount to bleed into ↵ | Craig Earls | 2014-11-11 | 1 | -2/+3 |
| | | | | the next line. | ||||
* | Allow any printable character in account names. | Craig Earls | 2014-09-28 | 1 | -1/+1 |
| | |||||
* | Catch value expression in amount alignment code | Craig Earls | 2014-09-10 | 1 | -2/+2 |
| | |||||
* | Fix ledger-post-regex so that it would recognize integer amounts | Craig Earls | 2014-09-10 | 1 | -1/+1 |
| | |||||
* | Not working well, try something else on new-fontification-scheme-2 | Craig Earls | 2014-08-26 | 1 | -1/+1 |
| | |||||
* | fontifying xact starts and postings. | Craig Earls | 2014-08-24 | 1 | -6/+8 |
| | | | | initial testing looks better than previous font-lock methods. Need run time and performance testing. | ||||
* | Set up fontification independent of font-lock. | Craig Earls | 2014-08-24 | 1 | -1/+21 |
| | | | | Basic functionality in place. need to test further and expand detail fortification. | ||||
* | Indent & untabify | thdox | 2014-05-17 | 1 | -184/+184 |
| | | | | | | | M-x mark-whole-buffer M-x indent-region M-x mark-whole-buffer M-x untabify | ||||
* | fix ledger-iso-date-regex, abusing its name slightly | Christophe Rhodes | 2014-04-23 | 1 | -2/+2 |
| | | | | | | | the year field in dates is sort-of optional, given "year" or "Y" directives. Make the date regex understand this. (This has been lightly tested with C-c C-a, but the rest of the uses of ledger-iso-date-regex have only been eyeballed, not properly audited or tested) | ||||
* | add "year" handling to ledger-iterate-regex | Christophe Rhodes | 2014-04-23 | 1 | -1/+1 |
| | |||||
* | 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 | -1/+1 |
| | | | | amounts with period thousand separators. | ||||
* | Backed out recent changes that broke the complete cycling behavior. | Craig Earls | 2014-01-07 | 1 | -2/+0 |
| | |||||
* | Fix for pcomplete Metadata rule. | 4ourbit | 2014-01-01 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-07-02 | 1 | -2/+2 |
| | | | | | | | | Conflicts: lisp/ledger-init.el lisp/ledger-mode.el lisp/ledger-reconcile.el lisp/ledger-schedule.el | ||||
* | Finished changing name to ledger-* | Craig Earls | 2013-07-02 | 1 | -0/+335 |
All files and references changed ldg-* to ledger-* |