Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | ledger-reconcile.el: don't use flatten | Rémi Vanicat | 2014-07-09 | 1 | -2/+2 | |
|/ | | | | The flatten function is not part of Emacs, so better not use it. | |||||
* | Merge branch 'ledger-mode-bbug-875-configurable-reconcile-line' | Craig Earls | 2014-07-03 | 1 | -28/+73 | |
|\ | ||||||
| * | Finished configurable reconcile format line. | Craig Earls | 2014-07-03 | 1 | -4/+15 | |
| | | ||||||
| * | ledger-reconcile-compile-format-string returns a lambda that is used to ↵ | Craig Earls | 2014-07-02 | 1 | -17/+25 | |
| | | | | | | | | format the posting data | |||||
| * | Refactor code to pull posting format into separate defun. Added reconcile ↵ | Craig Earls | 2014-07-02 | 1 | -27/+53 | |
| | | | | | | | | buffer header and line configuration defcustom. | |||||
* | | Merge pull request #307 from redstreet/master | Craig Earls | 2014-07-03 | 1 | -22/+74 | |
|\ \ | | | | | | | Updated out of date value expression section in the documentation. | |||||
| * | | Fix to 90519fc6e132bd (moved paragraph to end of section). | Redstreet | 2014-07-03 | 1 | -5/+4 | |
| | | | ||||||
| * | | Updated out of date value expression section in the documentation. | Redstreet | 2014-07-03 | 1 | -22/+75 | |
|/ / | ||||||
* / | Unify debugging categories | Martin Michlmayr | 2014-07-01 | 3 | -10/+10 | |
|/ | | | | | Debugging categories follow the filename, which in this case is singular (rather than plural) "account" and "amount". | |||||
* | Fix bug 1051 ledger-posting-amount-face doesn't work | Craig Earls | 2014-06-30 | 1 | -0/+7 | |
| | ||||||
* | Add regression test for commit de17ccf1 | Martin Michlmayr | 2014-06-30 | 1 | -0/+61 | |
| | | | | | Add regression test for commit de17ccf1 (" When a status flag (! or *) is explicitly specified for an individual…") | |||||
* | Format commands properly | Martin Michlmayr | 2014-06-30 | 1 | -2/+7 | |
| | ||||||
* | Typo fix | Martin Michlmayr | 2014-06-30 | 1 | -1/+1 | |
| | ||||||
* | Document --values | Martin Michlmayr | 2014-06-30 | 2 | -1/+4 | |
| | ||||||
* | Document --unrealized | Martin Michlmayr | 2014-06-30 | 2 | -1/+4 | |
| | ||||||
* | Merge pull request #306 from maxsatula/status-behavior | John Wiegley | 2014-06-30 | 1 | -2/+1 | |
|\ | | | | | Status (cleared/pending/uncleared) processing behavior | |||||
| * | When a status flag (! or *) is explicitly specified for an individual ↵ | Max Satula | 2014-06-30 | 1 | -2/+1 | |
|/ | | | | posting, it always has a priority over entire transaction status. | |||||
* | ledger reconcile will recommend the account in the posting, even if point ↵ | Craig Earls | 2014-06-29 | 1 | -2/+1 | |
| | | | | isn't in it. | |||||
* | ensures that account with spaces in the names are correctly rested by ↵ | Craig Earls | 2014-06-29 | 1 | -9/+10 | |
| | | | | ledger-context | |||||
* | context was not handling decimal-comma properly. | Craig Earls | 2014-06-29 | 1 | -2/+2 | |
| | ||||||
* | ledger-reconcile clean byte-compile | Craig Earls | 2014-06-28 | 1 | -5/+5 | |
| | ||||||
* | ledger-complete clean byte compile | Craig Earls | 2014-06-28 | 1 | -20/+4 | |
| | ||||||
* | Fix Bug 1057: Emacs output does not escape special characters. | Craig Earls | 2014-06-26 | 2 | -74/+81 | |
| | ||||||
* | Fix bug 1052 ledger-mode mangles transactions with tabs. | Craig Earls | 2014-06-25 | 3 | -4/+14 | |
| | ||||||
* | Merge pull request #301 from csrhodes/master | Craig Earls | 2014-06-25 | 1 | -1/+2 | |
|\ | | | | | | | | | don't add a space when completing. Sorry it took so long. Somehow I got it in my mind that this was a bug report and I just didm;t have time to look. | |||||
| * | don't add a space when completing | Christophe Rhodes | 2014-06-13 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | completing payees with ledger-magic-tab would add a space when there was only one possible completion. That space, in ledger's file format, would always need to be deleted again it might be helpful when completing accounts to add two spaces, but the current completion code organization can't (easily) distinguish between payee and account completion. Adding one space is harmful to account completion too, in that `ledger-account.*regex' parse accounts by looking for two spaces, and treat an account name ending with a single space before the newline as having the space as part of the account name. | |||||
* | | Fix bug 1059, ledger mode deletes character if a posting is cleared but ↵ | Craig Earls | 2014-06-24 | 1 | -1/+2 | |
| | | | | | | | | there are less that four space between the account and the amount. | |||||
* | | Merge pull request #304 from thdox/save-in-reconcile-buffer | Craig Earls | 2014-06-22 | 1 | -0/+1 | |
|\ \ | | | | | | | Restore C-x C-s keyboard shortcut in reconcile buffer | |||||
| * | | Was introduced with commit 73f336a, which removed a functionality from | thdox | 2014-06-22 | 1 | -0/+1 | |
| |/ | | | | | | | | | | | ledger.el old ledger mode. I maintain a branch locally to always restore C-x C-s keyboard shortcut that is so deeply inside my Emacs muscle memory. I propose to restore this definitely. | |||||
* | | Merge pull request #302 from thdox/bash-completion | Martin Michlmayr | 2014-06-22 | 1 | -1/+1 | |
|\ \ | | | | | | | Add latest contributed options to bash completion | |||||
| * | | Restore --raw that I erroneously deleted | thdox | 2014-06-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add latest contributed options to bash completion | thdox | 2014-06-22 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge pull request #303 from thdox/fix-typo-documentation | Martin Michlmayr | 2014-06-22 | 1 | -2/+2 | |
|\ \ | |/ |/| | Fix minor typo | |||||
| * | Fix minor typo | thdox | 2014-06-22 | 1 | -2/+2 | |
|/ | ||||||
* | Bump version numbers everywhere to 3.0.3 | John Wiegley | 2014-06-08 | 2 | -3/+3 | |
| | ||||||
* | Fix minor formatting issue | Martin Michlmayr | 2014-06-06 | 1 | -1/+1 | |
| | ||||||
* | Improve consistency regarding options | Martin Michlmayr | 2014-06-06 | 1 | -1/+1 | |
| | | | | | Use --exchange for both cases to avoid confusion for those who don't know that --exchange and -X are the same. | |||||
* | Don't lose commodity when cost is not separated by whitespace | Martin Michlmayr | 2014-06-05 | 2 | -3/+41 | |
| | | | | | | | | When a cost was specified without a whitespace after the @ symbol, as in @$5.01, this was incorrectly parsed as 5.01 (losing the commodity) rather than $5.01. Bug fix for #1050 | |||||
* | Merge pull request #300 from jacknagel/patch-2 | Martin Michlmayr | 2014-06-05 | 1 | -2/+0 | |
|\ | | | | | acprep: remove dead code | |||||
| * | acprep: remove dead code | Jack Nagel | 2014-06-05 | 1 | -2/+0 | |
|/ | | | This isn't used anywhere since 4681e58d7f3cda2a2ac6d05b6ec1a106f568e029. | |||||
* | Merge pull request #299 from bkuhn/document-exchange-option-with-colon | Craig Earls | 2014-06-05 | 1 | -1/+21 | |
|\ | | | | | | | | | Document --exchange COMMODITY1:COMMODITY2 syntax. Thanks! | |||||
| * | Document --exchange COMMODITY1:COMMODITY2 syntax. | Bradley M. Kuhn | 2014-06-05 | 1 | -1/+21 | |
|/ | | | | | It appears this syntax does indeed work as described in this change, but the feature was not previously documented herein. | |||||
* | Improve backwards compatibility with ledger2 | Martin Michlmayr | 2014-05-30 | 4 | -10/+99 | |
| | | | | | | | This brings some single character format strings in line with what they actually meant in ledger2. Bug fix for #755 | |||||
* | Remove character that wasn't displayed in ledger2 | Martin Michlmayr | 2014-05-30 | 1 | -1/+1 | |
| | ||||||
* | Recognize --cleared-format option | Martin Michlmayr | 2014-05-30 | 1 | -0/+1 | |
| | | | | Bug fix for #747 | |||||
* | Fix query string for select account | Martin Michlmayr | 2014-05-30 | 2 | -20/+20 | |
| | | | | | | | A wrong query string was generated by "select account": one ansify_if() too much was listed and justify() was called with the wrong parameters. Bug fix for #744 | |||||
* | Move the debug statement to where it makes more sense | Martin Michlmayr | 2014-05-30 | 1 | -2/+1 | |
| | | | | | | It's possible to just say "select account" without a "from", so put the debug statement at the end of the block where the variable "formatter" is filled with the query string. | |||||
* | Handle POST_COST_VIRTUAL in print | Martin Michlmayr | 2014-05-30 | 2 | -2/+45 | |
| | | | | Bug fix for #1046 | |||||
* | Check whether a month is followed by a year | Martin Michlmayr | 2014-05-30 | 2 | -0/+47 | |
| | | | | Bug fix for #375 | |||||
* | Update line numbers | Martin Michlmayr | 2014-05-26 | 2 | -3/+3 | |
| |