Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 936 Fixes ledger-add-transaction. | Craig Earls | 2013-03-27 | 1 | -1/+1 |
| | | | | Symptom was no empty line after xact, real problem was not putting ledger output into the temp buffer. | ||||
* | Fix bug 928 Refix slow indent-region behavior. | Craig Earls | 2013-03-25 | 1 | -1/+1 |
| | | | | 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. | ||||
* | Make complete play nice with auto alignment | Craig Earls | 2013-03-24 | 1 | -3/+3 |
| | |||||
* | Insert Effective Date to xact | Craig Earls | 2013-03-24 | 1 | -2/+14 |
| | |||||
* | Fix bug 923 | Craig Earls | 2013-03-24 | 1 | -0/+2 |
| | |||||
* | Fixed Align Region menu entry | Craig Earls | 2013-03-24 | 1 | -1/+1 |
| | |||||
* | Rewrote ledger-post-align-postings to address bugs 923 924 925 926 927 and 928. | Craig Earls | 2013-03-23 | 1 | -6/+14 |
| | |||||
* | Bug 931 Menu consistency Delete Transaction | Craig Earls | 2013-03-23 | 1 | -1/+1 |
| | |||||
* | Fixed Bug 930 Toggle transaction menu entry incorrect | Craig Earls | 2013-03-23 | 1 | -1/+1 |
| | |||||
* | Fix Bug 929 consistent naming of buffer narrowing. | Craig Earls | 2013-03-23 | 1 | -1/+1 |
| | |||||
* | Fix bug 916 along amount in region | Craig Earls | 2013-03-22 | 1 | -0/+1 |
| | |||||
* | Fixed bug 913 ledger mode C-c C-a and ISO dates. | David Keegan | 2013-03-09 | 1 | -3/+3 |
| | |||||
* | Added menu entries to help set sort region | Craig Earls | 2013-03-06 | 1 | -0/+2 |
| | |||||
* | Add ability to posting the account in a posting using the ↵ | Craig Earls | 2013-03-02 | 1 | -5/+0 |
| | | | | iedger-default-acct-transaction-indent | ||||
* | Add reconcile menu entry and correct bug in report that failed on ↵ | Craig Earls | 2013-02-26 | 1 | -0/+2 |
| | | | | automatically generated xacts | ||||
* | ledger-mode now automatically loads and parses the init file. | Craig Earls | 2013-02-23 | 1 | -0/+2 |
| | | | | Currently only pays attention to decimal-comma | ||||
* | Oops. This adds missing parenthesis to the last commit. | Craig Earls | 2013-02-15 | 1 | -1/+1 |
| | |||||
* | Improved error reporting | Craig Earls | 2013-02-15 | 1 | -1/+1 |
| | |||||
* | Code commenting cleanup. | Craig Earls | 2013-02-14 | 1 | -9/+27 |
| | |||||
* | Added a copy transaction function to ledger-mode | Craig Earls | 2013-02-14 | 1 | -5/+7 |
| | |||||
* | Added menu entry for complete entry. | Craig Earls | 2013-02-13 | 1 | -1/+2 |
| | | | | Refactored leg-complete to get rid of some side effect usage | ||||
* | Comment and code cleanup | Craig Earls | 2013-02-12 | 1 | -2/+2 |
| | |||||
* | Bug 892 re-enable pending mode and reconcile-finish | Craig Earls | 2013-02-12 | 1 | -1/+1 |
| | | | | This should do it, and it should work across multiple files. | ||||
* | Lisp code cleanup. | Craig Earls | 2013-02-12 | 1 | -13/+13 |
| | | | | Mostly went through and clarified variable names. Rather than "entry" for everything, use "transaction" and "posting" as appropriate to improve readability. | ||||
* | Bug 883 overlays left in buffer if file reverted. | Craig Earls | 2013-02-11 | 1 | -0/+6 |
| | |||||
* | Changes keybinding for edit amount to C-c C-b | Craig Earls | 2013-02-10 | 1 | -1/+1 |
| | | | | Thierry rightly pointed out that C-c C-v was a much older emacs command and I shouldn't stomp on it. | ||||
* | ledger-mode now highlights the xact under point. | Craig Earls | 2013-02-09 | 1 | -2/+4 |
| | | | | This can be configured with ledger-highlight-xact-under-point and ledger-font-highlight-face | ||||
* | Added menu entry to customize ledger mode | Craig Earls | 2013-02-09 | 1 | -0/+3 |
| | |||||
* | code cleanup | Craig Earls | 2013-02-08 | 1 | -2/+1 |
| | |||||
* | Added ability to add xact with date only. | Craig Earls | 2013-02-07 | 1 | -82/+86 |
| | | | | ledger-add-entry now checks to see if more than the date was given at the prompt. If there is only a date it inserts the dat at the correct place in the ledger and puts the point at the end of the line for entering transaction details | ||||
* | Lisp code cleanup | Craig Earls | 2013-02-05 | 1 | -88/+88 |
| | | | | | | 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 | ||||
* | Enh 246 add code folding to ledger mode | Craig Earls | 2013-02-05 | 1 | -1/+4 |
| | | | | Based on loccur. Hides everything but the xacts that match a regex. Linked to reconcile mode so that when you reconcile an account on xacts with that account are shown. Documentation updated | ||||
* | Added menu and keybinding for ledger-post-edit-amount | Craig Earls | 2013-02-01 | 1 | -5/+6 |
| | | | | | 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. | ||||
* | Fixed key-binges | Craig Earls | 2013-02-01 | 1 | -19/+15 |
| | | | | | The fancy lambdas detecting whether or not the command could be run weren't passing interactive arguments | ||||
* | Check for ledger executable and version | Craig Earls | 2013-02-01 | 1 | -31/+39 |
| | | | | | | | Altered menu creation so that menu functions are disable if there is no ledger executable available command keys will also warn if ledger isn't working remove a debug message from leg-sort | ||||
* | Add regional sort facility to ledger mode | Craig Earls | 2013-02-01 | 1 | -2/+3 |
| | | | | | | C-c C-s now bound to ledger-sort-region. ledger-sort-region is smart and find the beginning of the first xact within the region and the beginning of the first xact AFTER the region so that it can keep posing structure intact | ||||
* | Merge branch 'next' into ledger-mode-sort-region | Craig Earls | 2013-02-01 | 1 | -13/+0 |
|\ | |||||
| * | Customizable font-locking | Craig Earls | 2013-01-31 | 1 | -13/+0 |
| | | | | | | | | | | Moved font code into separate file. created faces that can be customized in using the emacs customizations menu group ledger-faces | ||||
* | | WIP. ledger-sort-region still drops the first transaction in the region. | Craig Earls | 2013-01-31 | 1 | -2/+2 |
|/ | |||||
* | Removed call to ledger-reports-patch-reports | Craig Earls | 2013-01-30 | 1 | -6/+1 |
| | | | | | This function was never defined and appeared to nothing. I caused errors on some system by not existing. | ||||
* | Added GPL licensing information to lisp files | Craig Earls | 2013-01-29 | 1 | -0/+22 |
| | |||||
* | Fixes the set-year and set-month functions | Craig Earls | 2013-01-29 | 1 | -1/+15 |
| | | | | Also adds current year and month to the entry prompt. | ||||
* | fixes the reconcile mode, adds menus for all modes | Craig Earls | 2013-01-29 | 1 | -2/+36 |
| | | | | thanks to dk for the is-std defun. | ||||
* | Fixed ledger-add-entry | Craig Earls | 2013-01-16 | 1 | -1/+42 |
| | | | | | | copied ledger-iterate-entries, ledger-set-year and ledger-set-month from the old ledger.el. Changed ledger-add-entry to use ledger-exec-ledger vice the old ledger-run-ledger. | ||||
* | Patch reports with markers to allow xact shifting | John Wiegley | 2012-08-08 | 1 | -1/+3 |
| | |||||
* | Added ldg-test.el, to assist writing regression tests | John Wiegley | 2012-03-16 | 1 | -0/+1 |
| | |||||
* | Highlight account names with spaces. | Dan Peterson | 2011-08-28 | 1 | -2/+2 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -31/+31 |
| | |||||
* | Make sure ldg-new.el loads correctly | John Wiegley | 2010-05-07 | 1 | -0/+1 |
| | |||||
* | Added some missing autoloads for the new ledger-mode | John Wiegley | 2010-05-02 | 1 | -0/+2 |
| |