Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | minor spelling fixes | Carlos E. Garcia | 2014-09-15 | 1 | -2/+2 | |
| | | ||||||
* | | Fix ledger-navigate-beginning-of-xact. | Craig Earls | 2014-09-17 | 1 | -0/+2 | |
|/ | | | | It failed it it was called with point on the first line of an xact | |||||
* | sort required a next xact function that ignores directives | Craig Earls | 2014-09-13 | 2 | -12/+12 | |
| | ||||||
* | All navigation functions moved to ledger-navigate. | Craig Earls | 2014-09-13 | 10 | -85/+146 | |
| | | | | Reduce several overlapping functions. | |||||
* | everything appears to work with no empty lines between xacts. | Craig Earls | 2014-09-13 | 4 | -54/+51 | |
| | ||||||
* | rewrote ledger-end-record in ledger-sort to get rid of next-paragraph | Craig Earls | 2014-09-13 | 1 | -6/+10 | |
| | ||||||
* | Catch value expression in amount alignment code | Craig Earls | 2014-09-10 | 2 | -19/+17 | |
| | ||||||
* | Fix ledger-post-regex so that it would recognize integer amounts | Craig Earls | 2014-09-10 | 1 | -1/+1 | |
| | ||||||
* | Minor refactoring and code cleanup | Craig Earls | 2014-09-10 | 4 | -62/+30 | |
| | ||||||
* | Added some missing faces for xact amounts. | Craig Earls | 2014-09-10 | 1 | -0/+10 | |
| | ||||||
* | New fortification is working. | Craig Earls | 2014-09-08 | 3 | -91/+27 | |
| | | | | Code pruned. | |||||
* | Seems to be working. I wasn't ensuring I caught all the xacts in a region ↵ | Craig Earls | 2014-09-08 | 1 | -13/+11 | |
| | | | | | | specified by hit lock. Now I need to prune code | |||||
* | Solved the fight between jit-lock. But for some reason it isn't calling it ↵ | Craig Earls | 2014-09-05 | 2 | -4/+5 | |
| | | | | for all regions in the buffer. | |||||
* | jit-lock is now calling ledger-fontify-buffer-part, but ↵ | Craig Earls | 2014-09-05 | 3 | -55/+89 | |
| | | | | font-lock-fontify-region is still being called and fighting with it. | |||||
* | Merge branch 'master' into new-fontification-scheme | Craig Earls | 2014-09-05 | 1 | -2/+3 | |
|\ | ||||||
| * | Fix bough 1075, ledger-mode report do not refresh using key commands | Craig Earls | 2014-09-05 | 1 | -2/+3 | |
| | | ||||||
* | | meh. Still chugging along. | Craig Earls | 2014-09-05 | 2 | -9/+11 | |
| | | ||||||
* | | improved xact iteration so fontify-whole-buffer doesn't miss xact separated ↵ | Craig Earls | 2014-09-04 | 2 | -4/+30 | |
| | | | | | | | | by more than a single empty line | |||||
* | | not much progress here. | Craig Earls | 2014-09-04 | 1 | -1/+2 | |
| | | ||||||
* | | no message | Craig Earls | 2014-08-26 | 2 | -34/+51 | |
| | | ||||||
* | | Not working well, try something else on new-fontification-scheme-2 | Craig Earls | 2014-08-26 | 3 | -8/+26 | |
| | | ||||||
* | | fontifying xact starts and postings. | Craig Earls | 2014-08-24 | 2 | -19/+36 | |
| | | | | | | | | initial testing looks better than previous font-lock methods. Need run time and performance testing. | |||||
* | | Set up fontification independent of font-lock. | Craig Earls | 2014-08-24 | 6 | -27/+323 | |
|/ | | | | Basic functionality in place. need to test further and expand detail fortification. | |||||
* | Improve ledger-report-redo buffer type checking. | Craig Earls | 2014-07-29 | 1 | -1/+1 | |
| | ||||||
* | For ledger-post-align-postings to run on xacts added with ledger-add | Craig Earls | 2014-07-15 | 2 | -2/+2 | |
| | ||||||
* | Make the reconcile balance status message more clear. | Craig Earls | 2014-07-13 | 1 | -1/+1 | |
| | ||||||
* | make leder-mode-dump-configuration interactive | Craig Earls | 2014-07-13 | 1 | -0/+1 | |
| | ||||||
* | Added ledger-report-auto-refresh customization variable. | Craig Earls | 2014-07-12 | 1 | -2/+8 | |
| | ||||||
* | Improve report redo logic. | Craig Earls | 2014-07-12 | 1 | -10/+12 | |
| | ||||||
* | ledger-redo added as after-save-hook | Craig Earls | 2014-07-12 | 2 | -1/+3 | |
| | ||||||
* | Merge branch 'master' into ledger-mode-bug-1063-auto-refresh-reports | Craig Earls | 2014-07-12 | 1 | -11/+10 | |
|\ | ||||||
| * | ledger-fonts.el: untabify | Mark Oteiza | 2014-07-12 | 1 | -2/+2 | |
| | | ||||||
| * | use inherits for related faces that are the same | Mark Oteiza | 2014-07-12 | 1 | -9/+8 | |
| | | ||||||
* | | Code cleanup | Craig Earls | 2014-07-12 | 5 | -69/+26 | |
|/ | ||||||
* | ledger-reconcile.el: don't use flatten | Rémi Vanicat | 2014-07-09 | 1 | -2/+2 | |
| | | | | The flatten function is not part of Emacs, so better not use it. | |||||
* | Finished configurable reconcile format line. | Craig Earls | 2014-07-03 | 1 | -4/+15 | |
| | ||||||
* | ledger-reconcile-compile-format-string returns a lambda that is used to ↵ | Craig Earls | 2014-07-02 | 1 | -17/+25 | |
| | | | | format the posting data | |||||
* | Refactor code to pull posting format into separate defun. Added reconcile ↵ | Craig Earls | 2014-07-02 | 1 | -27/+53 | |
| | | | | buffer header and line configuration defcustom. | |||||
* | Fix bug 1051 ledger-posting-amount-face doesn't work | Craig Earls | 2014-06-30 | 1 | -0/+7 | |
| | ||||||
* | ledger reconcile will recommend the account in the posting, even if point ↵ | Craig Earls | 2014-06-29 | 1 | -2/+1 | |
| | | | | isn't in it. | |||||
* | ensures that account with spaces in the names are correctly rested by ↵ | Craig Earls | 2014-06-29 | 1 | -9/+10 | |
| | | | | ledger-context | |||||
* | context was not handling decimal-comma properly. | Craig Earls | 2014-06-29 | 1 | -2/+2 | |
| | ||||||
* | ledger-reconcile clean byte-compile | Craig Earls | 2014-06-28 | 1 | -5/+5 | |
| | ||||||
* | ledger-complete clean byte compile | Craig Earls | 2014-06-28 | 1 | -20/+4 | |
| | ||||||
* | Fix bug 1052 ledger-mode mangles transactions with tabs. | Craig Earls | 2014-06-25 | 3 | -4/+14 | |
| | ||||||
* | Merge pull request #301 from csrhodes/master | Craig Earls | 2014-06-25 | 1 | -1/+2 | |
|\ | | | | | | | | | don't add a space when completing. Sorry it took so long. Somehow I got it in my mind that this was a bug report and I just didm;t have time to look. | |||||
| * | don't add a space when completing | Christophe Rhodes | 2014-06-13 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | completing payees with ledger-magic-tab would add a space when there was only one possible completion. That space, in ledger's file format, would always need to be deleted again it might be helpful when completing accounts to add two spaces, but the current completion code organization can't (easily) distinguish between payee and account completion. Adding one space is harmful to account completion too, in that `ledger-account.*regex' parse accounts by looking for two spaces, and treat an account name ending with a single space before the newline as having the space as part of the account name. | |||||
* | | Fix bug 1059, ledger mode deletes character if a posting is cleared but ↵ | Craig Earls | 2014-06-24 | 1 | -1/+2 | |
| | | | | | | | | there are less that four space between the account and the amount. | |||||
* | | Was introduced with commit 73f336a, which removed a functionality from | thdox | 2014-06-22 | 1 | -0/+1 | |
|/ | | | | | | ledger.el old ledger mode. I maintain a branch locally to always restore C-x C-s keyboard shortcut that is so deeply inside my Emacs muscle memory. I propose to restore this definitely. | |||||
* | Fix bug 1040 Saving in reconcile buffer doesn't stay in reconcile buffer | Craig Earls | 2014-05-18 | 1 | -10/+9 | |
| |