| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* lisp/ledger.el: Use vector notation for the backspace key.
Say "[backspace]" rather than "(kbd "<backspace>")".
|
|
|
|
| |
* lisp/ledger.el: When starting ledger-report, print a help message.
|
|
|
|
| |
* lisp/ledger.el: Make backspace scroll down in ledger-report buffers.
|
|
|
|
|
|
|
|
|
|
|
| |
* lisp/ledger.el: Make ledger-report buffers non-editable.
Intuitively, a ledger-report buffer is a report -- the result of
applying a function to your ledger data. Thus, the buffers created by
ledger-reports aren't editable text; to "change" the ledger-report
buffer, change the ledger data from which the report is derived.
This commit alters ledger-report and ledger-report-redo.
|
|
|
|
| |
* lisp/ledger.el: Indicate what the report name is in report buffers
|
|
|
|
|
| |
The last commit did not contain the majority of changes because of a
slight mishap. This contains the real changeset.
|
|
|
|
|
|
|
|
|
|
|
|
| |
To better follow naming standards used in the accounting community --
particularly those relating to double-entry accounting -- the following
technical terms in Ledger have been changed:
- what was "entry" is now "transaction"
- what was "transaction" is now "posting"
Correspondingly, the shorthand names "entry" and "xact" have been
changed to "xact" and "post", respectively.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Otherwise, calling out to Ledger uses whatever the user's default
happens to be, such as iso-latin-1. This caused problems for one user
who had euro symbols encoding in utf-8 in his data file.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
is in doc/, etc.
|