summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Force reconcile to use scrubbed values incase you are reconciling an account ...Craig Earls2014-10-101-1/+1
* Fix comment detection logic for fortification.Craig Earls2014-09-281-14/+8
* Allow any printable character in account names.Craig Earls2014-09-281-1/+1
* Make ledger-fontify-xact-state-overrides nil by defaultCraig Earls2014-09-221-2/+2
* Merge commit 'b58a872fba7909371d47bc2eb8468e5ba82cfac0'Craig Earls2014-09-221-0/+1
|\
| * lisp/CMakeLists.txt: add missing filesJohann Klähn2014-09-221-0/+2
* | Add fontify.el and navigate.el to CMakeLists.txtCraig Earls2014-09-221-0/+2
|/
* Add ability to edit report command temporarilyCraig Earls2014-09-181-2/+9
* Merge pull request #325 from sykora/masterCraig Earls2014-09-181-1/+5
|\
| * Add face definition for `ledger-font-payee-pending-face'.P.C. Shyamshankar2014-09-171-1/+5
* | Improve ledger occur region searchCraig Earls2014-09-171-13/+6
* | Merge commit '7c18ba8d7c704595268616b740833c88e93b51f3'Craig Earls2014-09-171-2/+2
|\|
| * minor spelling fixesCarlos E. Garcia2014-09-151-2/+2
* | Fix ledger-navigate-beginning-of-xact.Craig Earls2014-09-171-0/+2
|/
* sort required a next xact function that ignores directivesCraig Earls2014-09-132-12/+12
* All navigation functions moved to ledger-navigate.Craig Earls2014-09-1310-85/+146
* everything appears to work with no empty lines between xacts.Craig Earls2014-09-134-54/+51
* rewrote ledger-end-record in ledger-sort to get rid of next-paragraphCraig Earls2014-09-131-6/+10
* Catch value expression in amount alignment codeCraig Earls2014-09-102-19/+17
* Fix ledger-post-regex so that it would recognize integer amountsCraig Earls2014-09-101-1/+1
* Minor refactoring and code cleanupCraig Earls2014-09-104-62/+30
* Added some missing faces for xact amounts.Craig Earls2014-09-101-0/+10
* New fortification is working.Craig Earls2014-09-083-91/+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-052-4/+5
* jit-lock is now calling ledger-fontify-buffer-part, but font-lock-fontify-reg...Craig Earls2014-09-053-55/+89
* Merge branch 'master' into new-fontification-schemeCraig Earls2014-09-051-2/+3
|\
| * Fix bough 1075, ledger-mode report do not refresh using key commandsCraig Earls2014-09-051-2/+3
* | meh. Still chugging along.Craig Earls2014-09-052-9/+11
* | improved xact iteration so fontify-whole-buffer doesn't miss xact separated b...Craig Earls2014-09-042-4/+30
* | not much progress here.Craig Earls2014-09-041-1/+2
* | no messageCraig Earls2014-08-262-34/+51
* | Not working well, try something else on new-fontification-scheme-2Craig Earls2014-08-263-8/+26
* | fontifying xact starts and postings.Craig Earls2014-08-242-19/+36
* | Set up fontification independent of font-lock.Craig Earls2014-08-246-27/+323
|/
* Improve ledger-report-redo buffer type checking.Craig Earls2014-07-291-1/+1
* For ledger-post-align-postings to run on xacts added with ledger-addCraig Earls2014-07-152-2/+2
* Make the reconcile balance status message more clear.Craig Earls2014-07-131-1/+1
* make leder-mode-dump-configuration interactiveCraig Earls2014-07-131-0/+1
* Added ledger-report-auto-refresh customization variable.Craig Earls2014-07-121-2/+8
* Improve report redo logic.Craig Earls2014-07-121-10/+12
* ledger-redo added as after-save-hookCraig Earls2014-07-122-1/+3
* Merge branch 'master' into ledger-mode-bug-1063-auto-refresh-reportsCraig Earls2014-07-121-11/+10
|\
| * ledger-fonts.el: untabifyMark Oteiza2014-07-121-2/+2
| * use inherits for related faces that are the sameMark Oteiza2014-07-121-9/+8
* | Code cleanupCraig Earls2014-07-125-69/+26
|/
* ledger-reconcile.el: don't use flattenRémi Vanicat2014-07-091-2/+2
* Finished configurable reconcile format line.Craig Earls2014-07-031-4/+15
* ledger-reconcile-compile-format-string returns a lambda that is used to forma...Craig Earls2014-07-021-17/+25
* Refactor code to pull posting format into separate defun. Added reconcile buf...Craig Earls2014-07-021-27/+53