Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make -A to imply -E | John Wiegley | 2016-01-09 | 1 | -0/+1 |
| | |||||
* | Merge pull request #442 from daniele-nicolodi/next | Craig Earls | 2016-01-08 | 1 | -12/+17 |
|\ | | | | | Very nice, I have been meaning to fix this one since I wrote the new overlay code. Thank you! | ||||
| * | Fix highlight of the transaction under point | Daniele Nicolodi | 2016-01-08 | 1 | -4/+6 |
| | | | | | | | | | | | | When a transaction is being added the previous one is highlighted. Solve the problem checking that the highlighted region contains the point. | ||||
| * | Fix highlight of the transaction under point | Daniele Nicolodi | 2016-01-08 | 1 | -12/+15 |
|/ | | | | | Extend the highlighting of the last line in the transaction to the right margin of the buffer. Do not highlight empty lines. | ||||
* | [travis] Bump boost version to 1.60.0 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | [python] Add fix for Boost.Python compile errors | Alexis Hildebrandt | 2016-01-02 | 2 | -0/+6 |
| | | | | when using boost version 1.60.0. | ||||
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 146 | -147/+147 |
| | | | | [ci skip] | ||||
* | [util] Add script to update copyright year | Alexis Hildebrandt | 2016-01-02 | 1 | -0/+36 |
| | | | | [ci skip] | ||||
* | Merge pull request #441 from fraga/updateHelp | John Wiegley | 2015-12-30 | 1 | -4/+2 |
|\ | | | | | GnuCash import deprecated [ci skip] | ||||
| * | GnuCash import deprecated [ci skip] | Rodrigo Fraga | 2015-12-30 | 1 | -4/+2 |
|/ | |||||
* | Always use plurar Expenses: for consistency | Martin Michlmayr | 2015-12-14 | 2 | -4/+4 |
| | |||||
* | Clarify meaning of --end in man page | Martin Michlmayr | 2015-12-14 | 1 | -3/+2 |
| | |||||
* | fix check for boost::python::make_setter | Johann Klähn | 2015-12-10 | 1 | -2/+4 |
| | |||||
* | Merge pull request #440 from mlang/fix_url | John Wiegley | 2015-11-29 | 1 | -1/+1 |
|\ | | | | | Update URL of iso4127 fetcher. | ||||
| * | Update URL of iso4127 fetcher. | Mario Lang | 2015-11-29 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #439 from cerk/drewr-to-drewr3 | Alexis Hildebrandt | 2015-11-11 | 1 | -23/+30 |
|\ | | | | | Changed drewr.dat to drewr3.dat in docs | ||||
| * | Changed drewr.dat to drewr3.dat in docs | cerk | 2015-11-10 | 1 | -23/+30 |
|/ | |||||
* | Merge pull request #438 from leethargo/doc_typo | Alexis Hildebrandt | 2015-10-29 | 1 | -1/+1 |
|\ | | | | | | | | | fix typo in doc [ci skip] | ||||
| * | fix typo in doc | Robert Schwarz | 2015-10-29 | 1 | -1/+1 |
|/ | | | very power*ful* expression language | ||||
* | [tests] Fix empty testfile check | Alexis Hildebrandt | 2015-10-27 | 1 | -3/+4 |
| | |||||
* | Merge pull request #436 from Fuco1/fix-context-amount-regexp | John Wiegley | 2015-10-26 | 1 | -2/+2 |
|\ | | | | | Fix amount regexp in context computation. | ||||
| * | Fix separator and amount regexp in context computation. | Matus Goljer | 2015-10-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Before the fix the amount required decimal point even when the decimal digits were optional. Now both are optional. The separator regexp didn't have capture group so all the further fields shifted one field back (amount went into separator, commodity into amount etc.) | ||||
* | | Merge pull request #437 from Fuco1/add-aligning-option | John Wiegley | 2015-10-14 | 1 | -1/+15 |
|\ \ | |/ |/| | Add an option to change amount-alignment mode. | ||||
| * | Add an option to change amount-alignment mode. | Matus Goljer | 2015-10-14 | 1 | -1/+15 |
|/ | | | | | | | Make the default alignment behaviour the same as before 767ab3e, that is, align on the last digit by default. A new option `ledger-post-amount-alignment-at' now exists to adjust alignment preference. | ||||
* | Merge pull request #435 from Fuco1/balance-at-point-target-commodity | Craig Earls | 2015-10-01 | 2 | -4/+19 |
|\ | | | | | | | | | Balance at point and target commodity I like it. Thanks. | ||||
| * | Make balance-at-point able to convert commodity. | Matus Goljer | 2015-10-01 | 1 | -4/+9 |
| | | | | | | | | | | The function `ledger-display-balance-at-point' called with the prefix argument will now ask for the target commodity. | ||||
| * | Add function to read commodity from the user. | Matus Goljer | 2015-10-01 | 1 | -0/+10 |
|/ | | | | | The function provides completing read with all available commodities as gathered by "ledger commodities". | ||||
* | Merge pull request #434 from Fuco1/align-on-decimal | Craig Earls | 2015-09-28 | 2 | -4/+9 |
|\ | | | | | | | | | Align amounts on the decimal separator. Thank you. | ||||
| * | 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 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 |
| |