Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
| * | BUILD_WEB_DOCS implies BUILD_DOCS | Martin Michlmayr | 2014-10-12 | 1 | -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 errors | Martin Michlmayr | 2014-10-12 | 1 | -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 Earls | 2014-11-07 | 3 | -2/+27 |
|/ | | | | price directives. | ||||
* | Force reconcile to use scrubbed values incase you are reconciling an account ↵ | Craig Earls | 2014-10-10 | 1 | -1/+1 |
| | | | | with lot values. | ||||
* | 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 |
| | | | | | | | | 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 year | Martin Michlmayr | 2014-10-02 | 2 | -2/+162 |
| | | | | Bug fix for #1074, a regression introduced by the fix for bug #375 | ||||
* | 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 | ||||
| | * | 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'. Ooops. Missed that. thank you! | ||||
| * | Add face definition for `ledger-font-payee-pending-face'. | P.C. Shyamshankar | 2014-09-17 | 1 | -1/+5 |
| | | | | | | | | | | | | Ledger fontifies payees on pending transactions using the aptly named `ledger-font-payee-pending-face' face, despite that face not actually being defined. This patch fixes that. | ||||
* | | 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 |
| |\ | | | | | | | minor spelling fixes | ||||
| | * | minor spelling fixes | Carlos E. Garcia | 2014-09-15 | 4 | -5/+5 |
| |/ | |||||
| * | Merge pull request #322 from kain88-de/remove-outdated-file | Craig Earls | 2014-09-14 | 1 | -234/+0 |
| |\ | | | | | | | That is some old cruft. Thanks. | ||||
| | * | remove outdated install instructions | Max Linke | 2014-09-14 | 1 | -234/+0 |
| |/ | |||||
* / | Fix ledger-navigate-beginning-of-xact. | Craig Earls | 2014-09-17 | 1 | -0/+2 |
|/ | | | | It failed it it was called with point on the first line of an xact | ||||
* | sort required a next xact function that ignores directives | Craig Earls | 2014-09-13 | 2 | -12/+12 |
| | |||||
* | All navigation functions moved to ledger-navigate. | Craig Earls | 2014-09-13 | 10 | -85/+146 |
| | | | | Reduce several overlapping functions. | ||||
* | everything appears to work with no empty lines between xacts. | Craig Earls | 2014-09-13 | 4 | -54/+51 |
| | |||||
* | rewrote ledger-end-record in ledger-sort to get rid of next-paragraph | Craig Earls | 2014-09-13 | 1 | -6/+10 |
| | |||||
* | Merge pull request #321 from kljohann/cmake | John Wiegley | 2014-09-11 | 3 | -49/+35 |
|\ | | | | | Clean up CMake files | ||||
| * | reduce number of warning messages when building docs | Johann Klähn | 2014-09-10 | 1 | -11/+12 |
| | | | | | | | | Warnings were emitted for every info file (twice) instead of once. | ||||
| * | clean up installation of doc files | Johann Klähn | 2014-09-10 | 2 | -19/+10 |
| | | |||||
| * | install man page even if BUILD_DOCS isn't set | Johann Klähn | 2014-09-10 | 1 | -13/+9 |
| | | | | | | | | The man page is useful and does not need additional software to be installed. | ||||
| * | avoid policy warning with recent CMake versions | Johann Klähn | 2014-09-10 | 1 | -8/+6 |
| | | | | | | | | See `cmake --help-policy CMP0026` with CMake ≥ 3.0. | ||||
* | | Catch value expression in amount alignment code | Craig Earls | 2014-09-10 | 2 | -19/+17 |
| | | |||||
* | | Fix ledger-post-regex so that it would recognize integer amounts | Craig Earls | 2014-09-10 | 1 | -1/+1 |
| | | |||||
* | | Merge commit '6323fe52b7621c21f5e2af7fd9bce344a37a4ea1' | Craig Earls | 2014-09-10 | 1 | -1/+1 |
|\| |