summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* ledger reconcile will recommend the account in the posting, even if point isn...Craig Earls2014-06-291-2/+1
* ensures that account with spaces in the names are correctly rested by ledger-...Craig Earls2014-06-291-9/+10
* context was not handling decimal-comma properly.Craig Earls2014-06-291-2/+2
* ledger-reconcile clean byte-compileCraig Earls2014-06-281-5/+5
* ledger-complete clean byte compileCraig Earls2014-06-281-20/+4
* Fix bug 1052 ledger-mode mangles transactions with tabs.Craig Earls2014-06-253-4/+14
* Merge pull request #301 from csrhodes/masterCraig Earls2014-06-251-1/+2
|\
| * don't add a space when completingChristophe Rhodes2014-06-131-1/+2
* | Fix bug 1059, ledger mode deletes character if a posting is cleared but there...Craig Earls2014-06-241-1/+2
* | Was introduced with commit 73f336a, which removed a functionality fromthdox2014-06-221-0/+1
|/
* Fix bug 1040 Saving in reconcile buffer doesn't stay in reconcile bufferCraig Earls2014-05-181-10/+9
* Merge branch 'master' of https://github.com/ledger/ledgerCraig Earls2014-05-182-3/+3
|\
| * Merge pull request #297 from thdox/reconcile-sort-keyCraig Earls2014-05-181-2/+2
| |\
| | * Fix #986 and improve documentation.thdox2014-05-181-2/+2
| * | Cosmetic change - format code consistentlyMartin Michlmayr2014-05-181-1/+1
| |/
* / Fix bug 1039. Where the ledger buffer was incorrectly shown in the same frame...Craig Earls2014-05-181-1/+2
|/
* Indent & untabifythdox2014-05-1718-1167/+1167
* Fix bug 1030 improperly placing the stays mark if the Payee starts with a digit.Craig Earls2014-05-111-2/+4
* Merge commit 'dbfbf2bc893de3c44dcc08c33811bc274f647672'Craig Earls2014-05-091-28/+13
|\
| * Refactor macros in ledger-context.el to byte compile cleanlySteve Purcell2014-05-091-28/+13
* | Merge commit '62bdb2f13a31449ca6f439ee121162647c39855e'Craig Earls2014-04-242-9/+17
|\|
| * fix ledger-iso-date-regex, abusing its name slightlyChristophe Rhodes2014-04-231-2/+2
| * add "year" handling to ledger-iterate-regexChristophe Rhodes2014-04-231-1/+1
| * improve C-c C-a (ledger-xact-insert-transaction) behaviourChristophe Rhodes2014-04-231-6/+14
* | Merge commit 'b9078dc93ffdb526efd0a859a73cc3076108f6b2'Craig Earls2014-03-2518-38/+40
|\|
| * Update old FSF addressJamie Nguyen2014-03-2318-36/+36
| * lisp: use more legible colors on dark backgroundsVincent Bernat2014-03-231-2/+4
* | Make reconcile window refresh xact locations after a delete operationCraig Earls2014-02-241-14/+17
|/
* Add option ledger-complete-ignore-caseMarcin Borkowski2014-02-031-36/+42
* Bump copyright information to 2014Alexis Hildebrandt2014-02-0217-17/+17
* Merge pull request #229 from EvilBit/masterJohann Klähn2014-01-251-2/+12
|\
| * Move emacs lisp installation destination to subdirectoryOskar Kohout2014-01-041-1/+1
| * Fix emacs lisp build chainOskar Kohout2014-01-041-1/+11
* | Fixed some formatting problems and fixed bug 1007 aligning decimal comma amou...Craig Earls2014-01-132-63/+63
* | Fix issue in ledger-fully-complete-xact to deal with possible trailing spaces...Craig Earls2014-01-131-8/+13
* | ledger-mode: only modify completion-at-point-functions locallySteve Purcell2014-01-071-1/+1
* | Backed out recent changes that broke the complete cycling behavior.Craig Earls2014-01-073-72/+32
|/
* Use `ledger-read-date' where applicable.Moritz Ulrich2014-01-021-3/+4
* `ledger-read-date': Use `ledger-minibuffer-history'.Moritz Ulrich2014-01-021-1/+2
* ledger-reconcile: Add option to insert an effective date when clearing transa...Moritz Ulrich2014-01-021-1/+9
* `ledger-insert-effective-date': use `ledger-read-date'.Moritz Ulrich2014-01-021-9/+8
* Add `ledger-read-date' - Read date & default to today.Moritz Ulrich2014-01-021-0/+11
* Fix for pcomplete Metadata rule.4ourbit2014-01-011-0/+2
* Plugging ledger pcomplete into completion-at-point.4ourbit2014-01-011-0/+1
* Context-aware pcomplete rules.4ourbit2013-12-313-34/+76
* ledger-mode: Introduce `ledger-default-date-format'.Moritz Ulrich2013-12-304-9/+16
* Improve `ledger-insert-effective-date'.Moritz Ulrich2013-12-301-10/+27
* ledger-mode: Add `ledger-remove-effective-date'.Moritz Ulrich2013-12-301-0/+23
* emacs-mode: Prefix every function/variable/macro with ledger-.Moritz Ulrich2013-12-292-32/+33
* Fix `ledger-string-to-number' for decimal-commaMoritz Ulrich2013-12-281-5/+5