summaryrefslogtreecommitdiff
path: root/lisp/ledger.el
Commit message (Collapse)AuthorAgeFilesLines
* Allow the use of days of the week to "entry", e.g: "thu kfc 11".John Wiegley2009-02-111-0/+3
|
* After hitting TAB to insert a new entry, position point at the amount.John Wiegley2009-02-111-0/+3
|
* In ledger-mode, if TAB is pressed in an entry, call out to "entry".John Wiegley2009-02-111-19/+27
|
* Extended Ledger's font-lock expression, based on code from Timothy Stotts.John Wiegley2009-02-061-5/+11
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+1311
is in doc/, etc.