Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix effective date command. | Craig Earls | 2014-12-01 | 1 | -12/+15 | |
| | ||||||
* | Merge branch 'master' into ledger-mode-code-cleanup | Craig Earls | 2014-12-01 | 2 | -19/+23 | |
|\ | ||||||
| * | Simplifies parsing of the beginning of an act. This allows fontifying ↵ | Craig Earls | 2014-12-01 | 2 | -19/+23 | |
| | | | | | | | | effective dates. | |||||
* | | Cleaned up commodities and completion code. | Craig Earls | 2014-11-30 | 4 | -66/+69 | |
|/ | ||||||
* | Merge pull request #331 from rnkn/patch-1 | Craig Earls | 2014-11-27 | 1 | -1/+1 | |
|\ | | | | | Fixes xact having higher priority than region | |||||
| * | Fixes act having higher priority than region | Paul Rankin | 2014-11-27 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'prefix-s-trim-functions' into schedule-compiler-improvements | Craig Earls | 2014-11-27 | 2 | -21/+5 | |
|\ \ | ||||||
| * | | Remove s-trim functions since they stomp on s.el. | Craig Earls | 2014-11-27 | 2 | -21/+5 | |
| |/ | ||||||
* | | Handle count day of month, i.e. third Thursday is */*/3Th, every Thursday ↵ | Craig Earls | 2014-11-26 | 1 | -1/+5 | |
| | | | | | | | | is */*/0Th | |||||
* | | Minor code cleanup | Craig Earls | 2014-11-26 | 1 | -17/+16 | |
| | | ||||||
* | | Handle base-date + integer * day of week. i.e. 2014/11/27+2Th for every ↵ | Craig Earls | 2014-11-26 | 1 | -20/+41 | |
| | | | | | | | | other Thursday start 2014/11/27 | |||||
* | | Handle E and O for months and comma separate list of numbers for months and ↵ | Craig Earls | 2014-11-26 | 1 | -75/+33 | |
|/ | | | | days. | |||||
* | Fix minor navigation bugs. Prev and next act now properly handle directives ↵ | Craig Earls | 2014-11-15 | 2 | -5/+8 | |
| | | | | and empty lines | |||||
* | Fix a bug the caused reconciliation to lock up in an automatic transaction ↵ | Craig Earls | 2014-11-14 | 2 | -3/+3 | |
| | | | | | | was followed immediately with a virtual transaction on the same account. This was related to the navigation changes push a while back. | |||||
* | Smash a bug that cause the status on a posting with no amount to bleed into ↵ | Craig Earls | 2014-11-11 | 3 | -23/+53 | |
| | | | | the next line. | |||||
* | Add 1 to the end of region for single line directives. This will force the ↵ | Craig Earls | 2014-11-09 | 1 | -1/+1 | |
| | | | | layout to show across the entire buffer. | |||||
* | Handle block comments as blocks rather than individual lines. | Craig Earls | 2014-11-09 | 1 | -4/+50 | |
| | ||||||
* | Fix navigate bug keeping prev-xact key binding from working. | Craig Earls | 2014-11-09 | 3 | -6/+7 | |
| | ||||||
* | Detect the beginning of periodic transactions properly. | Craig Earls | 2014-11-07 | 1 | -4/+5 | |
| | ||||||
* | Improve finding boundaries of elements for fontification. Also added P for ↵ | Craig Earls | 2014-11-07 | 3 | -2/+27 | |
| | | | | price directives. | |||||
* | Force reconcile to use scrubbed values incase you are reconciling an account ↵ | Craig Earls | 2014-10-10 | 1 | -1/+1 | |
| | | | | with lot values. | |||||
* | Fix comment detection logic for fortification. | Craig Earls | 2014-09-28 | 1 | -14/+8 | |
| | ||||||
* | Allow any printable character in account names. | Craig Earls | 2014-09-28 | 1 | -1/+1 | |
| | ||||||
* | Make ledger-fontify-xact-state-overrides nil by default | Craig Earls | 2014-09-22 | 1 | -2/+2 | |
| | ||||||
* | Merge commit 'b58a872fba7909371d47bc2eb8468e5ba82cfac0' | Craig Earls | 2014-09-22 | 1 | -0/+1 | |
|\ | ||||||
| * | lisp/CMakeLists.txt: add missing files | Johann Klähn | 2014-09-22 | 1 | -0/+2 | |
| | | ||||||
* | | Add fontify.el and navigate.el to CMakeLists.txt | Craig Earls | 2014-09-22 | 1 | -0/+2 | |
|/ | ||||||
* | Add ability to edit report command temporarily | Craig Earls | 2014-09-18 | 1 | -2/+9 | |
| | ||||||
* | Merge pull request #325 from sykora/master | Craig Earls | 2014-09-18 | 1 | -1/+5 | |
|\ | | | | | | | | | Add face definition for `ledger-font-payee-pending-face'. Ooops. Missed that. thank you! | |||||
| * | Add face definition for `ledger-font-payee-pending-face'. | P.C. Shyamshankar | 2014-09-17 | 1 | -1/+5 | |
| | | | | | | | | | | | | Ledger fontifies payees on pending transactions using the aptly named `ledger-font-payee-pending-face' face, despite that face not actually being defined. This patch fixes that. | |||||
* | | Improve ledger occur region search | Craig Earls | 2014-09-17 | 1 | -13/+6 | |
| | | ||||||
* | | Merge commit '7c18ba8d7c704595268616b740833c88e93b51f3' | Craig Earls | 2014-09-17 | 1 | -2/+2 | |
|\| | ||||||
| * | 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 |