diff options
author | John Wiegley <johnw@newartisans.com> | 2004-09-14 06:25:29 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-09-14 06:25:29 -0400 |
commit | 061e19e302fb62eaafbd2029671bdd46dd4d7814 (patch) | |
tree | 081700c4302e6efc0f7954dbeaf8d86d4e63e907 /NEWS | |
parent | 0b0c9b5bd13b1dedf100b137e3a35be60d3d3a27 (diff) | |
download | fork-ledger-061e19e302fb62eaafbd2029671bdd46dd4d7814.tar.gz fork-ledger-061e19e302fb62eaafbd2029671bdd46dd4d7814.tar.bz2 fork-ledger-061e19e302fb62eaafbd2029671bdd46dd4d7814.zip |
make config_t visible to Python; almost possible to implement main.cc in main.py
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -2,13 +2,17 @@ * 2.0 -- The code base was rewritten for clarity and consistency. It is now - simpler internally, more robust, and much faster. +- The code was completely rewritten. - The most significant feature added are "value expressions". They are used in several places to indicate what to display, sorting order, output format, etc. Logic and math operators are supported, - as well as a few functions. See the documentation for more info. + as well as a few functions. See manual. + +- If Boost.Python is installed, then ledger can support full Python + integration. It can can be used as a module (ledger.so), as well as + supporting Python function calls directly from value expressions. + See manual. - If the environment variable LEDGER (or LEDGER_FILE) is used, a binary cache of that ledger is now kept in ~/.ledger (or |