summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Add buffer cleanup function.Craig Earls2013-06-061-0/+15
|
* Dramatic improvements to account completion speeds.Craig Earls2013-06-054-248/+236
|
* Implemented different sorting function on the reconcile buffer.Craig Earls2013-06-031-5/+27
| | | | | | C-c C-a for amount C-c C-p for payee C-c C-d for date
* Fix Bug 966 Auto Indent conflicts with undo. Removed the auto-indent ↵Craig Earls2013-06-032-16/+7
| | | | function and added an indent xact function
* Fix bug 967, Windows rearranging after reconcile save.Craig Earls2013-06-031-2/+5
|
* Completion improvementsCraig Earls2013-06-032-8/+8
|
* Fix bug 969, payee completing only works with plain alpha charsCraig Earls2013-06-021-1/+1
|
* Resolve bug 957 update reconcile buffer when saving ledger bufferCraig Earls2013-05-231-42/+42
|
* Add option if dates should be iso-8601 by defaultAlbert Krewinkel2013-05-221-3/+14
| | | | | Allow users to choose between the default YYYY/MM/DD format and the iso-standardized format YYYY-MM-DD.
* Correction to ldg-context xact regex.Craig Earls2013-05-211-21/+22
|
* Prevent failure if ledger sort buffer is called with point before the ledger ↵Craig Earls2013-05-141-7/+7
| | | | start marker.
* Fix ledger-find-slot so that it doesn't require transaction codesCraig Earls2013-05-142-60/+60
|
* Fix Bug 962Craig Earls2013-05-112-81/+82
|
* Correct regexCraig Earls2013-05-111-1/+1
|
* Reverted changes to completion. Changes were "more correct" but performance ↵Craig Earls2013-05-103-32/+12
| | | | on large buffer was too poor.
* Fix Bug 961, add ldg-context.el and ldg-schedule.el to CMakeLists.txtCraig Earls2013-05-091-4/+6
|
* Implement more efficient completion algorithm. Thanks Thierry! Also remove ↵Craig Earls2013-05-063-61/+38
| | | | multi-comment font-locking for performance reasons.
* Ensure ledger-mode display balance can handle zero balance accounts.Craig Earls2013-05-061-1/+3
|
* Add stats to ledger modeCraig Earls2013-05-011-9/+22
|
* Merge pull request #178 from georgek/regexCraig Earls2013-04-223-1/+40
|\ | | | | Add highlighting for multiple line comments
| * Add highlighting for multiple line commentsGeorge Kettleborough2013-04-213-1/+40
| |
* | Remove intangible property from occur overlays.Craig Earls2013-04-221-2/+1
|/
* Sort buffer now attempts to keep point at the same xact.Craig Earls2013-04-181-31/+44
|
* Merge pull request #176 from georgek/regexCraig Earls2013-04-163-59/+70
|\ | | | | OK, lets try again. Thanks for working on this!
| * Make union of regexps at compile timeGeorge Kettleborough2013-04-162-5/+8
| |
| * Fix payees and accounts matching to themselvesGeorge Kettleborough2013-04-161-52/+56
| | | | | | | | | | | | This would sometimes cause a double tab to be necessary for completion, although did also provide an accidental "feature" that repeated tabs would cycle all the way back to the original input
| * Fix completion on payeesGeorge Kettleborough2013-04-151-2/+6
| |
| * Clean up payee regexesGeorge Kettleborough2013-04-151-4/+4
| |
* | commodities cleanupCraig Earls2013-04-151-31/+5
|/
* Function name mismatch causes revert error.David Keegan2013-04-141-1/+1
|
* Bug 951, handle thousand separators.Craig Earls2013-04-135-274/+296
| | | | Rewrote handling for decimal comma to be much simpler. Why can't I see the simple way first?
* Allow completion on accounts and metadataGeorge Kettleborough2013-04-132-8/+33
|
* Add regex for metadataGeorge Kettleborough2013-04-131-3/+12
|
* Fix comment regex to include all line comment typesGeorge Kettleborough2013-04-112-2/+2
|
* Stop account regexes matching commentsGeorge Kettleborough2013-04-111-3/+3
|
* 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
| |