summaryrefslogtreecommitdiff
path: root/lisp/ldg-regex.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix ledger-find-slot so that it doesn't require transaction codesCraig Earls2013-05-141-1/+1
|
* Fix Bug 962Craig Earls2013-05-111-1/+1
|
* Reverted changes to completion. Changes were "more correct" but performance ↵Craig Earls2013-05-101-19/+5
| | | | on large buffer was too poor.
* Add highlighting for multiple line commentsGeorge Kettleborough2013-04-211-0/+7
|
* Make union of regexps at compile timeGeorge Kettleborough2013-04-161-1/+5
|
* Clean up payee regexesGeorge Kettleborough2013-04-151-4/+4
|
* Bug 951, handle thousand separators.Craig Earls2013-04-131-1/+1
| | | | Rewrote handling for decimal comma to be much simpler. Why can't I see the simple way first?
* Add regex for metadataGeorge Kettleborough2013-04-131-3/+12
|
* Fix comment regex to include all line comment typesGeorge Kettleborough2013-04-111-1/+1
|
* Stop account regexes matching commentsGeorge Kettleborough2013-04-111-3/+3
|
* Regex consistency and cleanup.Craig Earls2013-04-071-13/+12
|
* Regex CleanupCraig Earls2013-04-041-1/+1
|
* Fix copy-at-point and more regex consolidation and cleanupCraig Earls2013-04-031-43/+39
|
* Consolidated all major regexes into ldg-regex. Only major exception are the ↵Craig Earls2013-04-021-1/+34
| | | | regex in ledger context at point.
* Fixes bug 904, failure to highly pending postings. Adds two new faces for ↵Craig Earls2013-04-021-0/+24
| | | | pending and cleared posting.
* Code formatting cleanup.Craig Earls2013-03-061-1/+2
|
* Update date regex to handles dashes and slashesCraig Earls2013-02-271-0/+2
|
* Lisp code cleanupCraig Earls2013-02-051-65/+65
| | | | | | Most of the files have been touched several times and the indentation structure was wrong. I ran all the files through the emacs indent region function to get back to a baseline
* Added GPL licensing information to lisp filesCraig Earls2013-01-291-0/+21
|
* Untabified all source filesJohn Wiegley2010-06-111-125/+125
|
* Added some missing autoloads for the new ledger-modeJohn Wiegley2010-05-021-76/+76
|
* Fixes to ledger-mode regexpsJohn Wiegley2010-04-121-18/+19
|
* Rewrote ldg-regex with a macro (for simplicity)John Wiegley2010-04-121-161/+243
|
* Created lisp/ldg-account.elJohn Wiegley2010-03-111-13/+13
|
* Began writing lisp/ldg-regex.elJohn Wiegley2010-03-101-0/+167