Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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] Make ledger-occur-mode auto-disable when restored by desktop.el | Steve Purcell | 2014-12-16 | 1 | -1/+1 |
| | | | | | | | The minor mode gets restored by desktop.el, and this has long caused errors. While the ideal would be to restore the mode along with the current narrowing regexp, this interim fix instead ensures that ledger-occur-mode will disable itself if it finds no regexp set. | ||||
* | [emacs] Add a menu entry for turning off ledger-occur-mode | Steve Purcell | 2014-12-13 | 1 | -7/+5 |
| | |||||
* | [emacs] Restore toggle behaviour of ledger-occur command, for menu users | Steve Purcell | 2014-12-10 | 1 | -8/+6 |
| | |||||
* | [emacs] Turn ledger-occur-mode off via a separate command, and allow refreshing | Steve Purcell | 2014-12-10 | 1 | -11/+27 |
| | |||||
* | [emacs] Simplify and tidy up ledger-occur | Steve Purcell | 2014-12-09 | 1 | -68/+37 |
| | | | | | Introducing a proper minor mode saves a lot of the hand-rolled fiddling about, like managing the overlay lifecycle and the modeline. | ||||
* | Don't bomb out if the occur reggae has no matches. | Craig Earls | 2014-12-03 | 1 | -32/+35 |
| | |||||
* | Fix a bug the caused reconciliation to lock up in an automatic transaction ↵ | Craig Earls | 2014-11-14 | 1 | -1/+1 |
| | | | | | | was followed immediately with a virtual transaction on the same account. This was related to the navigation changes push a while back. | ||||
* | Improve ledger occur region search | Craig Earls | 2014-09-17 | 1 | -13/+6 |
| | |||||
* | All navigation functions moved to ledger-navigate. | Craig Earls | 2014-09-13 | 1 | -1/+1 |
| | | | | Reduce several overlapping functions. | ||||
* | Code cleanup | Craig Earls | 2014-07-12 | 1 | -2/+1 |
| | |||||
* | Indent & untabify | thdox | 2014-05-17 | 1 | -23/+23 |
| | | | | | | | 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 |
| | |||||
* | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-07-02 | 1 | -47/+47 |
| | | | | | | | | 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/+192 |
All files and references changed ldg-* to ledger-* |