Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ledger-find-slot so that it doesn't require transaction codes | Craig Earls | 2013-05-14 | 1 | -1/+1 |
| | |||||
* | Fix Bug 962 | Craig Earls | 2013-05-11 | 1 | -1/+1 |
| | |||||
* | Reverted changes to completion. Changes were "more correct" but performance ↵ | Craig Earls | 2013-05-10 | 1 | -19/+5 |
| | | | | on large buffer was too poor. | ||||
* | Add highlighting for multiple line comments | George Kettleborough | 2013-04-21 | 1 | -0/+7 |
| | |||||
* | Make union of regexps at compile time | George Kettleborough | 2013-04-16 | 1 | -1/+5 |
| | |||||
* | Clean up payee regexes | George Kettleborough | 2013-04-15 | 1 | -4/+4 |
| | |||||
* | Bug 951, handle thousand separators. | Craig Earls | 2013-04-13 | 1 | -1/+1 |
| | | | | Rewrote handling for decimal comma to be much simpler. Why can't I see the simple way first? | ||||
* | Add regex for metadata | George Kettleborough | 2013-04-13 | 1 | -3/+12 |
| | |||||
* | Fix comment regex to include all line comment types | George Kettleborough | 2013-04-11 | 1 | -1/+1 |
| | |||||
* | Stop account regexes matching comments | George Kettleborough | 2013-04-11 | 1 | -3/+3 |
| | |||||
* | Regex consistency and cleanup. | Craig Earls | 2013-04-07 | 1 | -13/+12 |
| | |||||
* | Regex Cleanup | Craig Earls | 2013-04-04 | 1 | -1/+1 |
| | |||||
* | Fix copy-at-point and more regex consolidation and cleanup | Craig Earls | 2013-04-03 | 1 | -43/+39 |
| | |||||
* | Consolidated all major regexes into ldg-regex. Only major exception are the ↵ | Craig Earls | 2013-04-02 | 1 | -1/+34 |
| | | | | regex in ledger context at point. | ||||
* | Fixes bug 904, failure to highly pending postings. Adds two new faces for ↵ | Craig Earls | 2013-04-02 | 1 | -0/+24 |
| | | | | pending and cleared posting. | ||||
* | Code formatting cleanup. | Craig Earls | 2013-03-06 | 1 | -1/+2 |
| | |||||
* | Update date regex to handles dashes and slashes | Craig Earls | 2013-02-27 | 1 | -0/+2 |
| | |||||
* | Lisp code cleanup | Craig Earls | 2013-02-05 | 1 | -65/+65 |
| | | | | | | Most of the files have been touched several times and the indentation structure was wrong. I ran all the files through the emacs indent region function to get back to a baseline | ||||
* | Added GPL licensing information to lisp files | Craig Earls | 2013-01-29 | 1 | -0/+21 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -125/+125 |
| | |||||
* | Added some missing autoloads for the new ledger-mode | John Wiegley | 2010-05-02 | 1 | -76/+76 |
| | |||||
* | Fixes to ledger-mode regexps | John Wiegley | 2010-04-12 | 1 | -18/+19 |
| | |||||
* | Rewrote ldg-regex with a macro (for simplicity) | John Wiegley | 2010-04-12 | 1 | -161/+243 |
| | |||||
* | Created lisp/ldg-account.el | John Wiegley | 2010-03-11 | 1 | -13/+13 |
| | |||||
* | Began writing lisp/ldg-regex.el | John Wiegley | 2010-03-10 | 1 | -0/+167 |