Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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-* |