| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | 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 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 i... | Craig Earls | 2014-11-26 | 1 | -1/+5 |
* | | | | 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 othe... | Craig Earls | 2014-11-26 | 1 | -20/+41 |
* | | | | Handle E and O for months and comma separate list of numbers for months and d... | Craig Earls | 2014-11-26 | 1 | -75/+33 |
|/ / / |
|
* | | | Fix minor navigation bugs. Prev and next act now properly handle directives ... | Craig Earls | 2014-11-15 | 2 | -5/+8 |
* | | | Merge pull request #330 from eliptus/feature/embedded-python | John Wiegley | 2014-11-15 | 5 | -3/+35 |
|\ \ \ |
|
| * | | | Improve Embedded Python Support | ELIPTUS | 2014-11-12 | 5 | -3/+35 |
* | | | | Fix a bug the caused reconciliation to lock up in an automatic transaction wa... | Craig Earls | 2014-11-14 | 2 | -3/+3 |
* | | | | Merge pull request #328 from listx/master | Craig Earls | 2014-11-13 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | doc: ledger-mode: load lazily | Linus Arver | 2014-11-12 | 1 | -1/+1 |
|/ / / |
|
* | | | Smash a bug that cause the status on a posting with no amount to bleed into t... | Craig Earls | 2014-11-11 | 3 | -23/+53 |
* | | | Add 1 to the end of region for single line directives. This will force the l... | Craig Earls | 2014-11-09 | 1 | -1/+1 |
* | | | 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 | myqlarson | 2014-10-20 | 1 | -4/+4 |
| | * | | | Update ledger3.texi | myqlarson | 2014-10-20 | 1 | -5/+5 |
| |/ / / |
|
| * | | | Fix numbers from example | Martin Michlmayr | 2014-10-17 | 1 | -2/+2 |
| * | | | Typo fix | Martin Michlmayr | 2014-10-17 | 1 | -1/+1 |
| * | | | make --columns default to terminal width, as returned by ioctl() | Stefano Zacchiroli | 2014-10-13 | 4 | -0/+20 |
| * | | | BUILD_WEB_DOCS implies BUILD_DOCS | Martin Michlmayr | 2014-10-12 | 1 | -0/+5 |
| * | | | Fix texinfo syntax errors | Martin Michlmayr | 2014-10-12 | 1 | -5/+3 |
* | | | | Improve finding boundaries of elements for fontification. Also added P for p... | Craig Earls | 2014-11-07 | 3 | -2/+27 |
|/ / / |
|
* | | | Force reconcile to use scrubbed values incase you are reconciling an account ... | Craig Earls | 2014-10-10 | 1 | -1/+1 |
* | | | Bump version number to 3.1 | Martin Michlmayr | 2014-10-05 | 3 | -6/+6 |
* | | | Update doc/NEWS for ledger 3.1 | Martin Michlmayr | 2014-10-05 | 1 | -2/+27 |
* | | | Add ISO 8601 date as recognized date string | Martin Michlmayr | 2014-10-02 | 2 | -0/+32 |
* | | | Fix period expression parsing for month to month without year | Martin Michlmayr | 2014-10-02 | 2 | -2/+162 |
* | | | 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 | 2 | -1/+2 |
|\ \ \ |
|
| * | | | lisp/CMakeLists.txt: add missing files | Johann Klähn | 2014-09-22 | 1 | -0/+2 |
| * | | | Merge pull request #326 from felixrabe/patch-1 | Martin Michlmayr | 2014-09-21 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | README.md: Mention current version | Felix Rabe | 2014-09-22 | 1 | -1/+1 |
| |/ / / |
|
* / / / | 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'. | P.C. Shyamshankar | 2014-09-17 | 1 | -1/+5 |
* | | | | Improve ledger occur region search | Craig Earls | 2014-09-17 | 1 | -13/+6 |
* | | | | Merge commit '7c18ba8d7c704595268616b740833c88e93b51f3' | Craig Earls | 2014-09-17 | 5 | -239/+5 |
|\| | | |
|
| * | | | Merge pull request #324 from cgar/spelling | Steve Purcell | 2014-09-15 | 4 | -5/+5 |
| |\ \ \ |
|