John Wiegley
c586e1e494
Add a --no-revalued option
2015-05-05 13:26:57 -05:00
John Wiegley
974da27ed4
Merge pull request #415 from tdsmith/darwin-python
...
Don't explicitly link libpython on OS X
2015-05-04 22:34:27 -05:00
Tim D. Smith
5f08e2786d
Don't explicitly link libpython on OS X
...
Use -undefined dynamic_lookup to allow Python symbols to be discovered
when the ledger module is imported instead of at build time. Without
this change, the Python interpreter crashes when ledger is imported from
a python that is different from (but compatible with) the python against
which the module was built.
2015-05-04 14:55:14 -07:00
John Wiegley
61156c8618
Merge pull request #414 from davidsklar/next
...
Use ./.ledgerrc if ~/.ledgerrc doesn't exist
2015-04-27 09:28:27 -05:00
David Sklar
6439ea4799
Use ./.ledgerrc if ~/.ledgerrc doesn't exist
2015-04-27 10:12:14 -04:00
Martin Michlmayr
de7d8466c0
Fix description of --unrealized-losses
2015-04-23 15:36:35 -04:00
John Wiegley
59375e5e2c
Merge pull request #412 from thdox/baseline-test-revalued-total
...
Improve baseline tests
2015-04-05 22:15:05 -05:00
Craig Earls
dd6185a120
Merge pull request #409 from thdox/ledger-mode-doc
...
Some documentation improvments about Ledger mode
2015-04-05 09:40:11 -07:00
Craig Earls
86e11c14b6
Merge pull request #411 from thdox/bug-1060
...
[emacs] Fix bug 1060.
2015-04-05 09:37:45 -07:00
Craig Earls
4aab1078ae
Merge pull request #410 from thdox/bug-1108
...
Fix Bug 1108. Thanks.
2015-04-05 09:36:26 -07:00
thdox
f5ba76442c
[emacs] Fix bug 1060.
...
Set as an option to kill (or not) the reconcile buffer after
ledger-reconcile-finish. The default is set to *not* kill the
buffer. This is justified as the facts that:
1. In old ledger mode (the one from Ledger 2.6), the default is to *not*
kill the buffer. Also for the ones who will migrate from 2.6 to 3 when
package will be available in their linux distribution, this will be the
path of least surprise.
2. The current documentation does state that the buffer is to be killed
with 'q' after 'C-c C-c'.
This has been made configurable, as killing buffer may already be part
of the workflow of some persons.
[ci skip]
2015-04-05 16:00:15 +02:00
thdox
98d5d18993
[doc] Use @option consistently.
...
[ci skip]
2015-04-05 15:58:49 +02:00
thdox
1e3def2bb5
[doc] Small typo.
...
[ci skip]
2015-04-05 15:58:44 +02:00
thdox
f2dd9a6003
[doc] Improve documentation about C-c C-c to clear a transaction.
...
[ci skip]
2015-04-05 15:58:39 +02:00
thdox
47247ee918
[doc] Improve documentation about "choose account to reconcile"".
...
[ci skip]
2015-03-23 23:47:42 +01:00
thdox
d3344243c9
[emacs] Fix bug 1108, enabling correct account context.
...
The old way of working was keeping spaces before and after the
account. Now the space before is associated to the "status" and
"separator" is enlarged to not be maxed to 2 chars
[ci skip]
2015-03-23 23:47:42 +01:00
thdox
befb06f941
Add --generated to untested options list.
...
--generated will generate each time new entries, this cannot be
reproduced safely.
2015-03-23 23:35:07 +01:00
thdox
2bcfb0df5a
Add --verify-memory to untested options.
...
This --verify-memory option is very system (Linux/Mac) dependent on how
the memory is allocated. This cannot be reproduce with same results.
2015-03-23 23:35:07 +01:00
thdox
57bd08efce
Add --revalued-total to "to be tested" options.
...
I have not yet understood the meaning of --revalued-total, but as it
output something, it should be tested. So add it to "to be tested"
options list.
2015-03-23 23:35:07 +01:00
Alexis Hildebrandt
c7fa772310
Merge pull request #408 from kk12l/next
...
Fix clang compile error (FreeBSD 10).
2015-03-13 14:13:57 +01:00
Ilya T
d0f2b64cbe
Fix clang compile error (FreeBSD 10).
2015-03-13 08:20:37 +07:00
Alexis Hildebrandt
61ef633c92
Merge pull request #403 from thdox/baseline-test-no-pager
...
Fix baseline test for --no-pager.
2015-02-26 07:12:05 +01:00
thdox
6abcf2109d
Fix baseline test for --no-pager.
2015-02-25 19:01:30 +01:00
Alexis Hildebrandt
af0da737fc
Merge pull request #402 from thdox/documentation
...
Documentation improvements
2015-02-24 20:42:50 +01:00
thdox
71e77570b7
ledger --help actually prints the man page.
2015-02-24 20:33:55 +01:00
Alexis Hildebrandt
5e6d5e33af
Merge pull request #396 from thdox/auto-match
...
Fix Auto match
2015-02-24 20:27:30 +01:00
thdox
87d938f9c3
Improve documentation for --auto-match option.
2015-02-24 20:23:01 +01:00
thdox
fd8386eb23
Minor documentation consistency fixes about --leeway option.
2015-02-24 20:17:57 +01:00
thdox
5cb3ca04a7
Improve documentation about --version and -v.
2015-02-24 20:17:57 +01:00
Alexis Hildebrandt
7358ced548
Merge pull request #401 from thdox/baseline-tests
...
Improve baseline tests
2015-02-24 19:54:33 +01:00
thdox
df944929f8
Add baseline test for --price-db option.
2015-02-24 19:27:07 +01:00
thdox
e6a967b860
Add baseline test for --script option.
2015-02-24 19:27:07 +01:00
thdox
72cb48727d
Add --no-pager to untested options of CheckBaselineTests.py
...
As per comment in Pull Request #382
2015-02-24 19:27:07 +01:00
thdox
83bde60ec1
Remove --*help* from untested options in CheckBaselineTests.py
...
As per commit f59abd4c76
2015-02-24 19:26:50 +01:00
thdox
fce467fba9
Remove --cache from untested options in CheckBaselinetests.py
...
As per commit d5e1308d07
2015-02-24 19:26:28 +01:00
thdox
ddf17b6246
Add baseline test for --init-file option.
2015-02-24 19:25:18 +01:00
Alexis Hildebrandt
a526851c8a
Merge pull request #400 from jaccarmac/fix-indent
...
Fix indentation and position of Fedora test.
[ci skip]
2015-02-24 18:34:42 +01:00
Alexis Hildebrandt
2922dae227
Merge pull request #399 from thdox/fix-cleared-format
...
Fix alignment of cleared-format with 4 spaces as separator.
2015-02-24 18:25:19 +01:00
Jacob MacDonald
69e692dbc5
Fix indentation and position of Fedora test.
...
The blame for this section was a bit of a cluster, but, as someone who's not
using Fedora, this makes the most logical sense. (Fedora is a version of RH,
right?)
2015-02-23 16:02:00 -07:00
thdox
73e3ecc6b8
Fix alignment of cleared-format with 4 spaces as separator.
2015-02-23 23:31:21 +01:00
Alexis Hildebrandt
0b7996ed7c
Merge pull request #397 from thdox/fix-test-rich-data
...
Fix UUID of --rich-data test.
2015-02-23 12:39:01 +01:00
Alexis Hildebrandt
f376dfa8c6
Merge pull request #398 from thdox/base
...
Improve documentation of --base option
2015-02-23 12:38:36 +01:00
thdox
3c9463214c
Improve documentation of --base option.
2015-02-22 18:19:35 +01:00
thdox
af065bbcbe
Minor documentation fixes.
2015-02-22 18:19:13 +01:00
thdox
49166d09b7
Fix UUID of --rich-data test.
2015-02-22 16:58:22 +01:00
thdox
788ffc2a4b
Update test for --auto-match option.
2015-02-22 16:51:57 +01:00
thdox
80e432a7b2
Fix sorting for option --auto-match.
...
See http://en.cppreference.com/w/cpp/algorithm/max_element
and http://www.cplusplus.com/reference/algorithm/max_element/
The sorting for max requires < (and not >).
2015-02-22 16:07:54 +01:00
Alexis Hildebrandt
00c10a383c
Merge pull request #394 from thdox/add-to-doc3
...
Improve documentation about --rich-data
2015-02-21 21:27:49 +01:00
thdox
2778a24356
Small typo.
2015-02-21 21:25:12 +01:00
thdox
78bf369898
Small typo.
2015-02-21 21:05:31 +01:00