summaryrefslogtreecommitdiff
path: root/lisp/ldg-post.el
Commit message (Collapse)AuthorAgeFilesLines
* Restructured customization groups. Completed initial draft of ledger-mode ↵Craig Earls2013-02-271-14/+12
| | | | documentation
* A better try to deal with decimal-comma from ledgerCraig Earls2013-02-171-7/+1
|
* Code commenting cleanup.Craig Earls2013-02-141-7/+25
|
* Bug 882 Calc mode doesn't play nice with decimal commaCraig Earls2013-02-121-2/+15
| | | | Added a few lines to transform the amount to decimal period format before pushing it to calc.
* Comment and code cleanupCraig Earls2013-02-121-8/+10
|
* Lisp code cleanup.Craig Earls2013-02-121-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-currencyJohn Wiegley2013-02-081-1/+1
|\ | | | | Add € and £ to currency one could use in new ledger mode
| * Add € and £ to currency one could use in new ledger modeRémi Vanicat2013-02-081-1/+1
| |
* | Lisp code cleanupCraig Earls2013-02-051-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 Earls2013-02-041-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-amountCraig Earls2013-02-011-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 filesCraig Earls2013-01-291-0/+21
|/
* Don't allow trailing ws in abbrev. account segmentsJohn Wiegley2012-03-161-1/+1
| | | | Fixes #358
* Untabified all source filesJohn Wiegley2010-06-111-49/+49
|
* Added some missing autoloads for the new ledger-modeJohn Wiegley2010-05-021-2/+7
|
* Cleanup the ldg-post code a little bitJohn Wiegley2010-04-121-28/+75
|
* Rewrote ldg-regex with a macro (for simplicity)John Wiegley2010-04-121-7/+7
|
* Renamed ldg-account.el to ldg-post.elJohn Wiegley2010-03-151-0/+122