Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #448 from ledger/fontification-fix-spacemacs | Craig Earls | 2016-02-28 | 7 | -14/+14 | |
|\ | | | | | Globally changed set-text-properties to use 'font-lock-face vice 'fac… | |||||
| * | Globally changed set-text-properties to use 'font-lock-face vice 'face. ↵ | Craig Earls | 2016-02-28 | 7 | -14/+14 | |
|/ | | | | This was a compatibility problem with spacemacs. | |||||
* | Fix test suite failure | Martin Michlmayr | 2016-02-16 | 1 | -1/+1 | |
| | | | | | I'm sure I used $FILE for the final version but I must have committed an old version. | |||||
* | Increase maximum length for regex | Martin Michlmayr | 2016-02-15 | 3 | -2/+34 | |
| | | | | Fixes bug #981 | |||||
* | Merge pull request #447 from tarsius/patch-1 | Craig Earls | 2016-02-05 | 1 | -1/+1 | |
|\ | | | | | | | | | Require correct feature How did I miss this for so long? Thank you. | |||||
| * | Require correct feature | Jonas Bernoulli | 2016-02-06 | 1 | -1/+1 | |
|/ | | | | In `ledger-matching.el' require `ledger-report' instead of `ldg-report'. That library was renamed like all the others. | |||||
* | Merge pull request #445 from nchelluri/patch-1 | Alexis Hildebrandt | 2016-01-26 | 1 | -2/+2 | |
|\ | | | | | | | | | [doc] Add "Dependency" anchor link to quick start section [ci skip] | |||||
| * | [doc] Add "Dependency" anchor link to quick start section | Narsimham Chelluri | 2016-01-26 | 1 | -2/+2 | |
|/ | | | | | | | | | The quick start section is already called "For the Impatient", and this minor doc tweak should decrease the time and effort demanded of a new user before their first run by a very tiny amount, and it makes the README a touch more cohesive. [ci skip] | |||||
* | Merge pull request #443 from afh/pull/py_unicode_value | John Wiegley | 2016-01-18 | 3 | -1/+17 | |
|\ | | | | | [python] Remove double quotes from unicode values | |||||
| * | [python] Remove double quotes from unicode values | Alexis Hildebrandt | 2016-01-11 | 3 | -1/+17 | |
| | | | | | | | | | | When converting a ledger.Value to unicode the Python API added double quotes around it. | |||||
* | | Merge pull request #444 from gpoul/doc-fix | Craig Earls | 2016-01-16 | 1 | -4/+18 | |
|\ \ | | | | | | | | | | | | | Fix doc for budget-format default Thank you. | |||||
| * | | Fix doc for budget-format default | Gerhard Poul | 2016-01-16 | 1 | -4/+18 | |
|/ / | ||||||
* | | Merge branch 'fix-warnings' of https://github.com/ecraven/ledger into ↵ | Craig Earls | 2016-01-11 | 12 | -23/+71 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ecraven-fix-warning # Conflicts: # lisp/ledger-occur.el # lisp/ledger-report.el # lisp/ledger-schedule.el # lisp/ledger-sort.el | |||||
| * | | cleaning up elisp byte compiler warnings [emacs] [ci skip] | Peter Feigl | 2015-02-05 | 1 | -0/+1 | |
| | | | ||||||
| * | | cleaning up elisp byte compiler warnings | Peter Feigl | 2015-02-05 | 2 | -11/+8 | |
| | | | ||||||
| * | | cleaning up elisp byte compiler warnings | Peter Feigl | 2015-02-05 | 2 | -1/+18 | |
| | | | ||||||
| * | | cleaning up elisp byte compiler warnings | Peter Feigl | 2015-02-05 | 5 | -11/+27 | |
| | | | ||||||
| * | | cleaning up elisp byte compiler warnings | Peter Feigl | 2015-02-05 | 9 | -3/+22 | |
| | | | ||||||
* | | | Merge commit 'b5b70625d59305d0f3af3a9baad3931aba43df47' into next | Craig Earls | 2016-01-11 | 154 | -173/+218 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Merge branch 'release/3.1.1' into next | Alexis Hildebrandt | 2016-01-11 | 2 | -2/+2 | |
| |\ \ | ||||||
| | * | | [doc] Correct boost versions | Alexis Hildebrandt | 2016-01-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | whose build issues are fixed with the ledger 3.1.1 release. [ci skip] | |||||
| | * | | [cmake] Update ledger version date | Alexis Hildebrandt | 2016-01-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | 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 | |
| | | | ||||||
* | | | Merge commit '429765ee4dbf6ea2ad654b4287fa6498bc55fa3a' into next | Craig Earls | 2015-12-11 | 1 | -2/+4 | |
|\| | | ||||||
| * | | fix check for boost::python::make_setter | Johann Klähn | 2015-12-10 | 1 | -2/+4 | |
| | | | ||||||
* | | | Merge commit 'd71435f7bbd34f3468153981dd6e11b263640315' into next | Craig Earls | 2015-12-05 | 1 | -1/+1 | |
|\| | | ||||||
| * | | 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 | |
| |/ / | ||||||
* | | | Initial "Ledger Check" capability | Craig Earls | 2015-12-05 | 4 | -2/+142 | |
| | | | ||||||
* | | | Merge commit 'abd5b28a836098296f504dca943297511c1b9c4a' into next | Craig Earls | 2015-11-15 | 1 | -23/+30 | |
|\| | | ||||||
| * | | 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 commit 'd38f8d3bff66e89cc79b1791566fdf9eca62a8e9' into next | Craig Earls | 2015-11-04 | 6 | -11/+41 | |
|\| | | ||||||
| * | | 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. |