summaryrefslogtreecommitdiff
path: root/lisp/ledger-occur.el
Commit message (Collapse)AuthorAgeFilesLines
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
| | | | [ci skip]
* [emacs] C-x h M-x untabify RETthdox2015-02-101-15/+15
| | | | | | C-x h M-x indent-region RET [ci skip]
* Merge commit '8e79b3c7c74081b63f9d8b1e0ec97478f61d4ba8'Craig Earls2014-12-301-1/+1
|\
| * Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-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}/"
* | Merge branch 'master' of https://github.com/ledger/ledgerCraig Earls2014-12-161-1/+1
|\|
| * [emacs] Make ledger-occur-mode auto-disable when restored by desktop.elSteve Purcell2014-12-161-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] Correct header in ledger-occur. No functional change.Craig Earls2014-12-161-1/+1
|/
* [emacs] Add a menu entry for turning off ledger-occur-modeSteve Purcell2014-12-131-7/+5
|
* [emacs] Restore toggle behaviour of ledger-occur command, for menu usersSteve Purcell2014-12-101-8/+6
|
* [emacs] Turn ledger-occur-mode off via a separate command, and allow refreshingSteve Purcell2014-12-101-11/+27
|
* [emacs] Simplify and tidy up ledger-occurSteve Purcell2014-12-091-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 Earls2014-12-031-32/+35
|
* Fix a bug the caused reconciliation to lock up in an automatic transaction ↵Craig Earls2014-11-141-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 searchCraig Earls2014-09-171-13/+6
|
* All navigation functions moved to ledger-navigate.Craig Earls2014-09-131-1/+1
| | | | Reduce several overlapping functions.
* Code cleanupCraig Earls2014-07-121-2/+1
|
* Indent & untabifythdox2014-05-171-23/+23
| | | | | | | M-x mark-whole-buffer M-x indent-region M-x mark-whole-buffer M-x untabify
* Update old FSF addressJamie Nguyen2014-03-231-2/+2
|
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-021-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 Earls2013-07-021-0/+192
All files and references changed ldg-* to ledger-*