Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Align amounts on the decimal separator. | Matus Goljer | 2015-09-28 | 2 | -4/+9 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | That is: A $10.00 B $5 C -$15.00 Before the numbers aligned at the end of the last digit. | |||||
| * | | Merge pull request #433 from Fuco1/improve-align-dwim | Simon Michael | 2015-09-21 | 1 | -4/+10 | |
| |\ \ | | | | | | | | | Fill comment paragraph with ledger-post-align-dwim | |||||
| | * | | Fill comment paragraph with ledger-post-align-dwim | Matus Goljer | 2015-09-21 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | | | In addition to re-aligning postings, if the point is in a comment, just fill that comment as regular plaintext. | |||||
| * | | | Merge pull request #432 from Fuco1/fix-amount-regex | Simon Michael | 2015-09-21 | 1 | -2/+2 | |
| |\ \ \ | | |/ / | |/| | | Fix amount-regex to properly capture integer part. | |||||
| | * | | Fix amount-regex to properly capture integer part. | Matus Goljer | 2015-09-21 | 1 | -2/+2 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the integer part was 2 digits, because the integer part was non-greedy, it only captured as much as necessary, namely one digit. The other digit was captured by the 5th group's [:word:] not 4th because that one is also optional. This results in incorrect reporting of amount length and broken aligning. Also move the decimal dot matching from 3rd group to 4th, and quote the dot. | |||||
| * | | Merge pull request #431 from Fuco1/add-dwim-align | Craig Earls | 2015-09-21 | 2 | -0/+8 | |
| |\ \ | | | | | | | | | | | | | | | | | Add dwim align Thank you. | |||||
| | * | | Bind M-q to ledger-post-align-dwim. | Matus Goljer | 2015-09-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | There is very little reason to have M-q bound to fill-paragraph in ledger, so let's use it for aligning instead. | |||||
| | * | | Add a function to "dwim" align. | Matus Goljer | 2015-09-19 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | If no region is active, align the current transaction. If a region is active, align all postings in the region. | |||||
| * | | | Merge pull request #430 from thdox/documentation | Alexis Hildebrandt | 2015-09-19 | 1 | -8/+9 | |
| |\ \ \ | | |/ / | |/| | | | | | | | | | | Documentation [ci skip] | |||||
| | * | | Restoring @code as this is an keyword external to ledger itself. | thdox | 2015-09-18 | 1 | -6/+6 | |
| | | | | ||||||
| | * | | For consistency with description of --subtotal that is line 7067. | thdox | 2015-09-18 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Bring back UNDOCUMENTED tag as the CODE has not yet been documented. | thdox | 2015-09-18 | 1 | -0/+1 | |
| |/ / | ||||||
* | | | Merge commit '88ad616d18b69eb03bc14eaa9ce6b32be90867a6' into next | Craig Earls | 2015-09-18 | 11 | -58/+130 | |
|\| | | ||||||
| * | | Merge pull request #429 from paulbdavis/fontify-recurring | Craig Earls | 2015-09-18 | 3 | -2/+19 | |
| |\ \ | | | | | | | | | Wow! Thank you. I didn't know anyone was using this feature besides myself. | |||||
| | * | | fontify recurring transaction in ledger-mode [ci skip] | paulbdavis | 2015-09-18 | 3 | -2/+19 | |
| |/ / | ||||||
| * | | [doc] Add documentation from manpage to manual | Alexis Hildebrandt | 2015-09-17 | 1 | -42/+54 | |
| | | | ||||||
| * | | [doc] Whitespace edit | Alexis Hildebrandt | 2015-09-17 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | The end of a sentence should be followed by two spaces [ci skip] | |||||
| * | | [doc] Minor typographical edits | Alexis Hildebrandt | 2015-09-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | [ci skip] | |||||
| * | | Merge pull request #427 from paulbdavis/documentation | Alexis Hildebrandt | 2015-09-17 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | | | | | | | | | doc for get_at function [ci skip] | |||||
| | * | | doc for get_at function | paulbdavis | 2015-09-17 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | Bump version number to 3.1.1 | Alexis Hildebrandt | 2015-09-15 | 2 | -4/+10 | |
| | | | ||||||
| * | | [acprep] Remove obsoleted command submodule | Alexis Hildebrandt | 2015-09-15 | 1 | -1/+0 | |
| | | | | | | | | | from help | |||||
| * | | [travis] Bump boost version to 1.59.0 | Alexis Hildebrandt | 2015-09-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add workaround for Boost.Python compile errors | Alexis Hildebrandt | 2015-09-15 | 2 | -0/+38 | |
| | | | | | | | | | when using version 1.59.0 | |||||
| * | | [tests] Remove compiler warnings for unit tests | Alexis Hildebrandt | 2015-09-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | warning: equality comparison result unused [-Wunused-comparison] BOOST_CHECK_THROW(v8 == v10, value_error); ~~~^~~~~~ | |||||
* | | | Merge commit '38315cfba2a4677ed3d7df81e3f4a5d28f1f4a1b' into next | Craig Earls | 2015-09-18 | 1 | -4/+2 | |
|\| | | | | | | | | | | | | | | Conflicts: lisp/ledger-xact.el | |||||
| * | | Merge pull request #426 from andschwa/fix-find-eobp | Craig Earls | 2015-08-22 | 1 | -3/+2 | |
| |\ \ | | | | | | | | | Fix xact-find-slot at end of buffer | |||||
| | * | | Fix xact-find-slot at end of buffer | Andrew Schwartzmeyer | 2015-08-22 | 1 | -3/+2 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using `ledger-add-transaction` to add a transaction with a date that places it at the end of the buffer will "forget" to insert the newline between it and the previous transaction. This error occurs in `ledger-xact-find-slot` where the `(when (and (eobp) last-xact-start)` is entered, but subsequently the `(if (eobp))` is false because the point has been moved to the end of the prior exact, which is not the end of the buffer. The `if` expression is superfluous because the `when` expression has already been entered, and it is broken becase the point gets moved. Removing it fixes the behavior for transactions added at the end of the buffer, and does not break the behavior for transactions added elsewhere. This was observed with Emacs 24.5.50.1 and Ledger 3.1.0-20141005. [ci skip] | |||||
* | | | Insert an extra newline if EOBP is not on its own line when you add an act. | Craig Earls | 2015-08-22 | 1 | -1/+2 | |
| | | | ||||||
* | | | Merge commit '9627e2a97b56826e723eee0b8410a3e12bde4bb9' into next | Craig Earls | 2015-08-22 | 7 | -27/+41 | |
|\| | | ||||||
| * | | Merge pull request #425 from thdox/documentation | Craig Earls | 2015-08-08 | 2 | -10/+16 | |
| |\ \ | | | | | | | | | Thanks Thierry | |||||
| | * | | Improve documentation for .ledgerrc | thdox | 2015-08-08 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | See Github pull request #414 | |||||
| | * | | Rename feat-fixated-prices_2.test to dir-fixed.test | thdox | 2015-08-08 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | For consistency as this is a directive. | |||||
| | * | | Use @table instead of @multitable | thdox | 2015-08-08 | 1 | -7/+11 | |
| | | | | | | | | | | | | | | | | | | | | In texinfo documentation, @table is for two-columns, @multitable for more. Also, the @table produces nicer PDF output. | |||||
| | * | | dir- is for directive, feat- for journal feature | thdox | 2015-08-08 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | Add link to Period expressions. | thdox | 2015-08-08 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | [tests] Fix MathTest failures on Mac OS X | Alexis Hildebrandt | 2015-08-08 | 1 | -15/+12 | |
| | | | | | | | | | | | | due to timezone settings. | |||||
| * | | [tests] Set timezone for running tests | Alexis Hildebrandt | 2015-08-07 | 4 | -2/+13 | |
| | | | | | | | | | | | | so that the tests run with a consistent environment. | |||||
* | | | Merge commit '3c2d228ddc74b75122b07a87bbd06263092a9661' into next | Craig Earls | 2015-08-06 | 58 | -178/+2355 | |
|\| | | ||||||
| * | | Merge pull request #413 from thdox/command-directives-to-index | John Wiegley | 2015-08-06 | 1 | -1/+41 | |
| |\ \ | | | | | | | | | Add command directives to concepts and commands indexes. | |||||
| | * | | Add command directives to concepts and commands indexes. | thdox | 2015-07-31 | 1 | -1/+41 | |
| | | | | ||||||
| * | | | [travis] Enable verbose failures | Alexis Hildebrandt | 2015-08-05 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge pull request #424 from thdox/bug-1057 | John Wiegley | 2015-08-04 | 2 | -1/+12 | |
| |\ \ \ | | | | | | | | | | | Add regression test file for bug #1057 | |||||
| | * | | | Modification to help fix issue when compiling with travis | thdox | 2015-07-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | -(("/home/travis/build/ledger/ledger/test/regress/1057.test" 1 (21308 34912 0) nil "www.amazon.fr" +(("/home/travis/build/ledger/ledger/test/regress/1057.test" 1 (21308 42112 0) nil "www.amazon.fr" | |||||
| | * | | | regression test file for bug 1057 | thdox | 2015-07-31 | 1 | -0/+11 | |
| | | | | | ||||||
| | * | | | untabify | thdox | 2015-07-31 | 1 | -1/+1 | |
| | |/ / | ||||||
| * | | | [travis] Rename coverity scan branch | Alexis Hildebrandt | 2015-08-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Fix typo | |||||
| * | | | [travis] Configure coverity scan | Alexis Hildebrandt | 2015-08-05 | 1 | -0/+9 | |
| | | | | ||||||
| * | | | [tests] Ignore --revalued-total in baseline tests | Alexis Hildebrandt | 2015-08-05 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Merge remote-tracking branch 'origin/master' into next | John Wiegley | 2015-08-04 | 3 | -33/+22 | |
| |\ \ \ |