Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Emacs Lisp files have been moved to https://github.com/ledger/ledger-mode | John Wiegley | 2016-08-02 | 1 | -475/+0 |
| | |||||
* | Makes links in ledger-report "register" commands optional. | Atheriel | 2016-07-16 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | This commit adds a new custom `ledger-report-links-in-register' flag that controls whether `ledger-report' will attempt to link transactions in the report buffer to the entries in the original file. Essentially, it controls whether `ledger-report' will silently pass the "--prepend-format" flag to the binary. The primary motivation for this is that not all implementations of ledger support the "--prepend-format" flag, and thus all "register" commands run by `ledger-report' (and usually _only_ "register" commands) will always fail, because they are treated as a special case in `ledger-do-report'. At present, the user has no ability to prevent the "--prepend-format" flag from being silently passed to the binary. This commit provides that feature. [ci skip] | ||||
* | Adds a "binary" format specifier to ledger-report. | Atheriel | 2016-07-14 | 1 | -4/+5 |
| | | | | | | | | | | | | This makes the current `ledger-binary-path' accessible to ledger reports by using the %(binary) format specifier. It is intended to aid users who may have different `ledger-binary-path' values on different machines. It also means that the default `ledger-reports' will work out of the box even if their ledger executable is not named "ledger" --- for example, if they are using "hledger", and have otherwise set their binary path appropriately. [ci skip] | ||||
* | Globally changed set-text-properties to use 'font-lock-face vice 'face. ↵ | Craig Earls | 2016-02-28 | 1 | -1/+1 |
| | | | | This was a compatibility problem with spacemacs. | ||||
* | Merge branch 'fix-warnings' of https://github.com/ecraven/ledger into ↵ | Craig Earls | 2016-01-11 | 1 | -5/+10 |
|\ | | | | | | | | | | | | | | | | | | | ecraven-fix-warning # Conflicts: # lisp/ledger-occur.el # lisp/ledger-report.el # lisp/ledger-schedule.el # lisp/ledger-sort.el | ||||
| * | cleaning up elisp byte compiler warnings | Peter Feigl | 2015-02-05 | 1 | -2/+0 |
| | | |||||
| * | cleaning up elisp byte compiler warnings | Peter Feigl | 2015-02-05 | 1 | -3/+8 |
| | | |||||
| * | cleaning up elisp byte compiler warnings | Peter Feigl | 2015-02-05 | 1 | -0/+2 |
| | | |||||
* | | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
* | | [emacs] C-x h M-x untabify RET | thdox | 2015-02-10 | 1 | -38/+38 |
|/ | | | | | | C-x h M-x indent-region RET [ci skip] | ||||
* | ledger-mode bug 1089 introduce sticky cursor for report auto refresh | Hans Erik van Elburg | 2015-01-04 | 1 | -0/+8 |
| | |||||
* | [emacs] maintain the report order after auto-refresh. | Craig Earls | 2015-01-02 | 1 | -3/+12 |
| | |||||
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
| | | | | | | The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/" | ||||
* | [emacs] Don't define unprefixed "string-empty-p" function | Steve Purcell | 2014-12-18 | 1 | -5/+5 |
| | |||||
* | ooops. | Craig Earls | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | Add tangle expansion and correct menu entry for edit report. | Craig Earls | 2014-12-06 | 1 | -11/+12 |
| | |||||
* | Add ability to edit report command temporarily | Craig Earls | 2014-09-18 | 1 | -2/+9 |
| | |||||
* | All navigation functions moved to ledger-navigate. | Craig Earls | 2014-09-13 | 1 | -1/+1 |
| | | | | Reduce several overlapping functions. | ||||
* | Fix bough 1075, ledger-mode report do not refresh using key commands | Craig Earls | 2014-09-05 | 1 | -2/+3 |
| | |||||
* | Improve ledger-report-redo buffer type checking. | Craig Earls | 2014-07-29 | 1 | -1/+1 |
| | |||||
* | Added ledger-report-auto-refresh customization variable. | Craig Earls | 2014-07-12 | 1 | -2/+8 |
| | |||||
* | Improve report redo logic. | Craig Earls | 2014-07-12 | 1 | -10/+12 |
| | |||||
* | ledger-redo added as after-save-hook | Craig Earls | 2014-07-12 | 1 | -1/+2 |
| | |||||
* | Code cleanup | Craig Earls | 2014-07-12 | 1 | -10/+14 |
| | |||||
* | Indent & untabify | thdox | 2014-05-17 | 1 | -59/+59 |
| | | | | | | | 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: Also bind g to ledger-report-redo, as is standard elsewhere | Steve Purcell | 2013-12-11 | 1 | -0/+1 |
| | |||||
* | ledger-mode: Use easymenu to remove boilerplate | Steve Purcell | 2013-12-11 | 1 | -17/+18 |
| | | | | | 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 | -38/+40 |
| | |||||
* | Finished changing name to ledger-* | Craig Earls | 2013-07-02 | 1 | -0/+419 |
All files and references changed ldg-* to ledger-* |