summaryrefslogtreecommitdiff
path: root/lisp/ledger-commodities.el
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] C-x h M-x untabify RETthdox2015-02-101-4/+4
| | | | | | C-x h M-x indent-region RET [ci skip]
* 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}/"
* Cleaned up commodities and completion code.Craig Earls2014-11-301-16/+7
|
* Indent & untabifythdox2014-05-171-57/+57
| | | | | | | 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
|
* Fix `ledger-string-to-number' for decimal-commaMoritz Ulrich2013-12-281-5/+5
| | | | | | | | | | | | | | | | | | | | | | | --=-=-= Content-Type: text/plain Hi John, Small bug, caused by ill-formatted elisp. This is a small patch, so i think making a fork & opening a Pull Request is a bit too much. I'll go this route if I make bigger contributions in the future. From de1fb19ded5300a227d58e3d3094928b211db09b Mon Sep 17 00:00:00 2001 From: Moritz Ulrich <moritz@tarn-vedra.de> Date: Sat, 28 Dec 2013 22:37:54 +0100 Subject: [PATCH] ledger-string-to-number: Fix nil return value with decimal-comma. Unfavorable formatting hid this bug pretty well. In case of true-ish `decimal-comma' or "decimal-comma' in `ledger-environment-alist', the ill-formatted `if' (and the whole function) returns nil. Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* ledger-mode: Fix a number of byte-compilation warningsSteve Purcell2013-12-111-1/+2
|
* Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-021-68/+70
| | | | | | | | 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/+147
All files and references changed ldg-* to ledger-*