Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ledger-find-slot so that it doesn't require transaction codes | Craig Earls | 2013-05-14 | 1 | -59/+59 |
| | |||||
* | Refactoring and style. | Craig Earls | 2013-04-10 | 1 | -11/+57 |
| | |||||
* | Fixed reconciliation initialization. Now prompts with only account, not ↵ | Craig Earls | 2013-04-06 | 1 | -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 cleanup | Craig Earls | 2013-04-03 | 1 | -8/+43 |
| | |||||
* | Consolidated all major regexes into ldg-regex. Only major exception are the ↵ | Craig Earls | 2013-04-02 | 1 | -2/+2 |
| | | | | regex in ledger context at point. | ||||
* | Align post speed improvements after adding the long account name handling. | Craig Earls | 2013-03-27 | 1 | -1/+1 |
| | |||||
* | Lots of code cleanup. (if () (progn …) ==> (when () …) all over the ↵ | Craig Earls | 2013-03-25 | 1 | -7/+6 |
| | | | | place | ||||
* | Enh918 Have occur mode searches stored in mini buffer history | Craig Earls | 2013-03-18 | 1 | -3/+4 |
| | |||||
* | Account auto formatting now works with tab completion | Craig Earls | 2013-03-06 | 1 | -3/+0 |
| | |||||
* | Update date regex to handles dashes and slashes | Craig Earls | 2013-02-27 | 1 | -2/+2 |
| | |||||
* | Bug 884. Highlight first line of file | Craig Earls | 2013-02-20 | 1 | -1/+2 |
| | |||||
* | Code commenting cleanup. | Craig Earls | 2013-02-14 | 1 | -13/+23 |
| | |||||
* | Added a copy transaction function to ledger-mode | Craig Earls | 2013-02-14 | 1 | -2/+22 |
| | |||||
* | Added menu entry for complete entry. | Craig Earls | 2013-02-13 | 1 | -0/+15 |
| | | | | Refactored leg-complete to get rid of some side effect usage | ||||
* | Bug 893 Ledger reconcile loses alignment | Craig Earls | 2013-02-13 | 1 | -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 report | Craig Earls | 2013-02-13 | 1 | -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 commit | Craig Earls | 2013-02-09 | 1 | -0/+40 |
| | |||||
* | Add regional sort facility to ledger mode | Craig Earls | 2013-02-01 | 1 | -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 Earls | 2013-01-31 | 1 | -12/+23 |
| | |||||
* | Added GPL licensing information to lisp files | Craig Earls | 2013-01-29 | 1 | -0/+21 |
| | |||||
* | Fixed the new ledger mod so that loading leg-new.el is sufficient | Craig Earls | 2013-01-29 | 1 | -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 files | John Wiegley | 2010-06-11 | 1 | -6/+6 |
| | |||||
* | Broke up the old ledger.el into several submodules | John Wiegley | 2010-04-12 | 1 | -0/+20 |