Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix navigate bug keeping prev-xact key binding from working. | Craig Earls | 2014-11-09 | 1 | -5/+5 |
| | |||||
* | All navigation functions moved to ledger-navigate. | Craig Earls | 2014-09-13 | 1 | -2/+3 |
| | | | | Reduce several overlapping functions. | ||||
* | everything appears to work with no empty lines between xacts. | Craig Earls | 2014-09-13 | 1 | -2/+2 |
| | |||||
* | Minor refactoring and code cleanup | Craig Earls | 2014-09-10 | 1 | -2/+2 |
| | |||||
* | New fortification is working. | Craig Earls | 2014-09-08 | 1 | -39/+0 |
| | | | | Code pruned. | ||||
* | Solved the fight between jit-lock. But for some reason it isn't calling it ↵ | Craig Earls | 2014-09-05 | 1 | -3/+4 |
| | | | | for all regions in the buffer. | ||||
* | jit-lock is now calling ledger-fontify-buffer-part, but ↵ | Craig Earls | 2014-09-05 | 1 | -12/+46 |
| | | | | font-lock-fontify-region is still being called and fighting with it. | ||||
* | meh. Still chugging along. | Craig Earls | 2014-09-05 | 1 | -3/+4 |
| | |||||
* | not much progress here. | Craig Earls | 2014-09-04 | 1 | -1/+2 |
| | |||||
* | no message | Craig Earls | 2014-08-26 | 1 | -13/+10 |
| | |||||
* | Not working well, try something else on new-fontification-scheme-2 | Craig Earls | 2014-08-26 | 1 | -4/+8 |
| | |||||
* | Set up fontification independent of font-lock. | Craig Earls | 2014-08-24 | 1 | -22/+6 |
| | | | | Basic functionality in place. need to test further and expand detail fortification. | ||||
* | make leder-mode-dump-configuration interactive | Craig Earls | 2014-07-13 | 1 | -0/+1 |
| | |||||
* | ledger-redo added as after-save-hook | Craig Earls | 2014-07-12 | 1 | -0/+1 |
| | |||||
* | Code cleanup | Craig Earls | 2014-07-12 | 1 | -5/+6 |
| | |||||
* | ledger reconcile will recommend the account in the posting, even if point ↵ | Craig Earls | 2014-06-29 | 1 | -2/+1 |
| | | | | isn't in it. | ||||
* | Fix bug 1052 ledger-mode mangles transactions with tabs. | Craig Earls | 2014-06-25 | 1 | -0/+1 |
| | |||||
* | Indent & untabify | thdox | 2014-05-17 | 1 | -95/+95 |
| | | | | | | | M-x mark-whole-buffer M-x indent-region M-x mark-whole-buffer M-x untabify | ||||
* | Update old FSF address | Jamie Nguyen | 2014-03-23 | 1 | -2/+2 |
| | |||||
* | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | ledger-mode: only modify completion-at-point-functions locally | Steve Purcell | 2014-01-07 | 1 | -1/+1 |
| | | | | | | | Without this patch, the addition of pcomplete-completions-at-point leaks into the global value of completion-at-point-functions. See #227 | ||||
* | `ledger-read-date': Use `ledger-minibuffer-history'. | Moritz Ulrich | 2014-01-02 | 1 | -1/+2 |
| | |||||
* | `ledger-insert-effective-date': use `ledger-read-date'. | Moritz Ulrich | 2014-01-02 | 1 | -9/+8 |
| | | | | | | | Running `ledger-insert-effective-date' will now prompt for a date with a pre-filled value of the `(ledger-year-and-month)' ("2014/01/"). Just pressing RET without inserting the 'day'-portion will insert the date of today. | ||||
* | Add `ledger-read-date' - Read date & default to today. | Moritz Ulrich | 2014-01-02 | 1 | -0/+11 |
| | |||||
* | Plugging ledger pcomplete into completion-at-point. | 4ourbit | 2014-01-01 | 1 | -0/+1 |
| | | | | Added documentation on how to use pcomplete transparently via completion-at-point. | ||||
* | Context-aware pcomplete rules. | 4ourbit | 2013-12-31 | 1 | -3/+7 |
| | | | | | | | | | Provide completions based on information retrieved with 'ledger-context-at-point'. To support step-by-step completion of transactions some more patterns were added to 'ledger-line-config'. The actual completion rules mostly reuse some of the convenient input commands that are buried in ledger-mode. Using the standard pcomplete termination string (" ") to allow a "context switch" at the end of each completion step. | ||||
* | ledger-mode: Introduce `ledger-default-date-format'. | Moritz Ulrich | 2013-12-30 | 1 | -3/+5 |
| | | | | | | Some elisp functions depend on a date-format supplied in ~/.ledgerrc. Change these by introducing a default ("%Y/%m/%d"). Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de> | ||||
* | Improve `ledger-insert-effective-date'. | Moritz Ulrich | 2013-12-30 | 1 | -10/+27 |
| | | | | | | | | | The function now replaces already existing effective dates in the same line. With a prefix (C-u C-c C-t), remove the current effective date. Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de> | ||||
* | ledger-mode: Add `ledger-remove-effective-date'. | Moritz Ulrich | 2013-12-30 | 1 | -0/+23 |
| | | | | Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de> | ||||
* | 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 | 1 | -1/+0 |
| | | | | | 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 | 1 | -42/+42 |
| | | | | | 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 | 1 | -35/+36 |
| | |||||
* | 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. | ||||
* | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-11-06 | 1 | -1/+1 |
|\ | |||||
| * | 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. | ||||
* | | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-07-19 | 1 | -1/+1 |
|\| | |||||
| * | Fix comment string | Gergely Risko | 2013-07-09 | 1 | -1/+1 |
| | | |||||
* | | Add Schedule Upcoming to Ledger menu | Craig Earls | 2013-07-03 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-07-02 | 1 | -38/+38 |
|/ | | | | | | | | Conflicts: lisp/ledger-init.el lisp/ledger-mode.el lisp/ledger-reconcile.el lisp/ledger-schedule.el | ||||
* | Finished changing name to ledger-* | Craig Earls | 2013-07-02 | 1 | -0/+298 |
All files and references changed ldg-* to ledger-* |