Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'b5612122ae712e3a924662fa1407c46daca6c85f' into next | Craig Earls | 2013-03-31 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: lisp/ldg-exec.el | ||||
| * | Use (fit-window-to-buffer) for error reporting. | Rémi Vanicat | 2013-03-31 | 1 | -0/+1 |
| | | |||||
| * | Removing some warning when compiling ledger. | Rémi Vanicat | 2013-03-30 | 1 | -2/+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 | ||||
* | | corrected error output | Craig Earls | 2013-03-31 | 1 | -2/+0 |
|/ | |||||
* | Lots of code cleanup. (if () (progn …) ==> (when () …) all over the ↵ | Craig Earls | 2013-03-25 | 1 | -17/+14 |
| | | | | place | ||||
* | Code cleanup in ldg-exec and ledger-split-commodity | Craig Earls | 2013-03-25 | 1 | -9/+0 |
| | |||||
* | Added Ledger error handling. No more lisp backtraces! | Craig Earls | 2013-03-08 | 1 | -32/+51 |
| | |||||
* | Restructured customization groups. Completed initial draft of ledger-mode ↵ | Craig Earls | 2013-02-27 | 1 | -1/+1 |
| | | | | documentation | ||||
* | Code commenting cleanup. | Craig Earls | 2013-02-14 | 1 | -4/+14 |
| | |||||
* | Lisp code cleanup | Craig Earls | 2013-02-05 | 1 | -2/+2 |
| | | | | | | 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 | ||||
* | Check for ledger executable and version | Craig Earls | 2013-02-01 | 1 | -0/+31 |
| | | | | | | | Altered menu creation so that menu functions are disable if there is no ledger executable available command keys will also warn if ledger isn't working remove a debug message from leg-sort | ||||
* | Added GPL licensing information to lisp files | Craig Earls | 2013-01-29 | 1 | -0/+21 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -8/+8 |
| | |||||
* | Some more refactoring of the new Lisp code | John Wiegley | 2010-04-12 | 1 | -22/+23 |
| | |||||
* | Broke up the old ledger.el into several submodules | John Wiegley | 2010-04-12 | 1 | -0/+33 |