summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Make union of regexps at compile timeGeorge Kettleborough2013-04-162-5/+8
| | |
| | * Fix payees and accounts matching to themselvesGeorge Kettleborough2013-04-161-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 payeesGeorge Kettleborough2013-04-151-2/+6
| | |
| | * Clean up payee regexesGeorge Kettleborough2013-04-151-4/+4
| | |
| * | Merge commit '3ad0f0d8a519d394b228908fc9b34ed7438386c2' into nextCraig Earls2013-04-151-1/+1
| |\|
| | * Merge pull request #175 from thdox/bug-950John Wiegley2013-04-141-1/+1
| | |\ | | | | | | | | Bug 950
| | | * Bug 950Thierry (thdox)2013-04-151-1/+1
| | |/
| * / commodities cleanupCraig Earls2013-04-151-31/+5
| |/
| * Fixed ledger-mode.texi for info.Craig Earls2013-04-141-1/+5
| |
| * Merge pull request #174 from davidkeegan/nextCraig Earls2013-04-141-1/+1
| |\ | | | | | | How did I miss that? Thanks!
| | * Function name mismatch causes revert error.David Keegan2013-04-141-1/+1
| |/
| * Bug 951, handle thousand separators.Craig Earls2013-04-135-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/regexCraig Earls2013-04-134-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 metadataGeorge Kettleborough2013-04-132-8/+33
| | |
| | * Add regex for metadataGeorge Kettleborough2013-04-131-3/+12
| | |
| | * Fix comment regex to include all line comment typesGeorge Kettleborough2013-04-112-2/+2
| | |
| | * Stop account regexes matching commentsGeorge Kettleborough2013-04-111-3/+3
| | |
| * | fix typos in acprepJohann Klähn2013-04-131-2/+2
| | |
* | | Merge branch 'next'John Wiegley2013-04-29226-6654/+15275
|\| |
| * | Added .dir-locals.elJohn Wiegley2013-04-121-0/+31
| |/
| * More regex fine tuningCraig Earls2013-04-101-8/+8
| |
| * More regex finetuning in contextCraig Earls2013-04-101-4/+8
| |
| * Refactoring and style.Craig Earls2013-04-1010-211/+178
| |
| * Merge pull request #171 from georgek/docsCraig Earls2013-04-101-12/+12
| |\ | | | | | | Minor formatting fixes for Emacs and Org mode
| | * Minor formatting fixes for Emacs and Org modeGeorge Kettleborough2013-04-101-12/+12
| | |
| * | even better context regex generationCraig Earls2013-04-101-12/+13
| |/
| * Regex cleanup in ldg-contextCraig Earls2013-04-091-20/+33
| |
| * Make quick balance showed "cleared" resultsCraig Earls2013-04-081-10/+6
| |
| * Improve quick display.Craig Earls2013-04-081-2/+4
| |
| * Added quick balance check to ledger-modeCraig Earls2013-04-083-30/+51
| |
| * Regex consistency and cleanup.Craig Earls2013-04-071-13/+12
| |
| * Fixed reconciliation initialization. Now prompts with only account, not ↵Craig Earls2013-04-0610-206/+237
| | | | | | | | | | | | status and amount Moved context function to leg-context, from leg-report. Cleaned up many regex in ldg-context.
| * Minor grammar fixCraig Earls2013-04-061-1/+1
| |
| * Merge branch 'next' into ledger-mode-automatic-transactionsCraig Earls2013-04-062-29/+25
| |\
| | * Code cleanup of align postingsCraig Earls2013-04-061-13/+11
| | |
| | * Rewrote align-postings again to improve handling of long account-names. It ↵Craig Earls2013-04-051-19/+20
| | | | | | | | | | | | now leaves exactly 2 space between the commodity and the account if the amount would have stomped on the account.
| | * other font cleanupCraig Earls2013-04-051-6/+1
| | |
| | * Fixed ledger-font-other line. Thanks Thierry!Craig Earls2013-04-051-1/+3
| | |
| * | Merge branch 'next' into ledger-mode-automatic-transactionsCraig Earls2013-04-0413-136/+241
| |\|
| | * Regex CleanupCraig Earls2013-04-042-3/+2
| | |
| | * Fix ledger-complete-entry for stale regexCraig Earls2013-04-041-1/+1
| | |
| | * Fix next-account so that status markers can be manually entered into a ↵Craig Earls2013-04-041-2/+6
| | | | | | | | | | | | buffer when auto alignment is on.
| | * Fixed bug that caused ledger-mode interfere with other mode that used ↵Craig Earls2013-04-041-1/+1
| | | | | | | | | | | | indent-region
| | * Fix copy-at-point and more regex consolidation and cleanupCraig Earls2013-04-037-109/+103
| | |
| | * Consolidated all major regexes into ldg-regex. Only major exception are the ↵Craig Earls2013-04-0211-44/+90
| | | | | | | | | | | | regex in ledger context at point.
| | * Fixes bug 904, failure to highly pending postings. Adds two new faces for ↵Craig Earls2013-04-024-11/+53
| | | | | | | | | | | | pending and cleared posting.
| | * Initial chapter on time-keeping in ledger3.texiCraig Earls2013-04-021-2/+32
| | |
| | * ledger-read-commodity-string now calls ledger-split-commodity-stringCraig Earls2013-04-011-19/+9
| | |
| * | Merge branch 'next' into ledger-mode-automatic-transactionsCraig Earls2013-04-015-8/+10
| |\|
| | * Bring back comments into account completion.Craig Earls2013-04-011-4/+3
| | |