summaryrefslogtreecommitdiff
path: root/lisp/ldg-exec.el
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'b5612122ae712e3a924662fa1407c46daca6c85f' into nextCraig Earls2013-03-311-1/+1
|\ | | | | | | | | Conflicts: lisp/ldg-exec.el
| * Use (fit-window-to-buffer) for error reporting.Rémi Vanicat2013-03-311-0/+1
| |
| * Removing some warning when compiling ledger.Rémi Vanicat2013-03-301-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 outputCraig Earls2013-03-311-2/+0
|/
* Lots of code cleanup. (if () (progn …) ==> (when () …) all over the ↵Craig Earls2013-03-251-17/+14
| | | | place
* Code cleanup in ldg-exec and ledger-split-commodityCraig Earls2013-03-251-9/+0
|
* Added Ledger error handling. No more lisp backtraces!Craig Earls2013-03-081-32/+51
|
* Restructured customization groups. Completed initial draft of ledger-mode ↵Craig Earls2013-02-271-1/+1
| | | | documentation
* Code commenting cleanup.Craig Earls2013-02-141-4/+14
|
* Lisp code cleanupCraig Earls2013-02-051-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 versionCraig Earls2013-02-011-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 filesCraig Earls2013-01-291-0/+21
|
* Untabified all source filesJohn Wiegley2010-06-111-8/+8
|
* Some more refactoring of the new Lisp codeJohn Wiegley2010-04-121-22/+23
|
* Broke up the old ledger.el into several submodulesJohn Wiegley2010-04-121-0/+33