summaryrefslogtreecommitdiff
path: root/lisp/ledger-context.el
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Fix bug 1108, enabling correct account context.thdox2015-03-231-2/+2
| | | | | | | | The old way of working was keeping spaces before and after the account. Now the space before is associated to the "status" and "separator" is enlarged to not be maxed to 2 chars [ci skip]
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
| | | | | | The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/"
* [emacs] Fix byte compilation warningsSteve Purcell2014-12-091-1/+3
|
* ensures that account with spaces in the names are correctly rested by ↵Craig Earls2014-06-291-9/+10
| | | | ledger-context
* context was not handling decimal-comma properly.Craig Earls2014-06-291-2/+2
|
* Indent & untabifythdox2014-05-171-12/+12
| | | | | | | M-x mark-whole-buffer M-x indent-region M-x mark-whole-buffer M-x untabify
* Refactor macros in ledger-context.el to byte compile cleanlySteve Purcell2014-05-091-28/+13
|
* Update old FSF addressJamie Nguyen2014-03-231-2/+2
|
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* Backed out recent changes that broke the complete cycling behavior.Craig Earls2014-01-071-20/+27
|
* Context-aware pcomplete rules.4ourbit2013-12-311-27/+20
| | | | | | | | | 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.
* emacs-mode: Prefix every function/variable/macro with ledger-.Moritz Ulrich2013-12-291-30/+31
| | | | | | | | 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>
* fix for unexpected point movement4ourbit2013-12-231-1/+1
| | | bug fixed: point moves to previous char when called at whitespace-only line
* Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-021-8/+8
| | | | | | | | 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/+211
All files and references changed ldg-* to ledger-*