Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [emacs] Fix more byte compilation and other layout issues | Steve Purcell | 2014-12-10 | 2 | -1/+18 | |
| | ||||||
* | [emacs] Declare when we're using cl | Steve Purcell | 2014-12-09 | 1 | -0/+1 | |
| | ||||||
* | [emacs] Don't use setq-local, which only appeared in Emacs 24.4 | Steve Purcell | 2014-12-09 | 1 | -7/+7 | |
| | | | | /cc @enderw88 | |||||
* | [emacs] Simplify and tidy up ledger-occur | Steve Purcell | 2014-12-09 | 3 | -71/+39 | |
| | | | | | Introducing a proper minor mode saves a lot of the hand-rolled fiddling about, like managing the overlay lifecycle and the modeline. | |||||
* | [emacs] Fix byte compilation warnings | Steve Purcell | 2014-12-09 | 4 | -24/+39 | |
| | ||||||
* | [emacs] Set comment-start to ";" so that comment-dwim works | Steve Purcell | 2014-12-09 | 1 | -0/+1 | |
| | ||||||
* | [emacs] Parse transaction leading lines more robustly | Steve Purcell | 2014-12-09 | 3 | -27/+30 | |
| | | | | | | This began with noticing that the code didn't support the (ugly, yet valid) case of a tab between the date and txn description. I took the opportunity to make the regexes more consistent along the way. | |||||
* | [emacs] Use markers instead of raw positions to make cleaning work better | Steve Purcell | 2014-12-09 | 2 | -60/+56 | |
| | | | | | | | Sometimes cleaning a buffer would leave the end of the buffer uncleaned, because the end position would be moved along the way. This commit makes the corresponding code use markers instead, which track the changes in the buffer, and therefore ensure that the entire buffer is acted upon. | |||||
* | [emacs] When the first line is a txn, include it in ledger-sort-buffer | Steve Purcell | 2014-12-09 | 1 | -0/+2 | |
| | | | | | Without this fix, ledger-sort-region tends to skip the first transaction when sorting a region or the entire buffer. | |||||
* | Use font-lock-preprocessor-face as the basis for directive faces | Steve Purcell | 2014-12-09 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #338 from happyalu/patch-1 | Craig Earls | 2014-12-07 | 1 | -2/+2 | |
|\ | | | | | | | | | ledger-regex: Indian Rupee Symbol Thank you! | |||||
| * | ledger-regex: Indian Rupee Symbol | Alok Parlikar | 2014-12-07 | 1 | -2/+2 | |
|/ | | | Added the ₹ symbol to ledger-amount-regex | |||||
* | Make sure there is alive window to switch back to when quitting reconcile buffer | Craig Earls | 2014-12-07 | 1 | -3/+4 | |
| | ||||||
* | ooops. | Craig Earls | 2014-12-06 | 1 | -1/+1 | |
| | ||||||
* | Add tangle expansion and correct menu entry for edit report. | Craig Earls | 2014-12-06 | 1 | -11/+12 | |
| | ||||||
* | Updated documentation to reflect recent changes to scheduling and answer ↵ | Craig Earls | 2014-12-06 | 1 | -31/+126 | |
| | | | | some clarifying questions, | |||||
* | Merge commit '30df70ab1b02a05b4fc1198c932c4536dd480ef1' | Craig Earls | 2014-12-05 | 1 | -2/+2 | |
|\ | ||||||
| * | Don't hard-code ledger-font-default-face to black | Steve Purcell | 2014-12-05 | 1 | -2/+2 | |
| | | ||||||
* | | Make reconcile more robust to empty or bad account entries at the prompt. | Craig Earls | 2014-12-05 | 2 | -32/+40 | |
|/ | ||||||
* | Merge branch 'master' of https://github.com/ledger/ledger | Craig Earls | 2014-12-05 | 1 | -4/+3 | |
|\ | ||||||
| * | Inherit standard font lock faces where appropriate | Steve Purcell | 2014-12-05 | 1 | -4/+3 | |
| | | ||||||
* | | Tweak ledger-clean-up to attempt to find the exact you were at when you ↵ | Craig Earls | 2014-12-05 | 1 | -5/+12 | |
|/ | | | | ordered the clean. | |||||
* | Adjust navigate-find-end-of-act so that it will sort empty act. | Craig Earls | 2014-12-04 | 2 | -31/+5 | |
| | | | | This is a bit pathological but as it turns out the fix makes all sorting a bit faster. | |||||
* | Merge commit 'a65815607ff9648cd27d00de5551f5caad12314f' | Craig Earls | 2014-12-03 | 1 | -2/+3 | |
|\ | ||||||
| * | Merge pull request #337 from afh/pull/DocTest | Martin Michlmayr | 2014-12-03 | 1 | -2/+3 | |
| |\ | | | | | | | Fix DocTests running in non-standard width terminal | |||||
| | * | Fix DocTests running in non-standard width terminal | Alexis Hildebrandt | 2014-12-03 | 1 | -2/+3 | |
| |/ | | | | | | | | | | | | | | | The changes introduced with 56976a127c081a6a008c81966360003a8711a319 make --columns default to terminal width, as returned by ioctl() break the DocTests when run in a terminal with a width different from the standard of 80 columns. | |||||
* / | Don't bomb out if the occur reggae has no matches. | Craig Earls | 2014-12-03 | 1 | -32/+35 | |
|/ | ||||||
* | Fix change I accidentally committed when trying to fix reconcile in frames. | Craig Earls | 2014-12-02 | 2 | -4/+7 | |
| | ||||||
* | Another fonitification fix. and clean up a stray reference to function removed. | Craig Earls | 2014-12-02 | 2 | -22/+14 | |
| | ||||||
* | Adjust payee line fortification. | Craig Earls | 2014-12-02 | 1 | -1/+3 | |
| | ||||||
* | Doc string cleanup. | Craig Earls | 2014-12-01 | 2 | -24/+27 | |
| | ||||||
* | Doc string cleanup. | Craig Earls | 2014-12-01 | 5 | -28/+36 | |
| | ||||||
* | 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 | 6 | -33/+42 | |
|\ | ||||||
| * | Simplifies parsing of the beginning of an act. This allows fontifying ↵ | Craig Earls | 2014-12-01 | 2 | -19/+23 | |
| | | | | | | | | effective dates. | |||||
| * | Merge pull request #336 from csrhodes/master | John Wiegley | 2014-12-01 | 1 | -0/+6 | |
| |\ | | | | | | | support date as well as datetime in Balance.value() | |||||
| | * | support date as well as datetime in Balance.value() | Christophe Rhodes | 2014-12-01 | 1 | -0/+6 | |
| |/ | | | | | | | cargo-cut'n'paste from py_amount.cc | |||||
| * | Merge pull request #333 from afh/pull/DocTests | Martin Michlmayr | 2014-12-01 | 2 | -13/+12 | |
| |\ | | | | | | | Fix and re-enable DocTests | |||||
| | * | Fix and re-enable DocTests | Alexis Hildebrandt | 2014-11-29 | 2 | -13/+12 | |
| | | | ||||||
| * | | Merge pull request #334 from afh/pull/svg_build_status | Steve Purcell | 2014-11-29 | 1 | -1/+1 | |
| |\ \ | | |/ | |/| | Change Travis CI build status icon fromat to SVG | |||||
| | * | Change Travis CI build status icon fromat to SVG | Alexis Hildebrandt | 2014-11-29 | 1 | -1/+1 | |
| |/ | ||||||
* / | 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. |