Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add buffer cleanup function. | Craig Earls | 2013-06-06 | 1 | -0/+15 |
| | |||||
* | Dramatic improvements to account completion speeds. | Craig Earls | 2013-06-05 | 1 | -122/+122 |
| | |||||
* | Fix Bug 966 Auto Indent conflicts with undo. Removed the auto-indent ↵ | Craig Earls | 2013-06-03 | 1 | -0/+2 |
| | | | | function and added an indent xact function | ||||
* | Completion improvements | Craig Earls | 2013-06-03 | 1 | -1/+1 |
| | |||||
* | Fix bug 969, payee completing only works with plain alpha chars | Craig Earls | 2013-06-02 | 1 | -1/+1 |
| | |||||
* | Reverted changes to completion. Changes were "more correct" but performance ↵ | Craig Earls | 2013-05-10 | 1 | -12/+6 |
| | | | | on large buffer was too poor. | ||||
* | Implement more efficient completion algorithm. Thanks Thierry! Also remove ↵ | Craig Earls | 2013-05-06 | 1 | -2/+1 |
| | | | | multi-comment font-locking for performance reasons. | ||||
* | Ensure ledger-mode display balance can handle zero balance accounts. | Craig Earls | 2013-05-06 | 1 | -1/+3 |
| | |||||
* | Add stats to ledger mode | Craig Earls | 2013-05-01 | 1 | -9/+22 |
| | |||||
* | Add highlighting for multiple line comments | George Kettleborough | 2013-04-21 | 1 | -0/+4 |
| | |||||
* | Make union of regexps at compile time | George Kettleborough | 2013-04-16 | 1 | -4/+3 |
| | |||||
* | Fix completion on payees | George Kettleborough | 2013-04-15 | 1 | -2/+6 |
| | |||||
* | Allow completion on accounts and metadata | George Kettleborough | 2013-04-13 | 1 | -6/+11 |
| | |||||
* | Refactoring and style. | Craig Earls | 2013-04-10 | 1 | -74/+11 |
| | |||||
* | Make quick balance showed "cleared" results | Craig Earls | 2013-04-08 | 1 | -10/+6 |
| | |||||
* | Improve quick display. | Craig Earls | 2013-04-08 | 1 | -2/+4 |
| | |||||
* | Added quick balance check to ledger-mode | Craig Earls | 2013-04-08 | 1 | -0/+17 |
| | |||||
* | Fixed reconciliation initialization. Now prompts with only account, not ↵ | Craig Earls | 2013-04-06 | 1 | -9/+21 |
| | | | | | | 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-transactions | Craig Earls | 2013-04-04 | 1 | -46/+9 |
|\ | |||||
| * | Fixed bug that caused ledger-mode interfere with other mode that used ↵ | Craig Earls | 2013-04-04 | 1 | -1/+1 |
| | | | | | | | | indent-region | ||||
| * | Fix copy-at-point and more regex consolidation and cleanup | Craig Earls | 2013-04-03 | 1 | -45/+8 |
| | | |||||
| * | Consolidated all major regexes into ldg-regex. Only major exception are the ↵ | Craig Earls | 2013-04-02 | 1 | -1/+1 |
| | | | | | | | | regex in ledger context at point. | ||||
* | | Start integrating schedule into the overall mode | Craig Earls | 2013-03-30 | 1 | -5/+7 |
|/ | |||||
* | Bug 936 Fixes ledger-add-transaction. | Craig Earls | 2013-03-27 | 1 | -1/+1 |
| | | | | Symptom was no empty line after xact, real problem was not putting ledger output into the temp buffer. | ||||
* | Fix bug 928 Refix slow indent-region behavior. | Craig Earls | 2013-03-25 | 1 | -1/+1 |
| | | | | Need to bing ledger-post-align-postings to indent-region-function, not indent-line-function, others it tries to align the entire region once for every line in the region. | ||||
* | Make complete play nice with auto alignment | Craig Earls | 2013-03-24 | 1 | -3/+3 |
| | |||||
* | Insert Effective Date to xact | Craig Earls | 2013-03-24 | 1 | -2/+14 |
| | |||||
* | Fix bug 923 | Craig Earls | 2013-03-24 | 1 | -0/+2 |
| | |||||
* | Fixed Align Region menu entry | Craig Earls | 2013-03-24 | 1 | -1/+1 |
| | |||||
* | Rewrote ledger-post-align-postings to address bugs 923 924 925 926 927 and 928. | Craig Earls | 2013-03-23 | 1 | -6/+14 |
| | |||||
* | Bug 931 Menu consistency Delete Transaction | Craig Earls | 2013-03-23 | 1 | -1/+1 |
| | |||||
* | Fixed Bug 930 Toggle transaction menu entry incorrect | Craig Earls | 2013-03-23 | 1 | -1/+1 |
| | |||||
* | Fix Bug 929 consistent naming of buffer narrowing. | Craig Earls | 2013-03-23 | 1 | -1/+1 |
| | |||||
* | Fix bug 916 along amount in region | Craig Earls | 2013-03-22 | 1 | -0/+1 |
| | |||||
* | Fixed bug 913 ledger mode C-c C-a and ISO dates. | David Keegan | 2013-03-09 | 1 | -3/+3 |
| | |||||
* | Added menu entries to help set sort region | Craig Earls | 2013-03-06 | 1 | -0/+2 |
| | |||||
* | Add ability to posting the account in a posting using the ↵ | Craig Earls | 2013-03-02 | 1 | -5/+0 |
| | | | | iedger-default-acct-transaction-indent | ||||
* | Add reconcile menu entry and correct bug in report that failed on ↵ | Craig Earls | 2013-02-26 | 1 | -0/+2 |
| | | | | automatically generated xacts | ||||
* | ledger-mode now automatically loads and parses the init file. | Craig Earls | 2013-02-23 | 1 | -0/+2 |
| | | | | Currently only pays attention to decimal-comma | ||||
* | Oops. This adds missing parenthesis to the last commit. | Craig Earls | 2013-02-15 | 1 | -1/+1 |
| | |||||
* | Improved error reporting | Craig Earls | 2013-02-15 | 1 | -1/+1 |
| | |||||
* | Code commenting cleanup. | Craig Earls | 2013-02-14 | 1 | -9/+27 |
| | |||||
* | Added a copy transaction function to ledger-mode | Craig Earls | 2013-02-14 | 1 | -5/+7 |
| | |||||
* | Added menu entry for complete entry. | Craig Earls | 2013-02-13 | 1 | -1/+2 |
| | | | | Refactored leg-complete to get rid of some side effect usage | ||||
* | Comment and code cleanup | Craig Earls | 2013-02-12 | 1 | -2/+2 |
| | |||||
* | Bug 892 re-enable pending mode and reconcile-finish | Craig Earls | 2013-02-12 | 1 | -1/+1 |
| | | | | This should do it, and it should work across multiple files. | ||||
* | Lisp code cleanup. | Craig Earls | 2013-02-12 | 1 | -13/+13 |
| | | | | Mostly went through and clarified variable names. Rather than "entry" for everything, use "transaction" and "posting" as appropriate to improve readability. | ||||
* | Bug 883 overlays left in buffer if file reverted. | Craig Earls | 2013-02-11 | 1 | -0/+6 |
| | |||||
* | Changes keybinding for edit amount to C-c C-b | Craig Earls | 2013-02-10 | 1 | -1/+1 |
| | | | | Thierry rightly pointed out that C-c C-v was a much older emacs command and I shouldn't stomp on it. | ||||
* | ledger-mode now highlights the xact under point. | Craig Earls | 2013-02-09 | 1 | -2/+4 |
| | | | | This can be configured with ledger-highlight-xact-under-point and ledger-font-highlight-face |