Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 951, handle thousand separators. | Craig Earls | 2013-04-13 | 1 | -18/+18 |
| | | | | Rewrote handling for decimal comma to be much simpler. Why can't I see the simple way first? | ||||
* | Fixed reconciliation initialization. Now prompts with only account, not ↵ | Craig Earls | 2013-04-06 | 1 | -153/+3 |
| | | | | | | status and amount Moved context function to leg-context, from leg-report. Cleaned up many regex in ldg-context. | ||||
* | Make 'return' visit source in reports, make Visit Source the entry in ↵ | Craig Earls | 2013-04-01 | 1 | -1/+1 |
| | | | | reconcile mode. | ||||
* | Removing some warning when compiling ledger. | Rémi Vanicat | 2013-03-30 | 1 | -1/+1 |
| | | | | | | | * ldg-commodities.el: use #' instead of ' for function quoting * ldg-exec.el: remove the fit-frame function that don't exists and do not use toggle-read-only to make the buffer read-only * ldg-report.el: use forward-line instead of next-line | ||||
* | Lots of code cleanup. (if () (progn …) ==> (when () …) all over the ↵ | Craig Earls | 2013-03-25 | 1 | -28/+25 |
| | | | | place | ||||
* | Enh918 Have occur mode searches stored in mini buffer history | Craig Earls | 2013-03-18 | 1 | -2/+2 |
| | |||||
* | Improved context regex to handles @ and @@ pricing | Craig Earls | 2013-03-06 | 1 | -5/+13 |
| | |||||
* | Add acct under point to reconcile prompt. Fix reconcile balance display of ↵ | Craig Earls | 2013-03-04 | 1 | -8/+3 |
| | | | | empty accounts | ||||
* | Make reverse-report SHIFT-R | Craig Earls | 2013-02-28 | 1 | -1/+1 |
| | |||||
* | Restructured customization groups. Completed initial draft of ledger-mode ↵ | Craig Earls | 2013-02-27 | 1 | -2/+7 |
| | | | | documentation | ||||
* | Add reconcile menu entry and correct bug in report that failed on ↵ | Craig Earls | 2013-02-26 | 1 | -9/+11 |
| | | | | automatically generated xacts | ||||
* | A better try to deal with decimal-comma from ledger | Craig Earls | 2013-02-17 | 1 | -11/+9 |
| | |||||
* | Fixed overrun when ledger report would expand argument and cmd would get short | Craig Earls | 2013-02-15 | 1 | -3/+17 |
| | |||||
* | Code commenting cleanup. | Craig Earls | 2013-02-14 | 1 | -27/+41 |
| | |||||
* | Add highlighting in the report window if the line is mapped to a file | Craig Earls | 2013-02-14 | 1 | -15/+19 |
| | |||||
* | Improved ledger-report visit source capabilities | Craig Earls | 2013-02-14 | 1 | -43/+48 |
| | |||||
* | Correct behavior of ledger report when entering a new report | Craig Earls | 2013-02-13 | 1 | -28/+25 |
| | | | | 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. | ||||
* | Lisp code cleanup. | Craig Earls | 2013-02-12 | 1 | -1/+1 |
| | | | | Mostly went through and clarified variable names. Rather than "entry" for everything, use "transaction" and "posting" as appropriate to improve readability. | ||||
* | code formatting cleanup. | Craig Earls | 2013-02-07 | 1 | -34/+34 |
| | |||||
* | Lisp code cleanup | Craig Earls | 2013-02-05 | 1 | -53/+53 |
| | | | | | | 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 | ||||
* | Added GPL licensing information to lisp files | Craig Earls | 2013-01-29 | 1 | -0/+21 |
| | |||||
* | Merge pull request #90 from rladams/next | John Wiegley | 2013-01-29 | 1 | -41/+23 |
|\ | | | | | Next | ||||
| * | Made marker logic for jumping from hyperlinked reports to source files work ↵ | adamsrl | 2012-10-15 | 1 | -37/+9 |
| | | | | | | | | by simplifying. | ||||
| * | Adding goto EOL to fix issue where re-search-forward was including ledger ↵ | adamsrl | 2012-10-15 | 1 | -9/+8 |
| | | | | | | | | report data in the text properties. | ||||
| * | Added back my patches for johns ldg-mode | adamsrl | 2012-10-14 | 1 | -8/+19 |
| | | |||||
* | | fixes the reconcile mode, adds menus for all modes | Craig Earls | 2013-01-29 | 1 | -0/+15 |
|/ | | | | thanks to dk for the is-std defun. | ||||
* | Patch reports with markers to allow xact shifting | John Wiegley | 2012-08-08 | 1 | -5/+43 |
| | |||||
* | Allow non-register reports to work again | John Wiegley | 2012-07-30 | 1 | -14/+18 |
| | |||||
* | Add ability to visit source line from ldg-report | John Wiegley | 2012-07-30 | 1 | -1/+23 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -99/+99 |
| | |||||
* | Broke up the old ledger.el into several submodules | John Wiegley | 2010-04-12 | 1 | -0/+448 |