Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-* |