summaryrefslogtreecommitdiff
path: root/lisp/ldg-new.el
Commit message (Collapse)AuthorAgeFilesLines
* 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