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 | -210/+0 |
| | |||||
* | 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 | -0/+9 |
|\ | | | | | | | | | | | | | | | | | | | 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 [emacs] [ci skip] | Peter Feigl | 2015-02-05 | 1 | -0/+1 |
| | | |||||
| * | cleaning up elisp byte compiler warnings | Peter Feigl | 2015-02-05 | 1 | -0/+4 |
| | | |||||
| * | cleaning up elisp byte compiler warnings | Peter Feigl | 2015-02-05 | 1 | -0/+4 |
| | | |||||
* | | Fix highlight of the transaction under point | Daniele Nicolodi | 2016-01-08 | 1 | -4/+6 |
| | | | | | | | | | | | | When a transaction is being added the previous one is highlighted. Solve the problem checking that the highlighted region contains the point. | ||||
* | | Fix highlight of the transaction under point | Daniele Nicolodi | 2016-01-08 | 1 | -12/+15 |
| | | | | | | | | | | Extend the highlighting of the last line in the transaction to the right margin of the buffer. Do not highlight empty lines. | ||||
* | | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
* | | Fix xact-find-slot at end of buffer | Andrew Schwartzmeyer | 2015-08-22 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using `ledger-add-transaction` to add a transaction with a date that places it at the end of the buffer will "forget" to insert the newline between it and the previous transaction. This error occurs in `ledger-xact-find-slot` where the `(when (and (eobp) last-xact-start)` is entered, but subsequently the `(if (eobp))` is false because the point has been moved to the end of the prior exact, which is not the end of the buffer. The `if` expression is superfluous because the `when` expression has already been entered, and it is broken becase the point gets moved. Removing it fixes the behavior for transactions added at the end of the buffer, and does not break the behavior for transactions added elsewhere. This was observed with Emacs 24.5.50.1 and Ledger 3.1.0-20141005. [ci skip] | ||||
* | | [emacs] C-x h M-x untabify RET | thdox | 2015-02-10 | 1 | -2/+2 |
|/ | | | | | | C-x h M-x indent-region RET [ci skip] | ||||
* | [emacs] fix copy | Marco Wahl | 2015-01-18 | 1 | -0/+1 |
| | | | ledger-xact.el:ledger-copy-transaction-at-point (C-c C-k) led to a confusing change in the ledger file for the case when the target date was smaller than last date in the ledger. | ||||
* | 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] Fix more byte compilation and other layout issues | Steve Purcell | 2014-12-10 | 1 | -1/+6 |
| | |||||
* | Fixes act having higher priority than region | Paul Rankin | 2014-11-27 | 1 | -1/+1 |
| | |||||
* | Fix navigate bug keeping prev-xact key binding from working. | Craig Earls | 2014-11-09 | 1 | -1/+1 |
| | |||||
* | All navigation functions moved to ledger-navigate. | Craig Earls | 2014-09-13 | 1 | -37/+5 |
| | | | | Reduce several overlapping functions. | ||||
* | everything appears to work with no empty lines between xacts. | Craig Earls | 2014-09-13 | 1 | -35/+3 |
| | |||||
* | Minor refactoring and code cleanup | Craig Earls | 2014-09-10 | 1 | -8/+25 |
| | |||||
* | improved xact iteration so fontify-whole-buffer doesn't miss xact separated ↵ | Craig Earls | 2014-09-04 | 1 | -0/+26 |
| | | | | by more than a single empty line | ||||
* | Set up fontification independent of font-lock. | Craig Earls | 2014-08-24 | 1 | -3/+2 |
| | | | | Basic functionality in place. need to test further and expand detail fortification. | ||||
* | For ledger-post-align-postings to run on xacts added with ledger-add | Craig Earls | 2014-07-15 | 1 | -1/+2 |
| | |||||
* | Code cleanup | Craig Earls | 2014-07-12 | 1 | -3/+3 |
| | |||||
* | Indent & untabify | thdox | 2014-05-17 | 1 | -53/+53 |
| | | | | | | | M-x mark-whole-buffer M-x indent-region M-x mark-whole-buffer M-x untabify | ||||
* | improve C-c C-a (ledger-xact-insert-transaction) behaviour | Christophe Rhodes | 2014-04-23 | 1 | -6/+14 |
| | | | | | | | When the right place to add a transaction is after all existing transactions, add it just after the last transaction rather than at the end of the buffer. (Otherwise the transactions get added after Local Variables blocks and any other endmatter.) | ||||
* | 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 |
| | |||||
* | Use `ledger-read-date' where applicable. | Moritz Ulrich | 2014-01-02 | 1 | -3/+4 |
| | |||||
* | ledger-mode: Add namespace prefix to highlight-overlay | Steve Purcell | 2013-12-11 | 1 | -4/+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. | ||||
* | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-09-20 | 1 | -1/+3 |
|\ | |||||
| * | 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 |
| | | |||||
* | | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-07-02 | 1 | -55/+55 |
|/ | | | | | | | | 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/+200 |
All files and references changed ldg-* to ledger-* |