summaryrefslogtreecommitdiff
path: root/lisp/ledger-xact.el
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] C-x h M-x untabify RETthdox2015-02-101-2/+2
| | | | | | C-x h M-x indent-region RET [ci skip]
* [emacs] fix copyMarco Wahl2015-01-181-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 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}/"
* [emacs] Fix more byte compilation and other layout issuesSteve Purcell2014-12-101-1/+6
|
* Fixes act having higher priority than regionPaul Rankin2014-11-271-1/+1
|
* Fix navigate bug keeping prev-xact key binding from working.Craig Earls2014-11-091-1/+1
|
* All navigation functions moved to ledger-navigate.Craig Earls2014-09-131-37/+5
| | | | Reduce several overlapping functions.
* everything appears to work with no empty lines between xacts.Craig Earls2014-09-131-35/+3
|
* Minor refactoring and code cleanupCraig Earls2014-09-101-8/+25
|
* improved xact iteration so fontify-whole-buffer doesn't miss xact separated ↵Craig Earls2014-09-041-0/+26
| | | | by more than a single empty line
* Set up fontification independent of font-lock.Craig Earls2014-08-241-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-addCraig Earls2014-07-151-1/+2
|
* Code cleanupCraig Earls2014-07-121-3/+3
|
* Indent & untabifythdox2014-05-171-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) behaviourChristophe Rhodes2014-04-231-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 addressJamie Nguyen2014-03-231-2/+2
|
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* Use `ledger-read-date' where applicable.Moritz Ulrich2014-01-021-3/+4
|
* ledger-mode: Add namespace prefix to highlight-overlaySteve Purcell2013-12-111-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-transactionsCraig Earls2013-09-201-1/+3
|\
| * Find first numeral or minus sign, instead of blind moveVinod Kurup2013-09-081-1/+2
| |
| * Move past the commodity signVinod Kurup2013-09-071-1/+2
| |
* | Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-021-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 Earls2013-07-021-0/+200
All files and references changed ldg-* to ledger-*