Craig Earls
63ba45dbaa
Finished changing name to ledger-*
...
All files and references changed ldg-* to ledger-*
2013-07-02 15:37:33 -07:00
Craig Earls
7540647f01
Dramatic improvements to account completion speeds.
2013-06-05 16:41:11 -07:00
Craig Earls
26fd5b26d8
Remove intangible property from occur overlays.
2013-04-22 06:13:11 -07:00
David Keegan
a04b8a8fdb
Function name mismatch causes revert error.
2013-04-14 12:26:38 +01:00
Craig Earls
345f4a977e
Refactoring and style.
2013-04-10 13:48:52 -07:00
Craig Earls
4df990014f
Fixed reconciliation initialization. Now prompts with only account, not status and amount
...
Moved context function to leg-context, from leg-report. Cleaned up many regex in ldg-context.
2013-04-06 23:13:49 -07:00
Craig Earls
d3fe4c666f
Lots of code cleanup. (if () (progn …) ==> (when () …) all over the place
2013-03-25 01:21:19 -04:00
Craig Earls
f855d7e745
Finish bug 929 got rid of all references to folding, use narrowing instead.
2013-03-23 20:09:07 -07:00
Craig Earls
ea72ac29ea
Enh918 Have occur mode searches stored in mini buffer history
2013-03-18 10:50:11 -07:00
Craig Earls
3b5316486a
Removed unused function loedger-occur-change-regex
2013-03-13 10:26:07 -07:00
Craig Earls
1eba7c6cdf
Code formatting cleanup.
2013-03-06 14:36:31 -05:00
Craig Earls
42911df9f5
Restructured customization groups. Completed initial draft of ledger-mode documentation
2013-02-27 17:27:52 -07:00
Craig Earls
a4e76727be
Put in more nil window protection.
2013-02-20 21:16:05 -07:00
Craig Earls
d8f0b0fa83
Code commenting cleanup.
2013-02-14 15:37:13 -07:00
Craig Earls
5eb322c0a2
Comment and code cleanup
2013-02-12 16:04:02 -07:00
Craig Earls
eef9245eb8
Face reorganization and better color theme
...
Moved all face definitions to leg-fonts.el. Change default colors to Solarize color theme http://ethanschoonover.com/solarized
2013-02-11 09:11:03 -07:00
Craig Earls
6fce572806
ledger-mode now highlights the xact under point.
...
This can be configured with ledger-highlight-xact-under-point and ledger-font-highlight-face
2013-02-09 21:03:58 -07:00
Craig Earls
f89d6c4419
Merge pull request #152 from vanicat/t/occur-bugs
...
T/occur bugs
2013-02-09 06:38:08 -08:00
Craig Earls
47c3f6d353
Cleaned up a defcustom that was lacking a type
2013-02-09 07:27:47 -07:00
Rémi Vanicat
d3964b66d5
In ledger-occur, hide nothing if there is no match
...
This could cause error when reconciling transaction that are included.
Some message should be shown to explain why nothing happen when
interactively call ledger-occur.
2013-02-09 11:33:58 +01:00
Rémi Vanicat
cf6a23b2fe
Unconditionally activate the occur stuff in ledger-occur-mode
...
Well, we still deactivate it when regex is nil, but the function
should not look at previous value of ledger-occur-mode:
- the interactive function (ledger-occur) already do it, we don't need
to do it there,
- caller that want to deactivate the occur stuff only have to call
ledger-occur with a nil regex
- the old behavior make ledger-reconcile to turn off occur stuff if it
was already turn on, when what we do want is that the occur stuff
change to the new account.
2013-02-09 11:20:30 +01:00
Craig Earls
bdf404112e
Corrected reentering when entering leg-occur mode
2013-02-08 07:41:42 -07:00
Craig Earls
d67c42207f
Code cleanup to get rid of some elisp compiler warnings.
2013-02-05 12:25:19 -07:00
Craig Earls
71de1e6cdc
Enh 246 add code folding to ledger mode
...
Based on loccur. Hides everything but the xacts that match a regex. Linked to reconcile mode so that when you reconcile an account on xacts with that account are shown. Documentation updated
2013-02-05 11:07:36 -07:00