Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improvements to ldg-test.el | John Wiegley | 2012-03-18 | 1 | -6/+9 |
| | |||||
* | Don't allow trailing ws in abbrev. account segments | John Wiegley | 2012-03-16 | 1 | -1/+1 |
| | | | | Fixes #358 | ||||
* | Correct parsing of automated xact expressions | John Wiegley | 2012-03-16 | 1 | -1/+2 |
| | | | | Fixes #458 | ||||
* | Restored tabs that had been converted to spaces | John Wiegley | 2012-03-16 | 1 | -2/+2 |
| | |||||
* | Unexpected initial whitespace is an error (again) | John Wiegley | 2012-03-16 | 1 | -3/+8 |
| | | | | Fixes #565 | ||||
* | Added ldg-test.el, to assist writing regression tests | John Wiegley | 2012-03-16 | 2 | -0/+63 |
| | |||||
* | Fix ledger-reconcile-visit. | Paul Lathrop | 2012-03-05 | 1 | -1/+1 |
| | | | | | | Removes a (apparently) un-necessary check on the car of the 'where' text property, and instead checks that the cdr is a valid marker object. May not be the correct fix for this problem, but *does* work. | ||||
* | Split a string in ledger.el | John Wiegley | 2012-02-10 | 1 | -2/+4 |
| | |||||
* | Fixed minor bug where ledger-add-entry would insert a space before the next ↵ | Craig Earls | 2012-02-10 | 1 | -1/+1 |
| | | | | | | | transaction. Extra space on line 229 after the newline sometimes showed up before the date in the next transaction. | ||||
* | Fixed font-lock REGEX to allow account names with spaces | Craig Earls | 2012-02-10 | 1 | -1/+1 |
| | |||||
* | Wrote Asset Allocation section | Craig Earls | 2012-02-10 | 1 | -2/+1 |
| | |||||
* | Started detailed emacs ledger mode section | Craig Earls | 2012-02-10 | 1 | -2/+2 |
| | |||||
* | Add easy-menu for Emacs-mode | Kenny Meyer | 2011-12-09 | 1 | -0/+18 |
| | |||||
* | Highlight account names with spaces. | Dan Peterson | 2011-08-28 | 1 | -2/+2 |
| | |||||
* | Added ledger-create-test to ldg-new.el | John Wiegley | 2011-08-18 | 1 | -0/+26 |
| | |||||
* | Add € and £ to currency one could use in ledger mode | Rémi Vanicat | 2011-04-06 | 1 | -1/+1 |
| | |||||
* | Add keybinding to the modes documentation. | Rémi Vanicat | 2011-04-06 | 1 | -7/+15 |
| | |||||
* | Added `ledger-update-test' to ldg-texi.el | John Wiegley | 2010-06-14 | 1 | -0/+20 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 13 | -1594/+1594 |
| | |||||
* | Revert "Support entries with effective dates in ledger-iterate-entries" | John Wiegley | 2010-05-13 | 1 | -35/+20 |
| | | | | This reverts commit a8333c3bd2b70adbd70b33cdda86cf6ee3b1ae23. | ||||
* | Make sure ldg-new.el loads correctly | John Wiegley | 2010-05-07 | 3 | -3/+8 |
| | |||||
* | Added some missing autoloads for the new ledger-mode | John Wiegley | 2010-05-02 | 5 | -80/+90 |
| | |||||
* | Some more refactoring of the new Lisp code | John Wiegley | 2010-04-12 | 3 | -62/+84 |
| | |||||
* | Broke up the old ledger.el into several submodules | John Wiegley | 2010-04-12 | 9 | -0/+1195 |
| | |||||
* | Cleanup the ldg-post code a little bit | John Wiegley | 2010-04-12 | 1 | -28/+75 |
| | |||||
* | lisp/ledger.el is now deprecated (until release) | John Wiegley | 2010-04-12 | 1 | -1/+1 |
| | | | | | The new code, still under development, starts in ldg-new.el. When it is ready to replace the old code, it will be renamed to ledger.el. | ||||
* | Fixes to ledger-mode regexps | John Wiegley | 2010-04-12 | 1 | -18/+19 |
| | |||||
* | Rewrote ldg-regex with a macro (for simplicity) | John Wiegley | 2010-04-12 | 2 | -168/+250 |
| | |||||
* | Added code to ldg-texi (for now) to update tests | John Wiegley | 2010-03-17 | 1 | -57/+85 |
| | |||||
* | Updated current version of ledger.el to 1.3 | John Wiegley | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | ldg-texi.el now auto-generates regression tests | John Wiegley | 2010-03-15 | 1 | -18/+49 |
| | |||||
* | Renamed ldg-account.el to ldg-post.el | John Wiegley | 2010-03-15 | 1 | -29/+29 |
| | |||||
* | Created lisp/ldg-account.el | John Wiegley | 2010-03-11 | 3 | -14/+136 |
| | |||||
* | Began writing lisp/ldg-regex.el | John Wiegley | 2010-03-10 | 1 | -0/+167 |
| | |||||
* | Started on some macros for writing the manual | John Wiegley | 2010-03-05 | 1 | -0/+62 |
| | |||||
* | Support entries with effective dates in ledger-iterate-entries | Andrew Childs | 2010-02-07 | 1 | -20/+35 |
| | |||||
* | Increased version number in lisp/ledger.el to 3.0 | John Wiegley | 2009-10-31 | 1 | -1/+1 |
| | |||||
* | Change reconcile-mode to look for either <stdin> or /dev/stdin | Chris Gray | 2009-06-17 | 1 | -4/+4 |
| | |||||
* | Simplified ledger-mode's font-lock-regexps | John Wiegley | 2009-06-16 | 1 | -11/+11 |
| | |||||
* | Improved how transactions are cleared in Emacs | John Wiegley | 2009-06-16 | 1 | -2/+14 |
| | | | | | | | If C-c C-c is used on a transaction, it now clears or unclears it, clearing all marks on individual postings when doing so. Fixes 863C0EE8-C193-46EE-9BAA-3A37DE73E4DB | ||||
* | Minor fix to entry title coloring | John Wiegley | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | Simplified a call to (error) in ledger.el | John Wiegley | 2009-06-02 | 1 | -3/+1 |
| | |||||
* | interactive in ledger-reconcile only needs one arg | Drew Raines | 2009-02-26 | 1 | -1/+1 |
| | |||||
* | Use vector notation for the backspace key. | Jesse Alama | 2009-02-24 | 1 | -1/+1 |
| | | | | | | * lisp/ledger.el: Use vector notation for the backspace key. Say "[backspace]" rather than "(kbd "<backspace>")". | ||||
* | When starting ledger-report, print a help message. | Jesse Alama | 2009-02-24 | 1 | -1/+2 |
| | | | | * lisp/ledger.el: When starting ledger-report, print a help message. | ||||
* | Make backspace scroll down in ledger-report buffers. | Jesse Alama | 2009-02-24 | 1 | -0/+1 |
| | | | | * lisp/ledger.el: Make backspace scroll down in ledger-report buffers. | ||||
* | Make ledger-report buffers non-editable. | Jesse Alama | 2009-02-24 | 1 | -2/+6 |
| | | | | | | | | | | | * lisp/ledger.el: Make ledger-report buffers non-editable. Intuitively, a ledger-report buffer is a report -- the result of applying a function to your ledger data. Thus, the buffers created by ledger-reports aren't editable text; to "change" the ledger-report buffer, change the ledger data from which the report is derived. This commit alters ledger-report and ledger-report-redo. | ||||
* | Indicate what the report name is in report buffers | Jesse Alama | 2009-02-24 | 1 | -1/+2 |
| | | | | * lisp/ledger.el: Indicate what the report name is in report buffers | ||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -95/+95 |
| | | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. | ||||
* | The Great Renaming | John Wiegley | 2009-02-23 | 1 | -95/+95 |
| | | | | | | | | | | | | To better follow naming standards used in the accounting community -- particularly those relating to double-entry accounting -- the following technical terms in Ledger have been changed: - what was "entry" is now "transaction" - what was "transaction" is now "posting" Correspondingly, the shorthand names "entry" and "xact" have been changed to "xact" and "post", respectively. |