Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement more efficient completion algorithm. Thanks Thierry! Also remove ↵ | Craig Earls | 2013-05-06 | 1 | -35/+8 |
| | | | | multi-comment font-locking for performance reasons. | ||||
* | Add highlighting for multiple line comments | George Kettleborough | 2013-04-21 | 1 | -1/+29 |
| | |||||
* | Fix comment regex to include all line comment types | George Kettleborough | 2013-04-11 | 1 | -1/+1 |
| | |||||
* | other font cleanup | Craig Earls | 2013-04-05 | 1 | -6/+1 |
| | |||||
* | Fixed ledger-font-other line. Thanks Thierry! | Craig Earls | 2013-04-05 | 1 | -1/+3 |
| | |||||
* | Fix copy-at-point and more regex consolidation and cleanup | Craig Earls | 2013-04-03 | 1 | -6/+6 |
| | |||||
* | Consolidated all major regexes into ldg-regex. Only major exception are the ↵ | Craig Earls | 2013-04-02 | 1 | -17/+27 |
| | | | | 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 | -9/+22 |
| | | | | pending and cleared posting. | ||||
* | Oops, forgot a # | Craig Earls | 2013-03-31 | 1 | -1/+1 |
| | |||||
* | Correct a solarize face | Craig Earls | 2013-03-31 | 1 | -1/+1 |
| | |||||
* | Finish bug 929 got rid of all references to folding, use narrowing instead. | Craig Earls | 2013-03-23 | 1 | -1/+1 |
| | |||||
* | Code commenting cleanup. | Craig Earls | 2013-02-14 | 1 | -15/+24 |
| | |||||
* | Add highlighting in the report window if the line is mapped to a file | Craig Earls | 2013-02-14 | 1 | -0/+5 |
| | |||||
* | Face reorganization and better color theme | Craig Earls | 2013-02-11 | 1 | -2/+12 |
| | | | | Moved all face definitions to leg-fonts.el. Change default colors to Solarize color theme http://ethanschoonover.com/solarized | ||||
* | Fixes bug 885, highlighting was removing bolding | Craig Earls | 2013-02-10 | 1 | -8/+8 |
| | | | | Inadvertantly left a :weight in the highlight face that was over ring the base face weight | ||||
* | ledger-mode now highlights the xact under point. | Craig Earls | 2013-02-09 | 1 | -0/+5 |
| | | | | This can be configured with ledger-highlight-xact-under-point and ledger-font-highlight-face | ||||
* | Lisp code cleanup | Craig Earls | 2013-02-05 | 1 | -1/+1 |
| | | | | | | 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 | ||||
* | Add custom faces to the reconciler | Craig Earls | 2013-02-01 | 1 | -0/+15 |
| | |||||
* | Customizable font-locking | Craig Earls | 2013-01-31 | 1 | -0/+73 |
Moved font code into separate file. created faces that can be customized in using the emacs customizations menu group ledger-faces |