Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | 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. | |||||
* | Ensure ledger-mode display balance can handle zero balance accounts. | Craig Earls | 2013-05-06 | 1 | -1/+3 | |
| | ||||||
* | Add stats to ledger mode | Craig Earls | 2013-05-01 | 1 | -9/+22 | |
| | ||||||
* | Merge pull request #178 from georgek/regex | Craig Earls | 2013-04-22 | 3 | -1/+40 | |
|\ | | | | | Add highlighting for multiple line comments | |||||
| * | Add highlighting for multiple line comments | George Kettleborough | 2013-04-21 | 3 | -1/+40 | |
| | | ||||||
* | | Remove intangible property from occur overlays. | Craig Earls | 2013-04-22 | 1 | -2/+1 | |
|/ | ||||||
* | Sort buffer now attempts to keep point at the same xact. | Craig Earls | 2013-04-18 | 1 | -31/+44 | |
| | ||||||
* | Merge pull request #176 from georgek/regex | Craig Earls | 2013-04-16 | 3 | -59/+70 | |
|\ | | | | | OK, lets try again. Thanks for working on this! | |||||
| * | Make union of regexps at compile time | George Kettleborough | 2013-04-16 | 2 | -5/+8 | |
| | | ||||||
| * | Fix payees and accounts matching to themselves | George Kettleborough | 2013-04-16 | 1 | -52/+56 | |
| | | | | | | | | | | | | This would sometimes cause a double tab to be necessary for completion, although did also provide an accidental "feature" that repeated tabs would cycle all the way back to the original input | |||||
| * | Fix completion on payees | George Kettleborough | 2013-04-15 | 1 | -2/+6 | |
| | | ||||||
| * | Clean up payee regexes | George Kettleborough | 2013-04-15 | 1 | -4/+4 | |
| | | ||||||
* | | commodities cleanup | Craig Earls | 2013-04-15 | 1 | -31/+5 | |
|/ | ||||||
* | Function name mismatch causes revert error. | David Keegan | 2013-04-14 | 1 | -1/+1 | |
| | ||||||
* | Bug 951, handle thousand separators. | Craig Earls | 2013-04-13 | 5 | -274/+296 | |
| | | | | Rewrote handling for decimal comma to be much simpler. Why can't I see the simple way first? | |||||
* | Allow completion on accounts and metadata | George Kettleborough | 2013-04-13 | 2 | -8/+33 | |
| | ||||||
* | Add regex for metadata | George Kettleborough | 2013-04-13 | 1 | -3/+12 | |
| | ||||||
* | Fix comment regex to include all line comment types | George Kettleborough | 2013-04-11 | 2 | -2/+2 | |
| | ||||||
* | Stop account regexes matching comments | George Kettleborough | 2013-04-11 | 1 | -3/+3 | |
| | ||||||
* | More regex fine tuning | Craig Earls | 2013-04-10 | 1 | -8/+8 | |
| | ||||||
* | More regex finetuning in context | Craig Earls | 2013-04-10 | 1 | -4/+8 | |
| | ||||||
* | Refactoring and style. | Craig Earls | 2013-04-10 | 10 | -211/+178 | |
| | ||||||
* | even better context regex generation | Craig Earls | 2013-04-10 | 1 | -12/+13 | |
| |