summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-01-29 01:48:36 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:40:51 -0400
commit7054632aba246765bb37556dfd2d43d5891285b3 (patch)
tree10c7f6c05594d2a6ffefe3de58fabc866f7cd1e8
parente34151a776f54b5998a86860aa6b87a04e5684df (diff)
downloadfork-ledger-7054632aba246765bb37556dfd2d43d5891285b3.tar.gz
fork-ledger-7054632aba246765bb37556dfd2d43d5891285b3.tar.bz2
fork-ledger-7054632aba246765bb37556dfd2d43d5891285b3.zip
doc updates
-rw-r--r--NEWS9
-rw-r--r--ledger.texi3
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 83167ce6..3176676b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
Ledger NEWS
+* 2.1
+
+Very few new features:
+
+- Improved the autoconf system to be smarter about finding XML libs
+- Added --no-cache option, to always ignore any binary cache file
+- `ledger-reconcile' (in ledger.el) no longer asks for a number of days
+- Fixed %.XY format, where X is shorter than the string generated by Y
+
* 2.0
This version represents a full rewrite, while preserving much of the
diff --git a/ledger.texi b/ledger.texi
index d3f82f8b..e7f064b5 100644
--- a/ledger.texi
+++ b/ledger.texi
@@ -1531,7 +1531,8 @@ environment variable @env{LEDGER_FILE}, then whenever a command is
finished a binary copy will be written to the specified cache, to
speed up the loading time of subsequent queries. This filename can
also be given using the environment variable @env{LEDGER_CACHE}, or by
-putting the option into your init file.
+putting the option into your init file. The @option{--no-cache}
+option causes Ledger to always ignore the binary cache.
@option{--account NAME} (@option{-a NAME}) specifies the default
account which QIF file transactions are assumed to relate to.