summaryrefslogtreecommitdiff
path: root/lisp/ldg-occur.el
Commit message (Expand)AuthorAgeFilesLines
* Refactoring and style.Craig Earls2013-04-101-23/+13
* Fixed reconciliation initialization. Now prompts with only account, not stat...Craig Earls2013-04-061-0/+5
* Lots of code cleanup. (if () (progn …) ==> (when () …) all over the p...Craig Earls2013-03-251-27/+23
* Finish bug 929 got rid of all references to folding, use narrowing instead.Craig Earls2013-03-231-7/+7
* Enh918 Have occur mode searches stored in mini buffer historyCraig Earls2013-03-181-3/+2
* Removed unused function loedger-occur-change-regexCraig Earls2013-03-131-12/+0
* Code formatting cleanup.Craig Earls2013-03-061-1/+3
* Restructured customization groups. Completed initial draft of ledger-mode doc...Craig Earls2013-02-271-1/+1
* Put in more nil window protection.Craig Earls2013-02-201-1/+2
* Code commenting cleanup.Craig Earls2013-02-141-22/+23
* Comment and code cleanupCraig Earls2013-02-121-11/+10
* Face reorganization and better color themeCraig Earls2013-02-111-10/+0
* ledger-mode now highlights the xact under point.Craig Earls2013-02-091-18/+1
* Merge pull request #152 from vanicat/t/occur-bugsCraig Earls2013-02-091-22/+24
|\
| * In ledger-occur, hide nothing if there is no matchRémi Vanicat2013-02-091-19/+20
| * Unconditionally activate the occur stuff in ledger-occur-modeRémi Vanicat2013-02-091-3/+4
* | Cleaned up a defcustom that was lacking a typeCraig Earls2013-02-091-0/+1
|/
* Corrected reentering when entering leg-occur modeCraig Earls2013-02-081-2/+3
* Code cleanup to get rid of some elisp compiler warnings.Craig Earls2013-02-051-9/+9
* Enh 246 add code folding to ledger modeCraig Earls2013-02-051-0/+252