summaryrefslogtreecommitdiff
path: root/lisp/ledger-reconcile.el
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'b9078dc93ffdb526efd0a859a73cc3076108f6b2'Craig Earls2014-03-251-2/+2
|\
| * Update old FSF addressJamie Nguyen2014-03-231-2/+2
| |
* | Make reconcile window refresh xact locations after a delete operationCraig Earls2014-02-241-14/+17
|/
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* ledger-reconcile: Add option to insert an effective date when clearing ↵Moritz Ulrich2014-01-021-1/+9
| | | | transactions.
* ledger-mode: Introduce `ledger-default-date-format'.Moritz Ulrich2013-12-301-5/+5
| | | | | | Some elisp functions depend on a date-format supplied in ~/.ledgerrc. Change these by introducing a default ("%Y/%m/%d"). Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* emacs-mode: Prefix every function/variable/macro with ledger-.Moritz Ulrich2013-12-291-2/+2
| | | | | | | | This is the common convention in Emacs Lisp. Not following it might cause problems with other packages as functions/variables/macros are always visible to other modules. Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* ledger-mode: Add missing argument to ledger-delete-current-transactionSteve Purcell2013-12-111-1/+1
|
* ledger-mode: Use easymenu to remove boilerplateSteve Purcell2013-12-111-26/+30
| | | | | Among other benefits, this lets us define the menu entries from top to bottom, rather than in reverse.
* ledger-mode: declare keymaps at the top levelSteve Purcell2013-12-091-3/+5
|
* Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-08-201-2/+7
|\ | | | | | | | | Conflicts: lisp/ledger-reconcile.el
| * Bug 986. Add file order to sorting options in the reconcile mode.Craig Earls2013-08-201-2/+7
| |
* | Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-021-157/+157
|/ | | | | | | | Conflicts: lisp/ledger-init.el lisp/ledger-mode.el lisp/ledger-reconcile.el lisp/ledger-schedule.el
* Finished changing name to ledger-*Craig Earls2013-07-021-0/+485
All files and references changed ldg-* to ledger-*