summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* More regex fine tuningCraig Earls2013-04-101-8/+8
|
* More regex finetuning in contextCraig Earls2013-04-101-4/+8
|
* Refactoring and style.Craig Earls2013-04-1010-211/+178
|
* even better context regex generationCraig Earls2013-04-101-12/+13
|
* Regex cleanup in ldg-contextCraig Earls2013-04-091-20/+33
|
* Make quick balance showed "cleared" resultsCraig Earls2013-04-081-10/+6
|
* Improve quick display.Craig Earls2013-04-081-2/+4
|
* Added quick balance check to ledger-modeCraig Earls2013-04-082-30/+43
|
* Regex consistency and cleanup.Craig Earls2013-04-071-13/+12
|
* Fixed reconciliation initialization. Now prompts with only account, not ↵Craig Earls2013-04-0610-206/+237
| | | | | | status and amount Moved context function to leg-context, from leg-report. Cleaned up many regex in ldg-context.
* Merge branch 'next' into ledger-mode-automatic-transactionsCraig Earls2013-04-062-29/+25
|\
| * Code cleanup of align postingsCraig Earls2013-04-061-13/+11
| |
| * Rewrote align-postings again to improve handling of long account-names. It ↵Craig Earls2013-04-051-19/+20
| | | | | | | | now leaves exactly 2 space between the commodity and the account if the amount would have stomped on the account.
| * other font cleanupCraig Earls2013-04-051-6/+1
| |
| * Fixed ledger-font-other line. Thanks Thierry!Craig Earls2013-04-051-1/+3
| |
* | Merge branch 'next' into ledger-mode-automatic-transactionsCraig Earls2013-04-0411-134/+204
|\|
| * Regex CleanupCraig Earls2013-04-042-3/+2
| |
| * Fix ledger-complete-entry for stale regexCraig Earls2013-04-041-1/+1
| |
| * Fix next-account so that status markers can be manually entered into a ↵Craig Earls2013-04-041-2/+6
| | | | | | | | buffer when auto alignment is on.
| * Fixed bug that caused ledger-mode interfere with other mode that used ↵Craig Earls2013-04-041-1/+1
| | | | | | | | indent-region
| * Fix copy-at-point and more regex consolidation and cleanupCraig Earls2013-04-037-109/+103
| |
| * Consolidated all major regexes into ldg-regex. Only major exception are the ↵Craig Earls2013-04-0211-44/+90
| | | | | | | | regex in ledger context at point.
| * Fixes bug 904, failure to highly pending postings. Adds two new faces for ↵Craig Earls2013-04-023-11/+48
| | | | | | | | pending and cleared posting.
| * ledger-read-commodity-string now calls ledger-split-commodity-stringCraig Earls2013-04-011-19/+9
| |
* | Merge branch 'next' into ledger-mode-automatic-transactionsCraig Earls2013-04-015-8/+10
|\|
| * Bring back comments into account completion.Craig Earls2013-04-011-4/+3
| |
| * Fix Bug 941, ensure two spaces are left between account and amountCraig Earls2013-04-011-1/+2
| |
| * Prevent sort-buffer from calling all the after-change hooksCraig Earls2013-04-011-1/+3
| |
| * Make 'return' visit source in reports, make Visit Source the entry in ↵Craig Earls2013-04-012-2/+2
| | | | | | | | reconcile mode.
* | Merge branch 'next' into ledger-mode-automatic-transactionsCraig Earls2013-03-314-6/+4
|\|
| * Merge commit 'b5612122ae712e3a924662fa1407c46daca6c85f' into nextCraig Earls2013-03-313-3/+3
| |\ | | | | | | | | | | | | Conflicts: lisp/ldg-exec.el
| | * Merge pull request #169 from vanicat/t/warningsCraig Earls2013-03-313-4/+4
| | |\ | | | | | | | | Removing some warning when compiling ledger-mode
| | | * Use (fit-window-to-buffer) for error reporting.Rémi Vanicat2013-03-311-0/+1
| | | |
| | | * Removing some warning when compiling ledger.Rémi Vanicat2013-03-303-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * ldg-commodities.el: use #' instead of ' for function quoting * ldg-exec.el: remove the fit-frame function that don't exists and do not use toggle-read-only to make the buffer read-only * ldg-report.el: use forward-line instead of next-line
| * | | corrected error outputCraig Earls2013-03-311-2/+0
| |/ /
| * | Oops, forgot a #Craig Earls2013-03-311-1/+1
| | |
| * | Correct a solarize faceCraig Earls2013-03-311-1/+1
| |/
* | Merge branch 'next' into ledger-mode-automatic-transactionsCraig Earls2013-03-301-2/+7
|\|
| * Fix bug 937 maintain sort order of xact on the same actual date.Craig Earls2013-03-301-2/+7
| |
* | Start integrating schedule into the overall modeCraig Earls2013-03-303-96/+71
| |
* | Merge branch 'next' into ledger-mode-automatic-transactionsCraig Earls2013-03-273-24/+28
|\|
| * Align post speed improvements after adding the long account name handling.Craig Earls2013-03-272-24/+27
| |
| * Fix bug 935, very long account names can get stomped on.Craig Earls2013-03-271-7/+8
| | | | | | | | This works, but hammers performance
| * Bug 936 Fixes ledger-add-transaction.Craig Earls2013-03-271-1/+1
| | | | | | | | Symptom was no empty line after xact, real problem was not putting ledger output into the temp buffer.
* | Cleaned up entrant macros to only return clausesCraig Earls2013-03-271-42/+66
|/
* Better end testing for align-postingsCraig Earls2013-03-261-3/+3
|
* More speed improvements for align-postings.Craig Earls2013-03-261-15/+6
|
* Handle quoted commodities in ledger-split-commodity-stringCraig Earls2013-03-261-15/+26
|
* Major speed improvements to ledger-post-align-postingsCraig Earls2013-03-262-45/+36
| | | | | | Got rid of markers. Use inhibit-modification-hook to suppress any other buffer stuff happening. Got giant-buffer down to around 3.5 seconds with full modifications.
* Do not include xact level comments in account list for auto completion.Craig Earls2013-03-261-1/+2
|