summaryrefslogtreecommitdiff
path: root/ledger-fontify.el
Commit message (Expand)AuthorAge
* Silence the byte compiler (#130)Alex Branham2018-08-26
* Switch to font-lock-default-fontify-regionYuri Khan2018-07-28
* Fontify cleared and pending transactions using font-lock-keywordsYuri Khan2018-07-28
* Fontify auto and periodic transactions using font-lock-keywordsYuri Khan2018-07-28
* Fontify postings using font-lock-keywordsYuri Khan2018-07-28
* Fontify transaction comments using font-lock-keywordsYuri Khan2018-07-28
* Fontify transaction first line using font-lock-keywordsYuri Khan2018-07-28
* Fontify directives using font-lock-keywordsYuri Khan2018-07-28
* Fontify auto and periodic transactions in ledger-fontify-xact-atYuri Khan2018-07-28
* Enable keyword-based fontificationYuri Khan2018-07-28
* Fix byte-compilation warnings highlighted by #91 (#95)Steve Purcell2018-02-11
* Lexical bindings (#78)Alex Branham2018-01-26
* Don't font-lock upper-cased keywords, since ledger is case-sensitiveSteve Purcell2017-07-02
* Fix fontification of directives which require space after keywordthdox2017-01-17
* Fix: add fontification for C,D,N,I,i,O,o,b,h directivesthdox2017-01-17
* Fix test directive not fontifiedthdox2017-01-17
* Fix comment directive not fontifiedthdox2017-01-17
* Add fontification for (code)thdox2017-01-17
* Fix fontification bug when amount is an expression with '*'thdox2017-01-17
* Globally changed set-text-properties to use 'font-lock-face vice 'face. This...Craig Earls2016-02-28
* fontify recurring transaction in ledger-mode [ci skip]paulbdavis2015-09-18
* [emacs] C-x h M-x untabify RETthdox2015-02-10
* [emacs] Fontification should work independentily on where the point currently isKonstantin Nazarov2015-01-11
* [emacs] Fix byte compilation warningsSteve Purcell2014-12-09
* [emacs] Parse transaction leading lines more robustlySteve Purcell2014-12-09
* Another fonitification fix. and clean up a stray reference to function removed.Craig Earls2014-12-02
* Adjust payee line fortification.Craig Earls2014-12-02
* Doc string cleanup.Craig Earls2014-12-01
* Simplifies parsing of the beginning of an act. This allows fontifying effect...Craig Earls2014-12-01
* Remove s-trim functions since they stomp on s.el.Craig Earls2014-11-27
* Smash a bug that cause the status on a posting with no amount to bleed into t...Craig Earls2014-11-11
* Improve finding boundaries of elements for fontification. Also added P for p...Craig Earls2014-11-07
* Fix comment detection logic for fortification.Craig Earls2014-09-28
* Make ledger-fontify-xact-state-overrides nil by defaultCraig Earls2014-09-22
* All navigation functions moved to ledger-navigate.Craig Earls2014-09-13
* everything appears to work with no empty lines between xacts.Craig Earls2014-09-13
* Minor refactoring and code cleanupCraig Earls2014-09-10
* New fortification is working.Craig Earls2014-09-08
* Seems to be working. I wasn't ensuring I caught all the xacts in a region sp...Craig Earls2014-09-08
* Solved the fight between jit-lock. But for some reason it isn't calling it f...Craig Earls2014-09-05
* jit-lock is now calling ledger-fontify-buffer-part, but font-lock-fontify-reg...Craig Earls2014-09-05
* meh. Still chugging along.Craig Earls2014-09-05
* improved xact iteration so fontify-whole-buffer doesn't miss xact separated b...Craig Earls2014-09-04
* Not working well, try something else on new-fontification-scheme-2Craig Earls2014-08-26
* fontifying xact starts and postings.Craig Earls2014-08-24
* Set up fontification independent of font-lock.Craig Earls2014-08-24