Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add regional sort facility to ledger mode | Craig Earls | 2013-02-01 | 4 | -28/+66 |
| | | | | | | C-c C-s now bound to ledger-sort-region. ledger-sort-region is smart and find the beginning of the first xact within the region and the beginning of the first xact AFTER the region so that it can keep posing structure intact | ||||
* | Merge branch 'next' into ledger-mode-sort-region | Craig Earls | 2013-02-01 | 3 | -13/+74 |
|\ | |||||
| * | Customizable font-locking | Craig Earls | 2013-01-31 | 3 | -13/+74 |
| | | | | | | | | | | Moved font code into separate file. created faces that can be customized in using the emacs customizations menu group ledger-faces | ||||
* | | WIP. ledger-sort-region still drops the first transaction in the region. | Craig Earls | 2013-01-31 | 2 | -14/+25 |
|/ | |||||
* | Add ability to reconcile new account without switching recon buffers | Craig Earls | 2013-01-30 | 1 | -0/+11 |
| | | | | | Show cleared balance on command Update documentation | ||||
* | Removed call to ledger-reports-patch-reports | Craig Earls | 2013-01-30 | 1 | -6/+1 |
| | | | | | This function was never defined and appeared to nothing. I caused errors on some system by not existing. | ||||
* | Added GPL licensing information to lisp files | Craig Earls | 2013-01-29 | 12 | -0/+253 |
| | |||||
* | Merge pull request #90 from rladams/next | John Wiegley | 2013-01-29 | 1 | -41/+23 |
|\ | | | | | Next | ||||
| * | Made marker logic for jumping from hyperlinked reports to source files work ↵ | adamsrl | 2012-10-15 | 1 | -37/+9 |
| | | | | | | | | by simplifying. | ||||
| * | Adding goto EOL to fix issue where re-search-forward was including ledger ↵ | adamsrl | 2012-10-15 | 1 | -9/+8 |
| | | | | | | | | report data in the text properties. | ||||
| * | Added back my patches for johns ldg-mode | adamsrl | 2012-10-14 | 1 | -8/+19 |
| | | |||||
* | | Merge pull request #135 from enderw88/emacs-mode-easy-load | John Wiegley | 2013-01-29 | 3 | -4/+12 |
|\ \ | | | | | | | Fixed the new ledger mod so that loading leg-new.el is sufficient | ||||
| * | | Fixed the new ledger mod so that loading leg-new.el is sufficient | Craig Earls | 2013-01-29 | 3 | -4/+12 |
| | | | | | | | | | | | | | | | The reconcile package and the xact package didn't provide themselves, and the leg-new module didn't load up everything it needed. | ||||
* | | | Fixes the set-year and set-month functions | Craig Earls | 2013-01-29 | 1 | -1/+15 |
|/ / | | | | | | | Also adds current year and month to the entry prompt. | ||||
* | | fixes the reconcile mode, adds menus for all modes | Craig Earls | 2013-01-29 | 3 | -57/+132 |
| | | | | | | | | thanks to dk for the is-std defun. | ||||
* | | Apply patch to update ldg-reconcile.el | John Wiegley | 2013-01-16 | 1 | -1/+39 |
| | | |||||
* | | Fixed ledger-add-entry | Craig Earls | 2013-01-16 | 1 | -1/+42 |
|/ | | | | | | copied ledger-iterate-entries, ledger-set-year and ledger-set-month from the old ledger.el. Changed ledger-add-entry to use ledger-exec-ledger vice the old ledger-run-ledger. | ||||
* | Patch reports with markers to allow xact shifting | John Wiegley | 2012-08-08 | 2 | -6/+46 |
| | |||||
* | Allow non-register reports to work again | John Wiegley | 2012-07-30 | 1 | -14/+18 |
| | |||||
* | Require ldg-report from ldg-new (for now) | John Wiegley | 2012-07-30 | 1 | -0/+1 |
| | |||||
* | Add ability to visit source line from ldg-report | John Wiegley | 2012-07-30 | 1 | -1/+23 |
| | |||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -0/+50 |
| | |||||
* | Current directory fix to ldg-test.el | John Wiegley | 2012-03-30 | 1 | -1/+5 |
| | |||||
* | 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 |
| |