Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring and style. | Craig Earls | 2013-04-10 | 1 | -27/+0 |
| | |||||
* | Fixed reconciliation initialization. Now prompts with only account, not ↵ | Craig Earls | 2013-04-06 | 1 | -0/+1 |
| | | | | | | 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 | -1/+1 |
|\ | |||||
| * | 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 | -1/+1 |
|/ | |||||
* | Improved configuration dump. Now automatically dumps all customization ↵ | Craig Earls | 2013-03-20 | 1 | -40/+16 |
| | | | | variables without manually update | ||||
* | Updated ledger-mode-dump-variables | Craig Earls | 2013-03-18 | 1 | -5/+5 |
| | |||||
* | Removed ldg-register.el functionality all contained in ldg-report | Craig Earls | 2013-03-08 | 1 | -4/+0 |
| | |||||
* | Caught another omission in the built list | Craig Earls | 2013-03-07 | 1 | -0/+1 |
| | |||||
* | Made account formatting and auto complete compatible. | Craig Earls | 2013-03-07 | 1 | -0/+1 |
| | |||||
* | ledger-mode now automatically loads and parses the init file. | Craig Earls | 2013-02-23 | 1 | -5/+6 |
| | | | | Currently only pays attention to decimal-comma | ||||
* | Cleanup dump variables | Craig Earls | 2013-02-22 | 1 | -10/+6 |
| | |||||
* | Added ledger-mode-dump-variables to give me some instrumentation on users ↵ | Craig Earls | 2013-02-21 | 1 | -0/+51 |
| | | | | installs | ||||
* | Fix another null buffer problem when closing ledger buffers | Craig Earls | 2013-02-19 | 1 | -0/+1 |
| | |||||
* | Code commenting cleanup. | Craig Earls | 2013-02-14 | 1 | -5/+8 |
| | |||||
* | Added rudimentary target checking to reconcile. | Craig Earls | 2013-02-13 | 1 | -0/+2 |
| | |||||
* | Lisp code cleanup. | Craig Earls | 2013-02-12 | 1 | -4/+0 |
| | | | | Mostly went through and clarified variable names. Rather than "entry" for everything, use "transaction" and "posting" as appropriate to improve readability. | ||||
* | Lisp code cleanup | Craig Earls | 2013-02-05 | 1 | -3/+3 |
| | | | | | | Most of the files have been touched several times and the indentation structure was wrong. I ran all the files through the emacs indent region function to get back to a baseline | ||||
* | Enh 246 add code folding to ledger mode | Craig Earls | 2013-02-05 | 1 | -0/+2 |
| | | | | Based on loccur. Hides everything but the xacts that match a regex. Linked to reconcile mode so that when you reconcile an account on xacts with that account are shown. Documentation updated | ||||
* | Add regional sort facility to ledger mode | Craig Earls | 2013-02-01 | 1 | -0/+1 |
| | | | | | | C-c C-s now bound to ledger-sort-region. ledger-sort-region is smart and find the beginning of the first xact within the region and the beginning of the first xact AFTER the region so that it can keep posing structure intact | ||||
* | Customizable font-locking | Craig Earls | 2013-01-31 | 1 | -0/+1 |
| | | | | | Moved font code into separate file. created faces that can be customized in using the emacs customizations menu group ledger-faces | ||||
* | Fixed the new ledger mod so that loading leg-new.el is sufficient | Craig Earls | 2013-01-29 | 1 | -4/+9 |
| | | | | | The reconcile package and the xact package didn't provide themselves, and the leg-new module didn't load up everything it needed. | ||||
* | Require ldg-report from ldg-new (for now) | John Wiegley | 2012-07-30 | 1 | -0/+1 |
| | |||||
* | Added ledger-create-test to ldg-new.el | John Wiegley | 2011-08-18 | 1 | -0/+26 |
| | |||||
* | Make sure ldg-new.el loads correctly | John Wiegley | 2010-05-07 | 1 | -3/+6 |
| | |||||
* | Added some missing autoloads for the new ledger-mode | John Wiegley | 2010-05-02 | 1 | -0/+4 |
| | |||||
* | Broke up the old ledger.el into several submodules | John Wiegley | 2010-04-12 | 1 | -0/+49 |