*** empty log message ***
This commit is contained in:
parent
44eff1c099
commit
45091a4918
2 changed files with 10 additions and 0 deletions
2
NEWS
2
NEWS
|
|
@ -8,6 +8,8 @@ Very few new features:
|
|||
- 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
|
||||
- New directive for text files: "D <COMM>" specifies the default commodity
|
||||
used by the entry command
|
||||
|
||||
* 2.0
|
||||
|
||||
|
|
|
|||
|
|
@ -2343,6 +2343,14 @@ defaults to @file{~/.pricedb}. The syntax for this command is:
|
|||
N SYMBOL
|
||||
@end example
|
||||
|
||||
@item D SYMBOL
|
||||
The @command{entry} command will use the given commodity as the
|
||||
default when none other can be determined. The syntax for this
|
||||
command is:
|
||||
@example
|
||||
D SYMBOL
|
||||
@end example
|
||||
|
||||
@item i, o, b, h
|
||||
These four relate to timeclock support, which permits ledger to read
|
||||
timelog files. See the timeclock's documentation for more info on the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue