summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve Embedded Python SupportELIPTUS2014-11-125-3/+35
* Smash a bug that cause the status on a posting with no amount to bleed into t...Craig Earls2014-11-113-23/+53
* Add 1 to the end of region for single line directives. This will force the l...Craig Earls2014-11-091-1/+1
* 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.teximyqlarson2014-10-201-4/+4
| | * Update ledger3.teximyqlarson2014-10-201-5/+5
| |/
| * Fix numbers from exampleMartin Michlmayr2014-10-171-2/+2
| * Typo fixMartin Michlmayr2014-10-171-1/+1
| * make --columns default to terminal width, as returned by ioctl()Stefano Zacchiroli2014-10-134-0/+20
| * BUILD_WEB_DOCS implies BUILD_DOCSMartin Michlmayr2014-10-121-0/+5
| * Fix texinfo syntax errorsMartin Michlmayr2014-10-121-5/+3
* | Improve finding boundaries of elements for fontification. Also added P for p...Craig Earls2014-11-073-2/+27
|/
* Force reconcile to use scrubbed values incase you are reconciling an account ...Craig Earls2014-10-101-1/+1
* 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
* Fix period expression parsing for month to month without yearMartin Michlmayr2014-10-022-2/+162
* 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
* Make ledger-fontify-xact-state-overrides nil by defaultCraig Earls2014-09-221-2/+2
* Merge commit 'b58a872fba7909371d47bc2eb8468e5ba82cfac0'Craig Earls2014-09-222-1/+2
|\
| * lisp/CMakeLists.txt: add missing filesJohann Klähn2014-09-221-0/+2
| * Merge pull request #326 from felixrabe/patch-1Martin Michlmayr2014-09-211-1/+1
| |\
| | * README.md: Mention current versionFelix Rabe2014-09-221-1/+1
| |/
* / Add fontify.el and navigate.el to CMakeLists.txtCraig Earls2014-09-221-0/+2
|/
* Add ability to edit report command temporarilyCraig Earls2014-09-181-2/+9
* Merge pull request #325 from sykora/masterCraig Earls2014-09-181-1/+5
|\
| * Add face definition for `ledger-font-payee-pending-face'.P.C. Shyamshankar2014-09-171-1/+5
* | Improve ledger occur region searchCraig Earls2014-09-171-13/+6
* | Merge commit '7c18ba8d7c704595268616b740833c88e93b51f3'Craig Earls2014-09-175-239/+5
|\|
| * Merge pull request #324 from cgar/spellingSteve Purcell2014-09-154-5/+5
| |\
| | * minor spelling fixesCarlos E. Garcia2014-09-154-5/+5
| |/
| * Merge pull request #322 from kain88-de/remove-outdated-fileCraig Earls2014-09-141-234/+0
| |\
| | * remove outdated install instructionsMax Linke2014-09-141-234/+0
| |/
* / Fix ledger-navigate-beginning-of-xact.Craig Earls2014-09-171-0/+2
|/
* sort required a next xact function that ignores directivesCraig Earls2014-09-132-12/+12
* All navigation functions moved to ledger-navigate.Craig Earls2014-09-1310-85/+146
* everything appears to work with no empty lines between xacts.Craig Earls2014-09-134-54/+51
* rewrote ledger-end-record in ledger-sort to get rid of next-paragraphCraig Earls2014-09-131-6/+10
* Merge pull request #321 from kljohann/cmakeJohn Wiegley2014-09-113-49/+35
|\
| * reduce number of warning messages when building docsJohann Klähn2014-09-101-11/+12
| * clean up installation of doc filesJohann Klähn2014-09-102-19/+10
| * install man page even if BUILD_DOCS isn't setJohann Klähn2014-09-101-13/+9
| * avoid policy warning with recent CMake versionsJohann Klähn2014-09-101-8/+6
* | Catch value expression in amount alignment codeCraig Earls2014-09-102-19/+17