Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrote ledger-post-align-postings to address bugs 923 924 925 926 927 and 928. | Craig Earls | 2013-03-23 | 1 | -53/+58 |
| | |||||
* | Fix bug 916 along amount in region | Craig Earls | 2013-03-22 | 1 | -56/+10 |
| | |||||
* | Bug 916: Added back in old ledger-post-align-amount code for Thierry. | Craig Earls | 2013-03-18 | 1 | -0/+49 |
| | |||||
* | Finally got rid of ledger-post-deafult-account-indent string. | Craig Earls | 2013-03-16 | 1 | -4/+0 |
| | |||||
* | Fixed bug where reconcile bombed if you tried to start from a comment | Craig Earls | 2013-03-09 | 1 | -1/+2 |
| | |||||
* | refactored the auto-adjust to make it default | Craig Earls | 2013-03-07 | 1 | -10/+11 |
| | |||||
* | Made account formatting and auto complete compatible. | Craig Earls | 2013-03-07 | 1 | -17/+21 |
| | |||||
* | Account auto formatting now works with tab completion | Craig Earls | 2013-03-06 | 1 | -4/+9 |
| | |||||
* | Correct bug is edit amount. | Craig Earls | 2013-03-06 | 1 | -10/+1 |
| | | | | Edit-amount was still looking for decimal-comma | ||||
* | Add acct under point to reconcile prompt. Fix reconcile balance display of ↵ | Craig Earls | 2013-03-04 | 1 | -0/+12 |
| | | | | empty accounts | ||||
* | Remove auto account alignment as it interfered with account completion. | Craig Earls | 2013-03-02 | 1 | -3/+3 |
| | |||||
* | Add ability to posting the account in a posting using the ↵ | Craig Earls | 2013-03-02 | 1 | -4/+17 |
| | | | | iedger-default-acct-transaction-indent | ||||
* | Restructured customization groups. Completed initial draft of ledger-mode ↵ | Craig Earls | 2013-02-27 | 1 | -14/+12 |
| | | | | documentation | ||||
* | A better try to deal with decimal-comma from ledger | Craig Earls | 2013-02-17 | 1 | -7/+1 |
| | |||||
* | Code commenting cleanup. | Craig Earls | 2013-02-14 | 1 | -7/+25 |
| | |||||
* | Bug 882 Calc mode doesn't play nice with decimal comma | Craig Earls | 2013-02-12 | 1 | -2/+15 |
| | | | | Added a few lines to transform the amount to decimal period format before pushing it to calc. | ||||
* | Comment and code cleanup | Craig Earls | 2013-02-12 | 1 | -8/+10 |
| | |||||
* | Lisp code cleanup. | Craig Earls | 2013-02-12 | 1 | -3/+2 |
| | | | | Mostly went through and clarified variable names. Rather than "entry" for everything, use "transaction" and "posting" as appropriate to improve readability. | ||||
* | Merge pull request #146 from vanicat/t/other-currency | John Wiegley | 2013-02-08 | 1 | -1/+1 |
|\ | | | | | Add € and £ to currency one could use in new ledger mode | ||||
| * | Add € and £ to currency one could use in new ledger mode | Rémi Vanicat | 2013-02-08 | 1 | -1/+1 |
| | | |||||
* | | Lisp code cleanup | Craig Earls | 2013-02-05 | 1 | -22/+22 |
| | | | | | | | | | | | | 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 | ||||
* | | Fixed ledger-post-edit-amount so that it can be called from the and of an ↵ | Craig Earls | 2013-02-04 | 1 | -10/+17 |
| | | | | | | | | | | | | account with a null amount. It automagically determines if the account has two spaces after and if not inserts them. | ||||
* | | Added menu and keybinding for ledger-post-edit-amount | Craig Earls | 2013-02-01 | 1 | -5/+0 |
| | | | | | | | | | | editing the amount with calc is too cool for school. I can't believe I didn't see it before. It is in the docs now as well. | ||||
* | | Added GPL licensing information to lisp files | Craig Earls | 2013-01-29 | 1 | -0/+21 |
|/ | |||||
* | Don't allow trailing ws in abbrev. account segments | John Wiegley | 2012-03-16 | 1 | -1/+1 |
| | | | | Fixes #358 | ||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -49/+49 |
| | |||||
* | Added some missing autoloads for the new ledger-mode | John Wiegley | 2010-05-02 | 1 | -2/+7 |
| | |||||
* | Cleanup the ldg-post code a little bit | John Wiegley | 2010-04-12 | 1 | -28/+75 |
| | |||||
* | Rewrote ldg-regex with a macro (for simplicity) | John Wiegley | 2010-04-12 | 1 | -7/+7 |
| | |||||
* | Renamed ldg-account.el to ldg-post.el | John Wiegley | 2010-03-15 | 1 | -0/+122 |