Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ledger-mode: Fix a number of byte-compilation warnings | Steve Purcell | 2013-12-11 | 4 | -10/+10 |
| | |||||
* | ledger-mode: Add missing argument to ledger-delete-current-transaction | Steve Purcell | 2013-12-11 | 1 | -1/+1 |
| | |||||
* | ledger-mode: Remove duplication in ledger-set-{year,month} | Steve Purcell | 2013-12-11 | 1 | -6/+8 |
| | |||||
* | ledger-mode: Add namespace prefix to highlight-overlay | Steve Purcell | 2013-12-11 | 2 | -5/+5 |
| | | | | | make-variable-buffer-local is a top-level form: this commit moves that call from ledger-mode to next to the variable's declaration. | ||||
* | ledger-mode: Use easymenu to remove boilerplate | Steve Purcell | 2013-12-11 | 3 | -85/+90 |
| | | | | | Among other benefits, this lets us define the menu entries from top to bottom, rather than in reverse. | ||||
* | ledger-mode: declare keymaps at the top level | Steve Purcell | 2013-12-09 | 3 | -76/+81 |
| | |||||
* | ledger-mode: define and use a syntax table so that comments are handled properly | Steve Purcell | 2013-12-09 | 1 | -0/+9 |
| | | | | | | | | Specifically, functionality which uses syntax-ppss to detect comments needs the syntax table to be aware of them. A prime example is goto-address-prog-mode. This commit adds a basic syntax table for this purpose. | ||||
* | Reload init when calling ledger-init-load-init-file again. | Rémi Vanicat | 2013-11-26 | 1 | -1/+2 |
| | | | | | | When the ledger-init-load-init-file was called again, it used to parse ledger init file, and to throw away the result. No you can use it to load this file again when you have change something in it. | ||||
* | Merge branch 'ledger-mode-automatic-transactions' | Craig Earls | 2013-11-12 | 12 | -615/+600 |
|\ | | | | | | | | | Conflicts: lisp/ledger-post.el | ||||
| * | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-11-06 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-09-20 | 2 | -21/+21 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-08-20 | 1 | -2/+7 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: lisp/ledger-reconcile.el | ||||
| * \ \ \ | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-07-19 | 2 | -6/+7 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-07-03 | 1 | -3/+10 |
| |\ \ \ \ \ | |||||
| * | | | | | | Add Schedule Upcoming to Ledger menu | Craig Earls | 2013-07-03 | 2 | -1/+3 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-07-02 | 19 | -445/+443 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lisp/ledger-init.el lisp/ledger-mode.el lisp/ledger-reconcile.el lisp/ledger-schedule.el | ||||
| * \ \ \ \ \ \ | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-07-02 | 2 | -91/+52 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Formatting cleanup | Craig Earls | 2013-07-02 | 1 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Formatting changes and initial inclusion of ledger-schedule | Craig Earls | 2013-07-02 | 11 | -784/+769 |
| | | | | | | | | | |||||
* | | | | | | | | | Fix values pushed to calc | Craig Earls | 2013-11-12 | 1 | -2/+2 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Fix provided feature to match file/package name | Steve Purcell | 2013-11-03 | 1 | -1/+1 |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | For `require` to work correctly, the provided feature name must match the name of the file. | ||||
* | | | | | | | Find first numeral or minus sign, instead of blind move | Vinod Kurup | 2013-09-08 | 1 | -1/+2 |
| | | | | | | | |||||
* | | | | | | | Move past the commodity sign | Vinod Kurup | 2013-09-07 | 1 | -1/+2 |
| | | | | | | | |||||
* | | | | | | | Update CMakeLists.txt | Simon Kaczor | 2013-08-21 | 1 | -20/+18 |
| |_|_|_|_|/ |/| | | | | | | | | | | | renamed files from ldg to ledger. Don't compile ledger-context.el because it has a macro. | ||||
* | | | | | | Bug 986. Add file order to sorting options in the reconcile mode. | Craig Earls | 2013-08-20 | 1 | -2/+7 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Change ledger-next-amount to be case-sensitive | Gergely Risko | 2013-07-12 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise if there is an account that's name only has one part, the regex can match it as a currency and as the beginning of an amount. E.g. if we have the line "Expenses 45 USD", then the old ledger-next-amount will jump to Expenses instead of to 45. | ||||
* | | | | | Fix comment string | Gergely Risko | 2013-07-09 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | Add ledger-mode-should-check-version to disable startup checks. | Craig Earls | 2013-07-03 | 1 | -3/+10 |
| |_|/ |/| | | | | | | | | This is for users who are not using the official Ledger, say maybe hedger… | ||||
* | | | Finished changing name to ledger-* | Craig Earls | 2013-07-02 | 18 | -152/+152 |
| |/ |/| | | | | | All files and references changed ldg-* to ledger-* | ||||
* | | Remove leg-new and made leg-mode the entry point. | Craig Earls | 2013-07-02 | 2 | -91/+52 |
|/ | |||||
* | Adjust subtraction to scale operands up, thereby avoiding the silly long results | Craig Earls | 2013-07-02 | 1 | -2/+8 |
| | |||||
* | Ensure target balance is actually parseable as a number | Craig Earls | 2013-07-01 | 1 | -16/+17 |
| | |||||
* | Added buffer cleanup and tweaked the reconcile quit routines. | Craig Earls | 2013-06-27 | 2 | -6/+4 |
| | |||||
* | Add buffer cleanup function. | Craig Earls | 2013-06-06 | 1 | -0/+15 |
| | |||||
* | Dramatic improvements to account completion speeds. | Craig Earls | 2013-06-05 | 4 | -248/+236 |
| | |||||
* | Implemented different sorting function on the reconcile buffer. | Craig Earls | 2013-06-03 | 1 | -5/+27 |
| | | | | | | C-c C-a for amount C-c C-p for payee C-c C-d for date | ||||
* | Fix Bug 966 Auto Indent conflicts with undo. Removed the auto-indent ↵ | Craig Earls | 2013-06-03 | 2 | -16/+7 |
| | | | | function and added an indent xact function | ||||
* | Fix bug 967, Windows rearranging after reconcile save. | Craig Earls | 2013-06-03 | 1 | -2/+5 |
| | |||||
* | Completion improvements | Craig Earls | 2013-06-03 | 2 | -8/+8 |
| | |||||
* | Fix bug 969, payee completing only works with plain alpha chars | Craig Earls | 2013-06-02 | 1 | -1/+1 |
| | |||||
* | Resolve bug 957 update reconcile buffer when saving ledger buffer | Craig Earls | 2013-05-23 | 1 | -42/+42 |
| | |||||
* | Add option if dates should be iso-8601 by default | Albert Krewinkel | 2013-05-22 | 1 | -3/+14 |
| | | | | | Allow users to choose between the default YYYY/MM/DD format and the iso-standardized format YYYY-MM-DD. | ||||
* | Correction to ldg-context xact regex. | Craig Earls | 2013-05-21 | 1 | -21/+22 |
| | |||||
* | Prevent failure if ledger sort buffer is called with point before the ledger ↵ | Craig Earls | 2013-05-14 | 1 | -7/+7 |
| | | | | start marker. | ||||
* | Fix ledger-find-slot so that it doesn't require transaction codes | Craig Earls | 2013-05-14 | 2 | -60/+60 |
| | |||||
* | Fix Bug 962 | Craig Earls | 2013-05-11 | 2 | -81/+82 |
| | |||||
* | Correct regex | Craig Earls | 2013-05-11 | 1 | -1/+1 |
| | |||||
* | Reverted changes to completion. Changes were "more correct" but performance ↵ | Craig Earls | 2013-05-10 | 3 | -32/+12 |
| | | | | on large buffer was too poor. | ||||
* | Fix Bug 961, add ldg-context.el and ldg-schedule.el to CMakeLists.txt | Craig Earls | 2013-05-09 | 1 | -4/+6 |
| | |||||
* | Implement more efficient completion algorithm. Thanks Thierry! Also remove ↵ | Craig Earls | 2013-05-06 | 3 | -61/+38 |
| | | | | multi-comment font-locking for performance reasons. |