Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |||||
* | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-03-02 | 3 | -6/+28 | |
|\| | ||||||
| * | 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 | |
| | | ||||||
* | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-03-02 | 3 | -11/+20 | |
|\| | ||||||
| * | Add ability to posting the account in a posting using the ↵ | Craig Earls | 2013-03-02 | 3 | -11/+20 | |
| | | | | | | | | iedger-default-acct-transaction-indent | |||||
* | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-03-01 | 1 | -2/+1 | |
|\| | ||||||
| * | Clean up the reconcile balance display code | Craig Earls | 2013-03-01 | 1 | -2/+1 | |
| | | ||||||
* | | Have a working tree parser and numerical date constraint | Craig Earls | 2013-03-01 | 1 | -33/+90 | |
| | | ||||||
* | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-03-01 | 3 | -77/+88 | |
|\| | ||||||
| * | 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 | |
| |/ | ||||||
* | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-02-28 | 2 | -2/+1 | |
|\| | | | | | | | | | Conflicts: doc/ledger3.texi | |||||
| * | 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 | |
| | | ||||||
* | | Removed EMACS section from Ledger3 | Craig Earls | 2013-02-27 | 1 | -310/+1 | |
| | | ||||||
* | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-02-27 | 13 | -50/+864 | |
|\| | ||||||
| * | 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 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-02-27 | 4 | -3/+6 | |
|\| | | ||||||
| * | | 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 | |
| |/ | ||||||
* | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-02-26 | 9 | -25/+113 | |
|\| | ||||||
| * | 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 |