Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Bug 962 | Craig Earls | 2013-05-11 | 1 | -80/+81 |
| | |||||
* | Bug 951, handle thousand separators. | Craig Earls | 2013-04-13 | 1 | -1/+1 |
| | | | | Rewrote handling for decimal comma to be much simpler. Why can't I see the simple way first? | ||||
* | Refactoring and style. | Craig Earls | 2013-04-10 | 1 | -13/+13 |
| | |||||
* | Fixed reconciliation initialization. Now prompts with only account, not ↵ | Craig Earls | 2013-04-06 | 1 | -9/+0 |
| | | | | | | status and amount Moved context function to leg-context, from leg-report. Cleaned up many regex in ldg-context. | ||||
* | Code cleanup of align postings | Craig Earls | 2013-04-06 | 1 | -13/+11 |
| | |||||
* | Rewrote align-postings again to improve handling of long account-names. It ↵ | Craig Earls | 2013-04-05 | 1 | -19/+20 |
| | | | | now leaves exactly 2 space between the commodity and the account if the amount would have stomped on the account. | ||||
* | Fix next-account so that status markers can be manually entered into a ↵ | Craig Earls | 2013-04-04 | 1 | -2/+6 |
| | | | | buffer when auto alignment is on. | ||||
* | Fix copy-at-point and more regex consolidation and cleanup | Craig Earls | 2013-04-03 | 1 | -2/+2 |
| | |||||
* | Consolidated all major regexes into ldg-regex. Only major exception are the ↵ | Craig Earls | 2013-04-02 | 1 | -10/+1 |
| | | | | regex in ledger context at point. | ||||
* | Fixes bug 904, failure to highly pending postings. Adds two new faces for ↵ | Craig Earls | 2013-04-02 | 1 | -2/+2 |
| | | | | pending and cleared posting. | ||||
* | Fix Bug 941, ensure two spaces are left between account and amount | Craig Earls | 2013-04-01 | 1 | -1/+2 |
| | |||||
* | Align post speed improvements after adding the long account name handling. | Craig Earls | 2013-03-27 | 1 | -23/+26 |
| | |||||
* | Fix bug 935, very long account names can get stomped on. | Craig Earls | 2013-03-27 | 1 | -7/+8 |
| | | | | This works, but hammers performance | ||||
* | Better end testing for align-postings | Craig Earls | 2013-03-26 | 1 | -3/+3 |
| | |||||
* | More speed improvements for align-postings. | Craig Earls | 2013-03-26 | 1 | -15/+6 |
| | |||||
* | Major speed improvements to ledger-post-align-postings | Craig Earls | 2013-03-26 | 1 | -38/+32 |
| | | | | | | Got rid of markers. Use inhibit-modification-hook to suppress any other buffer stuff happening. Got giant-buffer down to around 3.5 seconds with full modifications. | ||||
* | Fix align-postings to deal with being at end of buffer | Craig Earls | 2013-03-25 | 1 | -3/+5 |
| | |||||
* | Speed improvement to align-postings. | Craig Earls | 2013-03-25 | 1 | -4/+9 |
| | | | | In some cases align-posting was getting called twice | ||||
* | Fix bug 928 Refix slow indent-region behavior. | Craig Earls | 2013-03-25 | 1 | -4/+9 |
| | | | | Need to bing ledger-post-align-postings to indent-region-function, not indent-line-function, others it tries to align the entire region once for every line in the region. | ||||
* | Lots of code cleanup. (if () (progn …) ==> (when () …) all over the ↵ | Craig Earls | 2013-03-25 | 1 | -1/+1 |
| | | | | place | ||||
* | Make complete play nice with auto alignment | Craig Earls | 2013-03-24 | 1 | -2/+6 |
| | |||||
* | Clean up ldg-post.el | Craig Earls | 2013-03-24 | 1 | -2/+15 |
| | |||||
* | Second rewrite of ledger-post-align-postings. Will probably perfect with ↵ | Craig Earls | 2013-03-24 | 1 | -48/+47 |
| | | | | the NEXT rewrite. | ||||
* | More armor plating on ledger-post-align-postings | Craig Earls | 2013-03-23 | 1 | -42/+46 |
| | |||||
* | 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 |
| |