summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
...
* Doc string cleanup.Craig Earls2014-12-012-24/+27
* Doc string cleanup.Craig Earls2014-12-015-28/+36
* Fix effective date command.Craig Earls2014-12-011-12/+15
* Merge branch 'master' into ledger-mode-code-cleanupCraig Earls2014-12-012-19/+23
|\
| * Simplifies parsing of the beginning of an act. This allows fontifying effect...Craig Earls2014-12-012-19/+23
* | Cleaned up commodities and completion code.Craig Earls2014-11-304-66/+69
|/
* Merge pull request #331 from rnkn/patch-1Craig Earls2014-11-271-1/+1
|\
| * Fixes act having higher priority than regionPaul Rankin2014-11-271-1/+1
* | Merge branch 'prefix-s-trim-functions' into schedule-compiler-improvementsCraig Earls2014-11-272-21/+5
|\ \
| * | Remove s-trim functions since they stomp on s.el.Craig Earls2014-11-272-21/+5
| |/
* | Handle count day of month, i.e. third Thursday is */*/3Th, every Thursday i...Craig Earls2014-11-261-1/+5
* | Minor code cleanupCraig Earls2014-11-261-17/+16
* | Handle base-date + integer * day of week. i.e. 2014/11/27+2Th for every othe...Craig Earls2014-11-261-20/+41
* | Handle E and O for months and comma separate list of numbers for months and d...Craig Earls2014-11-261-75/+33
|/
* Fix minor navigation bugs. Prev and next act now properly handle directives ...Craig Earls2014-11-152-5/+8
* Fix a bug the caused reconciliation to lock up in an automatic transaction wa...Craig Earls2014-11-142-3/+3
* Smash a bug that cause the status on a posting with no amount to bleed into t...Craig Earls2014-11-113-23/+53
* Add 1 to the end of region for single line directives. This will force the l...Craig Earls2014-11-091-1/+1
* Handle block comments as blocks rather than individual lines.Craig Earls2014-11-091-4/+50
* Fix navigate bug keeping prev-xact key binding from working.Craig Earls2014-11-093-6/+7
* Detect the beginning of periodic transactions properly.Craig Earls2014-11-071-4/+5
* Improve finding boundaries of elements for fontification. Also added P for p...Craig Earls2014-11-073-2/+27
* 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