summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
...
* ledger-mode: define and use a syntax table so that comments are handled properlySteve Purcell2013-12-091-0/+9
* Reload init when calling ledger-init-load-init-file again.RĂ©mi Vanicat2013-11-261-1/+2
* Merge branch 'ledger-mode-automatic-transactions'Craig Earls2013-11-1212-615/+600
|\
| * Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-11-061-1/+1
| |\
| * \ Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-09-202-21/+21
| |\ \
| * \ \ Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-08-201-2/+7
| |\ \ \
| * \ \ \ Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-192-6/+7
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-031-3/+10
| |\ \ \ \ \
| * | | | | | Add Schedule Upcoming to Ledger menuCraig Earls2013-07-032-1/+3
| * | | | | | Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-0219-445/+443
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-022-91/+52
| |\ \ \ \ \ \ \
| * | | | | | | | Formatting cleanupCraig Earls2013-07-021-2/+2
| * | | | | | | | Formatting changes and initial inclusion of ledger-scheduleCraig Earls2013-07-0211-784/+769
* | | | | | | | | Fix values pushed to calcCraig Earls2013-11-121-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix provided feature to match file/package nameSteve Purcell2013-11-031-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Find first numeral or minus sign, instead of blind moveVinod Kurup2013-09-081-1/+2
* | | | | | | Move past the commodity signVinod Kurup2013-09-071-1/+2
* | | | | | | Update CMakeLists.txtSimon Kaczor2013-08-211-20/+18
| |_|_|_|_|/ |/| | | | |
* | | | | | Bug 986. Add file order to sorting options in the reconcile mode.Craig Earls2013-08-201-2/+7
| |_|_|_|/ |/| | | |
* | | | | Change ledger-next-amount to be case-sensitiveGergely Risko2013-07-121-5/+6
* | | | | Fix comment stringGergely Risko2013-07-091-1/+1
| |_|_|/ |/| | |
* | | | Add ledger-mode-should-check-version to disable startup checks.Craig Earls2013-07-031-3/+10
| |_|/ |/| |
* | | Finished changing name to ledger-*Craig Earls2013-07-0218-152/+152
| |/ |/|
* | Remove leg-new and made leg-mode the entry point.Craig Earls2013-07-022-91/+52
|/
* Adjust subtraction to scale operands up, thereby avoiding the silly long resultsCraig Earls2013-07-021-2/+8
* Ensure target balance is actually parseable as a numberCraig Earls2013-07-011-16/+17
* Added buffer cleanup and tweaked the reconcile quit routines.Craig Earls2013-06-272-6/+4
* Add buffer cleanup function.Craig Earls2013-06-061-0/+15
* Dramatic improvements to account completion speeds.Craig Earls2013-06-054-248/+236
* Implemented different sorting function on the reconcile buffer.Craig Earls2013-06-031-5/+27
* Fix Bug 966 Auto Indent conflicts with undo. Removed the auto-indent functi...Craig Earls2013-06-032-16/+7
* Fix bug 967, Windows rearranging after reconcile save.Craig Earls2013-06-031-2/+5
* Completion improvementsCraig Earls2013-06-032-8/+8
* Fix bug 969, payee completing only works with plain alpha charsCraig Earls2013-06-021-1/+1
* Resolve bug 957 update reconcile buffer when saving ledger bufferCraig Earls2013-05-231-42/+42
* Add option if dates should be iso-8601 by defaultAlbert Krewinkel2013-05-221-3/+14
* Correction to ldg-context xact regex.Craig Earls2013-05-211-21/+22
* Prevent failure if ledger sort buffer is called with point before the ledger ...Craig Earls2013-05-141-7/+7
* Fix ledger-find-slot so that it doesn't require transaction codesCraig Earls2013-05-142-60/+60
* Fix Bug 962Craig Earls2013-05-112-81/+82
* Correct regexCraig Earls2013-05-111-1/+1
* Reverted changes to completion. Changes were "more correct" but performance ...Craig Earls2013-05-103-32/+12
* Fix Bug 961, add ldg-context.el and ldg-schedule.el to CMakeLists.txtCraig Earls2013-05-091-4/+6
* Implement more efficient completion algorithm. Thanks Thierry! Also remove ...Craig Earls2013-05-063-61/+38
* Ensure ledger-mode display balance can handle zero balance accounts.Craig Earls2013-05-061-1/+3
* Add stats to ledger modeCraig Earls2013-05-011-9/+22
* Merge pull request #178 from georgek/regexCraig Earls2013-04-223-1/+40
|\
| * Add highlighting for multiple line commentsGeorge Kettleborough2013-04-213-1/+40
* | Remove intangible property from occur overlays.Craig Earls2013-04-221-2/+1
|/
* Sort buffer now attempts to keep point at the same xact.Craig Earls2013-04-181-31/+44