Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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}/" | ||||
* | Use font-lock-preprocessor-face as the basis for directive faces | Steve Purcell | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | Don't hard-code ledger-font-default-face to black | Steve Purcell | 2014-12-05 | 1 | -2/+2 |
| | |||||
* | Inherit standard font lock faces where appropriate | Steve Purcell | 2014-12-05 | 1 | -4/+3 |
| | |||||
* | Fix change I accidentally committed when trying to fix reconcile in frames. | Craig Earls | 2014-12-02 | 1 | -0/+5 |
| | |||||
* | Doc string cleanup. | Craig Earls | 2014-12-01 | 1 | -2/+0 |
| | |||||
* | Improve finding boundaries of elements for fontification. Also added P for ↵ | Craig Earls | 2014-11-07 | 1 | -0/+7 |
| | | | | price directives. | ||||
* | Add face definition for `ledger-font-payee-pending-face'. | P.C. Shyamshankar | 2014-09-17 | 1 | -1/+5 |
| | | | | | | Ledger fontifies payees on pending transactions using the aptly named `ledger-font-payee-pending-face' face, despite that face not actually being defined. This patch fixes that. | ||||
* | Added some missing faces for xact amounts. | Craig Earls | 2014-09-10 | 1 | -0/+10 |
| | |||||
* | New fortification is working. | Craig Earls | 2014-09-08 | 1 | -25/+0 |
| | | | | Code pruned. | ||||
* | jit-lock is now calling ledger-fontify-buffer-part, but ↵ | Craig Earls | 2014-09-05 | 1 | -42/+42 |
| | | | | font-lock-fontify-region is still being called and fighting with it. | ||||
* | no message | Craig Earls | 2014-08-26 | 1 | -21/+41 |
| | |||||
* | Set up fontification independent of font-lock. | Craig Earls | 2014-08-24 | 1 | -1/+113 |
| | | | | Basic functionality in place. need to test further and expand detail fortification. | ||||
* | ledger-fonts.el: untabify | Mark Oteiza | 2014-07-12 | 1 | -2/+2 |
| | |||||
* | use inherits for related faces that are the same | Mark Oteiza | 2014-07-12 | 1 | -9/+8 |
| | |||||
* | Fix bug 1051 ledger-posting-amount-face doesn't work | Craig Earls | 2014-06-30 | 1 | -0/+7 |
| | |||||
* | Indent & untabify | thdox | 2014-05-17 | 1 | -36/+36 |
| | | | | | | | 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 |
| | |||||
* | lisp: use more legible colors on dark backgrounds | Vincent Bernat | 2014-03-23 | 1 | -2/+4 |
| | | | | | | On dark backgrounds, the color for the current transaction makes the text quite unreadable. Let's use a darker color in this case. Maybe some other colors could be adjusted. | ||||
* | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | Finished changing name to ledger-* | Craig Earls | 2013-07-02 | 1 | -0/+138 |
All files and references changed ldg-* to ledger-* |