summaryrefslogtreecommitdiff
path: root/lisp/ledger-complete.el
Commit message (Collapse)AuthorAgeFilesLines
* Indent & untabifythdox2014-05-171-97/+97
| | | | | | | M-x mark-whole-buffer M-x indent-region M-x mark-whole-buffer M-x untabify
* Update old FSF addressJamie Nguyen2014-03-231-2/+2
|
* Add option ledger-complete-ignore-caseMarcin Borkowski2014-02-031-36/+42
| | | | and change ledger-pcomplete accordingly
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* Fix issue in ledger-fully-complete-xact to deal with possible trailing ↵Craig Earls2014-01-131-8/+13
| | | | spaces after a payee
* Backed out recent changes that broke the complete cycling behavior.Craig Earls2014-01-071-50/+5
|
* Context-aware pcomplete rules.4ourbit2013-12-311-4/+49
| | | | | | | | | Provide completions based on information retrieved with 'ledger-context-at-point'. To support step-by-step completion of transactions some more patterns were added to 'ledger-line-config'. The actual completion rules mostly reuse some of the convenient input commands that are buried in ledger-mode. Using the standard pcomplete termination string (" ") to allow a "context switch" at the end of each completion step.
* ledger-mode: Fix a number of byte-compilation warningsSteve Purcell2013-12-111-1/+1
|
* Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-021-82/+82
| | | | | | | | 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/+257
All files and references changed ldg-* to ledger-*