summaryrefslogtreecommitdiff
path: root/lisp/ledger-fontify.el
Commit message (Expand)AuthorAgeFilesLines
* fontify recurring transaction in ledger-mode [ci skip]paulbdavis2015-09-181-1/+2
* [emacs] C-x h M-x untabify RETthdox2015-02-101-121/+121
* [emacs] Fontification should work independentily on where the point currently isKonstantin Nazarov2015-01-111-0/+1
* [emacs] Fix byte compilation warningsSteve Purcell2014-12-091-2/+7
* [emacs] Parse transaction leading lines more robustlySteve Purcell2014-12-091-19/+20
* Another fonitification fix. and clean up a stray reference to function removed.Craig Earls2014-12-021-20/+13
* Adjust payee line fortification.Craig Earls2014-12-021-1/+3
* Doc string cleanup.Craig Earls2014-12-011-8/+11
* Simplifies parsing of the beginning of an act. This allows fontifying effect...Craig Earls2014-12-011-14/+15
* Remove s-trim functions since they stomp on s.el.Craig Earls2014-11-271-18/+2
* Smash a bug that cause the status on a posting with no amount to bleed into t...Craig Earls2014-11-111-20/+49
* Improve finding boundaries of elements for fontification. Also added P for p...Craig Earls2014-11-071-2/+4
* Fix comment detection logic for fortification.Craig Earls2014-09-281-14/+8
* Make ledger-fontify-xact-state-overrides nil by defaultCraig Earls2014-09-221-2/+2
* All navigation functions moved to ledger-navigate.Craig Earls2014-09-131-3/+3
* everything appears to work with no empty lines between xacts.Craig Earls2014-09-131-13/+25
* Minor refactoring and code cleanupCraig Earls2014-09-101-31/+3
* New fortification is working.Craig Earls2014-09-081-27/+27
* Seems to be working. I wasn't ensuring I caught all the xacts in a region sp...Craig Earls2014-09-081-13/+11
* Solved the fight between jit-lock. But for some reason it isn't calling it f...Craig Earls2014-09-051-1/+1
* jit-lock is now calling ledger-fontify-buffer-part, but font-lock-fontify-reg...Craig Earls2014-09-051-1/+1
* meh. Still chugging along.Craig Earls2014-09-051-6/+7
* improved xact iteration so fontify-whole-buffer doesn't miss xact separated b...Craig Earls2014-09-041-4/+4
* Not working well, try something else on new-fontification-scheme-2Craig Earls2014-08-261-3/+17
* fontifying xact starts and postings.Craig Earls2014-08-241-13/+28
* Set up fontification independent of font-lock.Craig Earls2014-08-241-0/+173