summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adjust payee line fortification.Craig Earls2014-12-021-1/+3
|
* Doc string cleanup.Craig Earls2014-12-012-24/+27
|
* Doc string cleanup.Craig Earls2014-12-015-28/+36
|
* Fix effective date command.Craig Earls2014-12-011-12/+15
|
* Merge branch 'master' into ledger-mode-code-cleanupCraig Earls2014-12-016-33/+42
|\
| * Simplifies parsing of the beginning of an act. This allows fontifying ↵Craig Earls2014-12-012-19/+23
| | | | | | | | effective dates.
| * Merge pull request #336 from csrhodes/masterJohn Wiegley2014-12-011-0/+6
| |\ | | | | | | support date as well as datetime in Balance.value()
| | * support date as well as datetime in Balance.value()Christophe Rhodes2014-12-011-0/+6
| |/ | | | | | | cargo-cut'n'paste from py_amount.cc
| * Merge pull request #333 from afh/pull/DocTestsMartin Michlmayr2014-12-012-13/+12
| |\ | | | | | | Fix and re-enable DocTests
| | * Fix and re-enable DocTestsAlexis Hildebrandt2014-11-292-13/+12
| | |
| * | Merge pull request #334 from afh/pull/svg_build_statusSteve Purcell2014-11-291-1/+1
| |\ \ | | |/ | |/| Change Travis CI build status icon fromat to SVG
| | * Change Travis CI build status icon fromat to SVGAlexis Hildebrandt2014-11-291-1/+1
| |/
* / Cleaned up commodities and completion code.Craig Earls2014-11-304-66/+69
|/
* Merge pull request #331 from rnkn/patch-1Craig Earls2014-11-271-1/+1
|\ | | | | Fixes xact having higher priority than region
| * Fixes act having higher priority than regionPaul Rankin2014-11-271-1/+1
| |
* | Merge branch 'prefix-s-trim-functions' into schedule-compiler-improvementsCraig Earls2014-11-272-21/+5
|\ \
| * | Remove s-trim functions since they stomp on s.el.Craig Earls2014-11-272-21/+5
| |/
* | Handle count day of month, i.e. third Thursday is */*/3Th, every Thursday ↵Craig Earls2014-11-261-1/+5
| | | | | | | | is */*/0Th
* | Minor code cleanupCraig Earls2014-11-261-17/+16
| |
* | Handle base-date + integer * day of week. i.e. 2014/11/27+2Th for every ↵Craig Earls2014-11-261-20/+41
| | | | | | | | other Thursday start 2014/11/27
* | Handle E and O for months and comma separate list of numbers for months and ↵Craig Earls2014-11-261-75/+33
|/ | | | days.
* Fix minor navigation bugs. Prev and next act now properly handle directives ↵Craig Earls2014-11-152-5/+8
| | | | and empty lines
* Merge pull request #330 from eliptus/feature/embedded-pythonJohn Wiegley2014-11-155-3/+35
|\ | | | | Improve Embedded Python Support
| * Improve Embedded Python SupportELIPTUS2014-11-125-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 Earls2014-11-142-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/masterCraig Earls2014-11-131-1/+1
|\ \ | |/ |/| | | | | doc: ledger-mode: load lazily Thanks. This should work fine.
| * doc: ledger-mode: load lazilyLinus Arver2014-11-121-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 Earls2014-11-113-23/+53
| | | | the next line.
* Add 1 to the end of region for single line directives. This will force the ↵Craig Earls2014-11-091-1/+1
| | | | layout to show across the entire buffer.
* Handle block comments as blocks rather than individual lines.Craig Earls2014-11-091-4/+50
|
* Fix navigate bug keeping prev-xact key binding from working.Craig Earls2014-11-093-6/+7
|
* Detect the beginning of periodic transactions properly.Craig Earls2014-11-071-4/+5
|
* Merge branch 'master' of https://github.com/ledger/ledgerCraig Earls2014-11-078-26/+50
|\
| * Some minor changesJohn Wiegley2014-11-042-9/+10
| |
| * Merge pull request #327 from myqlarson/patch-1Martin Michlmayr2014-10-191-9/+9
| |\ | | | | | | Update ledger3.texi
| | * Update ledger3.teximyqlarson2014-10-201-4/+4
| | | | | | | | | Improved wording
| | * Update ledger3.teximyqlarson2014-10-201-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 exampleMartin Michlmayr2014-10-171-2/+2
| | | | | | | | Thanks to Dominik Honnef.
| * Typo fixMartin Michlmayr2014-10-171-1/+1
| | | | | | | | Thanks to Dominik Honnef for spotting it.
| * make --columns default to terminal width, as returned by ioctl()Stefano Zacchiroli2014-10-134-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.
| * BUILD_WEB_DOCS implies BUILD_DOCSMartin Michlmayr2014-10-121-0/+5
| | | | | | | | | | | | | | This fixes the build when -DBUILD_WEB_DOCS=1 is specified wihout specifying -DBUILD_DOCS. This fails because man2html/groff are not found because the find_program command for these programs is only run if BUILD_DOCS is enabled.
| * Fix texinfo syntax errorsMartin Michlmayr2014-10-121-5/+3
| | | | | | | | | | | | | | | | Fix the following texinfo syntax errors: ledger/doc/ledger3.texi:7878: @itemx must follow @item ledger/doc/ledger3.texi:7939: @itemx must follow @item ledger/doc/ledger3.texi:7944: @itemx must follow @item
* | Improve finding boundaries of elements for fontification. Also added P for ↵Craig Earls2014-11-073-2/+27
|/ | | | price directives.
* Force reconcile to use scrubbed values incase you are reconciling an account ↵Craig Earls2014-10-101-1/+1
| | | | with lot values.
* Bump version number to 3.1Martin Michlmayr2014-10-053-6/+6
|
* Update doc/NEWS for ledger 3.1Martin Michlmayr2014-10-051-2/+27
|
* Add ISO 8601 date as recognized date stringMartin Michlmayr2014-10-022-0/+32
| | | | | | | | Dates specified via --begin and --end are converted to a value expression using an ISO 8601 (yyyy-mm-dd) date, but this date was not recognized by ledger. Bug fix for #1072
* Fix period expression parsing for month to month without yearMartin Michlmayr2014-10-022-2/+162
| | | | Bug fix for #1074, a regression introduced by the fix for bug #375
* Fix comment detection logic for fortification.Craig Earls2014-09-281-14/+8
|
* Allow any printable character in account names.Craig Earls2014-09-281-1/+1
|