Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | indent output of ledger xml | Johann Klähn | 2013-03-08 | 1 | -1/+2 |
| | |||||
* | fix ledger xml output, remove ledger json command | Johann Klähn | 2013-03-08 | 16 | -121/+68 |
| | | | | | | | | | | | | As the format used by property trees to represent valid JSON and that for valid XML is too different and given that there are more requests for valid XML output I decided to pursue a quick fix and remove the json command in favor of a working xml command. See bug #782, #909, recent discussion on mailing list. JSON support is postponed until I or someone else finds time to work on this or the python bindings are more stable. | ||||
* | Added Ledger error handling. No more lisp backtraces! | Craig Earls | 2013-03-08 | 2 | -58/+78 |
| | |||||
* | refactored the auto-adjust to make it default | Craig Earls | 2013-03-07 | 1 | -10/+11 |
| | |||||
* | Deprecated ledger.el | Craig Earls | 2013-03-07 | 1 | -1340/+0 |
| | |||||
* | Caught another omission in the built list | Craig Earls | 2013-03-07 | 2 | -0/+2 |
| | |||||
* | Made account formatting and auto complete compatible. | Craig Earls | 2013-03-07 | 4 | -63/+72 |
| | |||||
* | Account auto formatting now works with tab completion | Craig Earls | 2013-03-06 | 4 | -13/+16 |
| | |||||
* | Improved context regex to handles @ and @@ pricing | Craig Earls | 2013-03-06 | 1 | -5/+13 |
| | |||||
* | Correct bug is edit amount. | Craig Earls | 2013-03-06 | 2 | -11/+2 |
| | | | | Edit-amount was still looking for decimal-comma | ||||
* | Added missing lisp files to CMakeList.txt | Craig Earls | 2013-03-06 | 1 | -3/+5 |
| | |||||
* | Code formatting cleanup. | Craig Earls | 2013-03-06 | 3 | -3/+5 |
| | |||||
* | Added menu entries to help set sort region | Craig Earls | 2013-03-06 | 3 | -9/+44 |
| | |||||
* | Removed timeclock.el. | Craig Earls | 2013-03-05 | 1 | -1362/+0 |
| | | | | This has been parts of the standard Emacs installation for a very long time. No need to repeat it here. | ||||
* | Add acct under point to reconcile prompt. Fix reconcile balance display of ↵ | Craig Earls | 2013-03-04 | 4 | -34/+44 |
| | | | | empty accounts | ||||
* | Remove auto account alignment as it interfered with account completion. | Craig Earls | 2013-03-02 | 1 | -3/+3 |
| | |||||
* | Ad ledger-mode flags to limit sort region for sort buffer | Craig Earls | 2013-03-02 | 2 | -3/+25 |
| | |||||
* | Add ability to posting the account in a posting using the ↵ | Craig Earls | 2013-03-02 | 3 | -11/+20 |
| | | | | iedger-default-acct-transaction-indent | ||||
* | Clean up the reconcile balance display code | Craig Earls | 2013-03-01 | 1 | -2/+1 |
| | |||||
* | Ensure reconcile balance display can handle empty accounts. Also force ↵ | Craig Earls | 2013-03-01 | 2 | -23/+33 |
| | | | | balance display at the beginning of reconciliation. | ||||
* | Merge pull request #160 from vanicat/t/small-info-correction | Craig Earls | 2013-03-01 | 1 | -54/+55 |
|\ | | | | | Some small correction for the new ledger-mode.texi | ||||
| * | Some spelling correction. | Rémi Vanicat | 2013-03-01 | 1 | -47/+48 |
| | | |||||
| * | Removing several warning by makeinfo in ledger-mode.texi | Rémi Vanicat | 2013-03-01 | 1 | -3/+3 |
| | | |||||
| * | Corrected one @xref | Rémi Vanicat | 2013-03-01 | 1 | -1/+1 |
| | | |||||
| * | Added forgotten {} for @code in ledger-mode.texi | Rémi Vanicat | 2013-03-01 | 1 | -3/+3 |
| | | |||||
| * | The .info for ledger-mode should not be the same than for ledger3 | Rémi Vanicat | 2013-03-01 | 1 | -1/+1 |
|/ | |||||
* | Make reverse-report SHIFT-R | Craig Earls | 2013-02-28 | 1 | -1/+1 |
| | |||||
* | Removed EMACS section from Ledger3.texi | Craig Earls | 2013-02-27 | 1 | -311/+1 |
| | |||||
* | Add ledger-mode.texi to the build list | Craig Earls | 2013-02-27 | 1 | -1/+1 |
| | |||||
* | Fixed data regexs so that dashes are properly handled in dates | Craig Earls | 2013-02-27 | 1 | -4/+4 |
| | |||||
* | Merge branch 'ledger-mode-documentation' into next | Craig Earls | 2013-02-27 | 11 | -39/+859 |
|\ | | | | | | | | | Conflicts: lisp/ldg-commodities.el | ||||
| * | Restructured customization groups. Completed initial draft of ledger-mode ↵ | Craig Earls | 2013-02-27 | 10 | -68/+232 |
| | | | | | | | | documentation | ||||
| * | Merge branch 'next' into ledger-mode-documentation | Craig Earls | 2013-02-27 | 4 | -3/+6 |
| |\ | |||||
| * | | Initial commit of ledger-mode documentation and demo file | Craig Earls | 2013-02-26 | 2 | -0/+650 |
| | | | |||||
* | | | Removed use-decimal-comma custom, since we are now reading the .ledgerrc file | Craig Earls | 2013-02-27 | 1 | -6/+0 |
| |/ |/| | |||||
* | | Update date regex to handles dashes and slashes | Craig Earls | 2013-02-27 | 3 | -2/+5 |
| | | |||||
* | | Fix typo in ledger3.texi | Craig Earls | 2013-02-27 | 1 | -1/+1 |
|/ | |||||
* | Add reconcile menu entry and correct bug in report that failed on ↵ | Craig Earls | 2013-02-26 | 2 | -9/+13 |
| | | | | automatically generated xacts | ||||
* | Ensure that commodities using decimal period, have comma separators removed ↵ | Craig Earls | 2013-02-26 | 1 | -1/+3 |
| | | | | for string-to-number. | ||||
* | unescaped a few symbols | Craig Earls | 2013-02-26 | 1 | -2/+2 |
| | |||||
* | Added a note to the introduction about paying attention to shell expansions | Craig Earls | 2013-02-26 | 1 | -0/+10 |
| | |||||
* | Ledger-mode now automatically configures itself for --decimal-comma if that ↵ | Craig Earls | 2013-02-25 | 1 | -12/+12 |
| | | | | option is set in ~/.ledgerrc | ||||
* | Merge branch 'next' into ledger-mode-environment-handling | Craig Earls | 2013-02-25 | 3 | -8/+9 |
|\ | |||||
| * | Fixed typo in doc/CMakeLists.txt line 58 "mesage" ==> "message" | Craig Earls | 2013-02-25 | 1 | -1/+1 |
| | | |||||
| * | Bug 907. | Craig Earls | 2013-02-24 | 1 | -2/+1 |
| | | |||||
| * | Updated README files | Craig Earls | 2013-02-23 | 2 | -5/+7 |
| | | |||||
* | | ledger-mode now automatically loads and parses the init file. | Craig Earls | 2013-02-23 | 4 | -18/+27 |
| | | | | | | | | Currently only pays attention to decimal-comma | ||||
* | | Initial commit of environment handling | Craig Earls | 2013-02-23 | 1 | -0/+62 |
|/ | | | | Reads and parses .ledgerc to an alist | ||||
* | Cleanup dump variables | Craig Earls | 2013-02-22 | 1 | -10/+6 |
| | |||||
* | Added ledger-mode-dump-variables to give me some instrumentation on users ↵ | Craig Earls | 2013-02-21 | 1 | -0/+51 |
| | | | | installs |