diff options
author | John Wiegley <johnw@newartisans.com> | 2006-02-15 21:35:00 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:22 -0400 |
commit | 722b9c78bfbfb475302177687da23317ddf9493c (patch) | |
tree | ae9dc4af4c6da0f23a0e61355417b57153262194 /NEWS | |
parent | c1b88790d0e2366476f8136d606a20d6f1dc889b (diff) | |
download | fork-ledger-722b9c78bfbfb475302177687da23317ddf9493c.tar.gz fork-ledger-722b9c78bfbfb475302177687da23317ddf9493c.tar.bz2 fork-ledger-722b9c78bfbfb475302177687da23317ddf9493c.zip |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -2,8 +2,10 @@ * 2.5 -- Much internal restruction to allow the use of libledger.so in a - non-command-line environment. +- Added a new "csv" command, for outputting results in CSV format. + +- Added a new value expression regexp command: + C// compare against transaction amount's commodity symbol - Effective dates may now be specified for entries: @@ -54,7 +56,7 @@ 2005/10/20 iTunes Expenses:Music $1.08 $1.08 2005/10/15 iTunes Liabilities:MasterCard $-1.08 0 - The command "ledger --effective register" reports: + While the command "ledger --effective register" reports: 2005/08/01 iTunes Expenses:Music $1.08 $1.08 2005/09/01 iTunes Liabilities:MasterCard $-1.08 0 @@ -63,7 +65,7 @@ transactions belong to the same entry. - Individual transactions may now be cleared separately. The old - syntax, which is still supported, clears all transactions in an + syntax, which is still supported, clears all transactions in the entry: 2004/05/27 * Book Store @@ -81,12 +83,10 @@ reports. ledger.el will use the new syntax unless the Lisp variable `ledger-clear-whole-entries' is set to t. -- Added a new value expression regexp command: - C// compare against transaction amount's commodity symbol - -- Added a new "csv" command, for outputting results in CSV format. +- Removed Python integration support. -- Completely removed Python integration. +- Did much internal restructuring to allow the use of libledger.so in + non-command-line environments. * 2.4 |