Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove intangible property from occur overlays. | Craig Earls | 2013-04-22 | 1 | -2/+1 |
| | |||||
* | Sort buffer now attempts to keep point at the same xact. | Craig Earls | 2013-04-18 | 1 | -31/+44 |
| | |||||
* | Merge pull request #177 from thdox/documentation-typos | Craig Earls | 2013-04-16 | 1 | -183/+183 |
|\ | | | | | Documentation typos | ||||
| * | Fix total posting costs example | thdox | 2013-04-16 | 1 | -2/+2 |
| | | |||||
| * | delete trailing whitespaces | thdox | 2013-04-16 | 1 | -153/+153 |
| | | |||||
| * | fix typos | thdox | 2013-04-16 | 1 | -29/+29 |
|/ | |||||
* | Merge pull request #176 from georgek/regex | Craig Earls | 2013-04-16 | 3 | -59/+70 |
|\ | | | | | OK, lets try again. Thanks for working on this! | ||||
| * | Make union of regexps at compile time | George Kettleborough | 2013-04-16 | 2 | -5/+8 |
| | | |||||
| * | Fix payees and accounts matching to themselves | George Kettleborough | 2013-04-16 | 1 | -52/+56 |
| | | | | | | | | | | | | This would sometimes cause a double tab to be necessary for completion, although did also provide an accidental "feature" that repeated tabs would cycle all the way back to the original input | ||||
| * | Fix completion on payees | George Kettleborough | 2013-04-15 | 1 | -2/+6 |
| | | |||||
| * | Clean up payee regexes | George Kettleborough | 2013-04-15 | 1 | -4/+4 |
| | | |||||
* | | Merge commit '3ad0f0d8a519d394b228908fc9b34ed7438386c2' into next | Craig Earls | 2013-04-15 | 1 | -1/+1 |
|\| | |||||
| * | Merge pull request #175 from thdox/bug-950 | John Wiegley | 2013-04-14 | 1 | -1/+1 |
| |\ | | | | | | | Bug 950 | ||||
| | * | Bug 950 | Thierry (thdox) | 2013-04-15 | 1 | -1/+1 |
| |/ | |||||
* / | commodities cleanup | Craig Earls | 2013-04-15 | 1 | -31/+5 |
|/ | |||||
* | Fixed ledger-mode.texi for info. | Craig Earls | 2013-04-14 | 1 | -1/+5 |
| | |||||
* | Merge pull request #174 from davidkeegan/next | Craig Earls | 2013-04-14 | 1 | -1/+1 |
|\ | | | | | How did I miss that? Thanks! | ||||
| * | Function name mismatch causes revert error. | David Keegan | 2013-04-14 | 1 | -1/+1 |
|/ | |||||
* | Bug 951, handle thousand separators. | Craig Earls | 2013-04-13 | 5 | -274/+296 |
| | | | | Rewrote handling for decimal comma to be much simpler. Why can't I see the simple way first? | ||||
* | Merge pull request #172 from georgek/regex | Craig Earls | 2013-04-13 | 4 | -13/+47 |
|\ | | | | | Looks good. Thanks for cleaning up the regexes. Separating the metadata form the account completion seems likely needless added complexity. What does it get us? | ||||
| * | Allow completion on accounts and metadata | George Kettleborough | 2013-04-13 | 2 | -8/+33 |
| | | |||||
| * | Add regex for metadata | George Kettleborough | 2013-04-13 | 1 | -3/+12 |
| | | |||||
| * | Fix comment regex to include all line comment types | George Kettleborough | 2013-04-11 | 2 | -2/+2 |
| | | |||||
| * | Stop account regexes matching comments | George Kettleborough | 2013-04-11 | 1 | -3/+3 |
| | | |||||
* | | fix typos in acprep | Johann Klähn | 2013-04-13 | 1 | -2/+2 |
| | | |||||
* | | Added .dir-locals.el | John Wiegley | 2013-04-12 | 1 | -0/+31 |
|/ | |||||
* | More regex fine tuning | Craig Earls | 2013-04-10 | 1 | -8/+8 |
| | |||||
* | More regex finetuning in context | Craig Earls | 2013-04-10 | 1 | -4/+8 |
| | |||||
* | Refactoring and style. | Craig Earls | 2013-04-10 | 10 | -211/+178 |
| | |||||
* | Merge pull request #171 from georgek/docs | Craig Earls | 2013-04-10 | 1 | -12/+12 |
|\ | | | | | Minor formatting fixes for Emacs and Org mode | ||||
| * | Minor formatting fixes for Emacs and Org mode | George Kettleborough | 2013-04-10 | 1 | -12/+12 |
| | | |||||
* | | even better context regex generation | Craig Earls | 2013-04-10 | 1 | -12/+13 |
|/ | |||||
* | Regex cleanup in ldg-context | Craig Earls | 2013-04-09 | 1 | -20/+33 |
| | |||||
* | Make quick balance showed "cleared" results | Craig Earls | 2013-04-08 | 1 | -10/+6 |
| | |||||
* | Improve quick display. | Craig Earls | 2013-04-08 | 1 | -2/+4 |
| | |||||
* | Added quick balance check to ledger-mode | Craig Earls | 2013-04-08 | 3 | -30/+51 |
| | |||||
* | Regex consistency and cleanup. | Craig Earls | 2013-04-07 | 1 | -13/+12 |
| | |||||
* | Fixed reconciliation initialization. Now prompts with only account, not ↵ | Craig Earls | 2013-04-06 | 10 | -206/+237 |
| | | | | | | status and amount Moved context function to leg-context, from leg-report. Cleaned up many regex in ldg-context. | ||||
* | Minor grammar fix | Craig Earls | 2013-04-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-04-06 | 2 | -29/+25 |
|\ | |||||
| * | Code cleanup of align postings | Craig Earls | 2013-04-06 | 1 | -13/+11 |
| | | |||||
| * | Rewrote align-postings again to improve handling of long account-names. It ↵ | Craig Earls | 2013-04-05 | 1 | -19/+20 |
| | | | | | | | | now leaves exactly 2 space between the commodity and the account if the amount would have stomped on the account. | ||||
| * | other font cleanup | Craig Earls | 2013-04-05 | 1 | -6/+1 |
| | | |||||
| * | Fixed ledger-font-other line. Thanks Thierry! | Craig Earls | 2013-04-05 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'next' into ledger-mode-automatic-transactions | Craig Earls | 2013-04-04 | 13 | -136/+241 |
|\| | |||||
| * | Regex Cleanup | Craig Earls | 2013-04-04 | 2 | -3/+2 |
| | | |||||
| * | Fix ledger-complete-entry for stale regex | Craig Earls | 2013-04-04 | 1 | -1/+1 |
| | | |||||
| * | Fix next-account so that status markers can be manually entered into a ↵ | Craig Earls | 2013-04-04 | 1 | -2/+6 |
| | | | | | | | | buffer when auto alignment is on. | ||||
| * | Fixed bug that caused ledger-mode interfere with other mode that used ↵ | Craig Earls | 2013-04-04 | 1 | -1/+1 |
| | | | | | | | | indent-region | ||||
| * | Fix copy-at-point and more regex consolidation and cleanup | Craig Earls | 2013-04-03 | 7 | -109/+103 |
| | |