Marco Wahl
561ec047be
[emacs] fix copy
...
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.
2015-01-18 13:33:26 +01:00
Alexis Hildebrandt
1dd9dcaab4
Bump copyright notice to 2015
...
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}/"
2014-12-27 11:24:55 +01:00
Steve Purcell
637679c0cb
[emacs] Fix more byte compilation and other layout issues
2014-12-10 09:17:32 +00:00
Paul Rankin
430ce2df42
Fixes act having higher priority than region
2014-11-27 21:23:05 +10:00
Craig Earls
8a87fd1310
Fix navigate bug keeping prev-xact key binding from working.
2014-11-09 09:05:13 -07:00
Craig Earls
7846e7c17a
All navigation functions moved to ledger-navigate.
...
Reduce several overlapping functions.
2014-09-13 18:20:03 -07:00
Craig Earls
84dc532b06
everything appears to work with no empty lines between xacts.
2014-09-13 17:11:40 -07:00
Craig Earls
bfc925f52f
Minor refactoring and code cleanup
2014-09-10 07:16:32 -07:00
Craig Earls
d3d5c333f5
improved xact iteration so fontify-whole-buffer doesn't miss xact separated by more than a single empty line
2014-09-04 22:31:34 -07:00
Craig Earls
4deaeb02c9
Set up fontification independent of font-lock.
...
Basic functionality in place. need to test further and expand detail fortification.
2014-08-24 18:37:24 -07:00
Craig Earls
03de326eff
For ledger-post-align-postings to run on xacts added with ledger-add
2014-07-15 20:44:32 -07:00
Craig Earls
19adbf0400
Code cleanup
2014-07-12 21:34:35 -07:00
thdox
d2db0f9102
Indent & untabify
...
M-x mark-whole-buffer
M-x indent-region
M-x mark-whole-buffer
M-x untabify
2014-05-17 16:52:06 +02:00
Christophe Rhodes
9c3535823a
improve C-c C-a (ledger-xact-insert-transaction) behaviour
...
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.)
2014-04-23 17:07:23 +01:00
Jamie Nguyen
33ce4a76a1
Update old FSF address
2014-03-23 23:42:21 +00:00
Alexis Hildebrandt
2b9208e850
Bump copyright information to 2014
2014-02-02 12:36:22 +01:00
Moritz Ulrich
741a275cc9
Use `ledger-read-date' where applicable.
2014-01-02 19:00:37 +01:00
Steve Purcell
75a2d9d31e
ledger-mode: Add namespace prefix to highlight-overlay
...
make-variable-buffer-local is a top-level form: this commit moves that
call from ledger-mode to next to the variable's declaration.
2013-12-11 08:36:22 +00:00
Craig Earls
bee6605e08
Merge branch 'master' into ledger-mode-automatic-transactions
2013-09-20 07:26:44 -07:00
Vinod Kurup
7704018968
Find first numeral or minus sign, instead of blind move
2013-09-08 13:57:09 -04:00
Vinod Kurup
816f4405b0
Move past the commodity sign
2013-09-07 06:56:22 -04:00
Craig Earls
0d4641acc2
Merge branch 'master' into ledger-mode-automatic-transactions
...
Conflicts:
lisp/ledger-init.el
lisp/ledger-mode.el
lisp/ledger-reconcile.el
lisp/ledger-schedule.el
2013-07-02 15:50:32 -07:00
Craig Earls
63ba45dbaa
Finished changing name to ledger-*
...
All files and references changed ldg-* to ledger-*
2013-07-02 15:37:33 -07:00