summaryrefslogtreecommitdiff
path: root/lisp/ldg-new.el
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring and style.Craig Earls2013-04-101-27/+0
|
* Fixed reconciliation initialization. Now prompts with only account, not ↵Craig Earls2013-04-061-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-transactionsCraig Earls2013-04-041-1/+1
|\
| * Consolidated all major regexes into ldg-regex. Only major exception are the ↵Craig Earls2013-04-021-1/+1
| | | | | | | | regex in ledger context at point.
* | Start integrating schedule into the overall modeCraig Earls2013-03-301-1/+1
|/
* Improved configuration dump. Now automatically dumps all customization ↵Craig Earls2013-03-201-40/+16
| | | | variables without manually update
* Updated ledger-mode-dump-variablesCraig Earls2013-03-181-5/+5
|
* Removed ldg-register.el functionality all contained in ldg-reportCraig Earls2013-03-081-4/+0
|
* Caught another omission in the built listCraig Earls2013-03-071-0/+1
|
* Made account formatting and auto complete compatible.Craig Earls2013-03-071-0/+1
|
* ledger-mode now automatically loads and parses the init file.Craig Earls2013-02-231-5/+6
| | | | Currently only pays attention to decimal-comma
* Cleanup dump variablesCraig Earls2013-02-221-10/+6
|
* Added ledger-mode-dump-variables to give me some instrumentation on users ↵Craig Earls2013-02-211-0/+51
| | | | installs
* Fix another null buffer problem when closing ledger buffersCraig Earls2013-02-191-0/+1
|
* Code commenting cleanup.Craig Earls2013-02-141-5/+8
|
* Added rudimentary target checking to reconcile.Craig Earls2013-02-131-0/+2
|
* Lisp code cleanup.Craig Earls2013-02-121-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 cleanupCraig Earls2013-02-051-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 modeCraig Earls2013-02-051-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 modeCraig Earls2013-02-011-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-lockingCraig Earls2013-01-311-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 sufficientCraig Earls2013-01-291-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 Wiegley2012-07-301-0/+1
|
* Added ledger-create-test to ldg-new.elJohn Wiegley2011-08-181-0/+26
|
* Make sure ldg-new.el loads correctlyJohn Wiegley2010-05-071-3/+6
|
* Added some missing autoloads for the new ledger-modeJohn Wiegley2010-05-021-0/+4
|
* Broke up the old ledger.el into several submodulesJohn Wiegley2010-04-121-0/+49