Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | Fix minor navigation bugs. Prev and next act now properly handle directives ↵ | Craig Earls | 2014-11-15 | 2 | -5/+8 | |
| | | | | and empty lines | |||||
* | Merge pull request #330 from eliptus/feature/embedded-python | John Wiegley | 2014-11-15 | 5 | -3/+35 | |
|\ | | | | | Improve Embedded Python Support | |||||
| * | Improve Embedded Python Support | ELIPTUS | 2014-11-12 | 5 | -3/+35 | |
| | | | | | | | | | | Discussion: https://groups.google.com/d/msg/ledger-cli/kq9sKoRX9vw/fmyhvPslzokJ | |||||
* | | 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. | |||||
* | | Merge pull request #328 from listx/master | Craig Earls | 2014-11-13 | 1 | -1/+1 | |
|\ \ | |/ |/| | | | | | doc: ledger-mode: load lazily Thanks. This should work fine. | |||||
| * | doc: ledger-mode: load lazily | Linus Arver | 2014-11-12 | 1 | -1/+1 | |
|/ | | | | | | If we use `(load "ledger-mode")`, we always load ledger-mode, even if we are not editing a Ledger file; using `autoload`, we avoid this and only load ledger-mode when we need it. | |||||
* | 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 | |
| | ||||||
* | Merge branch 'master' of https://github.com/ledger/ledger | Craig Earls | 2014-11-07 | 8 | -26/+50 | |
|\ | ||||||
| * | Some minor changes | John Wiegley | 2014-11-04 | 2 | -9/+10 | |
| | | ||||||
| * | Merge pull request #327 from myqlarson/patch-1 | Martin Michlmayr | 2014-10-19 | 1 | -9/+9 | |
| |\ | | | | | | | Update ledger3.texi | |||||
| | * | Update ledger3.texi | myqlarson | 2014-10-20 | 1 | -4/+4 | |
| | | | | | | | | | Improved wording | |||||
| | * | Update ledger3.texi | myqlarson | 2014-10-20 | 1 | -5/+5 | |
| |/ | | | | | Fixed typos and clarified CSV import behaviour with regard to column headers (I haven't checked the code, but I noticed the programme behaves this way). | |||||
| * | Fix numbers from example | Martin Michlmayr | 2014-10-17 | 1 | -2/+2 | |
| | | | | | | | | Thanks to Dominik Honnef. | |||||
| * | Typo fix | Martin Michlmayr | 2014-10-17 | 1 | -1/+1 | |
| | | | | | | | | Thanks to Dominik Honnef for spotting it. | |||||
| * | make --columns default to terminal width, as returned by ioctl() | Stefano Zacchiroli | 2014-10-13 | 4 | -0/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | If set, the COLUMNS environment variable will take precedence over terminal width. However, please note that COLUMNS is usually *not* exported by shells to child processes, so in most cases COLUMNS will be undefined for ledger---hence the motivation for this change. Terminal width is queried using ioctl() on stdin. For the sake of portability the querying is done only on platform where ioctl() is detected as supported at compile-time. |