summaryrefslogtreecommitdiff
path: root/lisp/ldg-xact.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix ledger-find-slot so that it doesn't require transaction codesCraig Earls2013-05-141-59/+59
|
* Refactoring and style.Craig Earls2013-04-101-11/+57
|
* Fixed reconciliation initialization. Now prompts with only account, not ↵Craig Earls2013-04-061-17/+2
| | | | | | status and amount Moved context function to leg-context, from leg-report. Cleaned up many regex in ldg-context.
* Fix copy-at-point and more regex consolidation and cleanupCraig Earls2013-04-031-8/+43
|
* Consolidated all major regexes into ldg-regex. Only major exception are the ↵Craig Earls2013-04-021-2/+2
| | | | regex in ledger context at point.
* Align post speed improvements after adding the long account name handling.Craig Earls2013-03-271-1/+1
|
* Lots of code cleanup. (if () (progn …) ==> (when () …) all over the ↵Craig Earls2013-03-251-7/+6
| | | | place
* Enh918 Have occur mode searches stored in mini buffer historyCraig Earls2013-03-181-3/+4
|
* Account auto formatting now works with tab completionCraig Earls2013-03-061-3/+0
|
* Update date regex to handles dashes and slashesCraig Earls2013-02-271-2/+2
|
* Bug 884. Highlight first line of fileCraig Earls2013-02-201-1/+2
|
* Code commenting cleanup.Craig Earls2013-02-141-13/+23
|
* Added a copy transaction function to ledger-modeCraig Earls2013-02-141-2/+22
|
* Added menu entry for complete entry.Craig Earls2013-02-131-0/+15
| | | | Refactored leg-complete to get rid of some side effect usage
* Bug 893 Ledger reconcile loses alignmentCraig Earls2013-02-131-0/+2
| | | | | | An earlier change to multi-file support stored the actual markers to the beginnings of the transaction/postings. When reconcile would insert characters it would invalidate those marker and after many items and been cleared could result in severe misalignment. This change brings back storing the line-numbers as reported by emacs.
* Correct behavior of ledger report when entering a new reportCraig Earls2013-02-131-0/+11
| | | | ledger-report-save would fail if you entered a new report with a name. It wouldn't save the customization to the disk, and if you tried to save manually it would complain about an identical command.
* Forgot to stage ldg-xact.el in the last commitCraig Earls2013-02-091-0/+40
|
* Add regional sort facility to ledger modeCraig Earls2013-02-011-26/+0
| | | | | | 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
* WIP. ledger-sort-region still drops the first transaction in the region.Craig Earls2013-01-311-12/+23
|
* Added GPL licensing information to lisp filesCraig Earls2013-01-291-0/+21
|
* Fixed the new ledger mod so that loading leg-new.el is sufficientCraig Earls2013-01-291-0/+1
| | | | | The reconcile package and the xact package didn't provide themselves, and the leg-new module didn't load up everything it needed.
* Untabified all source filesJohn Wiegley2010-06-111-6/+6
|
* Broke up the old ledger.el into several submodulesJohn Wiegley2010-04-121-0/+20