summaryrefslogtreecommitdiff
path: root/lisp/ledger-fonts.el
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-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 facesSteve Purcell2014-12-091-1/+1
|
* Don't hard-code ledger-font-default-face to blackSteve Purcell2014-12-051-2/+2
|
* Inherit standard font lock faces where appropriateSteve Purcell2014-12-051-4/+3
|
* Fix change I accidentally committed when trying to fix reconcile in frames.Craig Earls2014-12-021-0/+5
|
* Doc string cleanup.Craig Earls2014-12-011-2/+0
|
* Improve finding boundaries of elements for fontification. Also added P for ↵Craig Earls2014-11-071-0/+7
| | | | price directives.
* Add face definition for `ledger-font-payee-pending-face'.P.C. Shyamshankar2014-09-171-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 Earls2014-09-101-0/+10
|
* New fortification is working.Craig Earls2014-09-081-25/+0
| | | | Code pruned.
* jit-lock is now calling ledger-fontify-buffer-part, but ↵Craig Earls2014-09-051-42/+42
| | | | font-lock-fontify-region is still being called and fighting with it.
* no messageCraig Earls2014-08-261-21/+41
|
* Set up fontification independent of font-lock.Craig Earls2014-08-241-1/+113
| | | | Basic functionality in place. need to test further and expand detail fortification.
* ledger-fonts.el: untabifyMark Oteiza2014-07-121-2/+2
|
* use inherits for related faces that are the sameMark Oteiza2014-07-121-9/+8
|
* Fix bug 1051 ledger-posting-amount-face doesn't workCraig Earls2014-06-301-0/+7
|
* Indent & untabifythdox2014-05-171-36/+36
| | | | | | | M-x mark-whole-buffer M-x indent-region M-x mark-whole-buffer M-x untabify
* Update old FSF addressJamie Nguyen2014-03-231-2/+2
|
* lisp: use more legible colors on dark backgroundsVincent Bernat2014-03-231-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 2014Alexis Hildebrandt2014-02-021-1/+1
|
* Finished changing name to ledger-*Craig Earls2013-07-021-0/+138
All files and references changed ldg-* to ledger-*