| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The DocTests.py script will parse a given texinfo file for specially
marked examples, run the ledger command from the example, and check
the result against the example output from the documentation.
|
|\
| |
| |
| |
| | |
Bump copyright notice to 2014 in the documentation
Thanks.
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Add option ledger-complete-ignore-case
Thanks! This works very well.
|
| | |
| | |
| | |
| | | |
and change ledger-pcomplete accordingly
|
|\ \ \
| |/ /
|/| | |
Correctly set runtime path on Linux on install
|
|/ / |
|
|\ \
| | |
| | | |
Update dependencies installation
|
| | |
| | |
| | |
| | | |
for Ubuntu Saucy Salamander
|
|\ \ \
| |/ /
|/| /
| |/ |
Bump copyright information to 2014
|
|/ |
|
| |
|
|
|
|
| |
This fixes test/baseline/cmd-org.test when built with clang.
|
| |
|
| |
|
|
|
|
| |
for Mac Hombrew and Ubuntu Precise Pangolin
|
|
|
|
|
|
| |
Fixes test failures introduced with the commit
"Create default scope to read journal"
a9078767b8224a223f8942a1cb80d4544024387b
|
| |
|
|
|
|
|
| |
Conflicts:
src/CMakeLists.txt
|
|
|
|
|
| |
The RENAME option for install(TARGETS ...) does not seem to be available
on all CMake versions.
|
|
|
|
|
| |
libledger will now be built as a shared library. You can 'import ledger'
from python IFF you copy libledger.so to ledger.so or create a symlink.
|
|\
| |
| | |
Create shared python module
|
| | |
|
| |
| |
| | |
when using ledger python module
|
|/
|
| |
when building library
|
|\
| |
| | |
Fixed emacs lisp compilation
|
| | |
|
| | |
|
| |
| |
| |
| | |
amounts with period thousand separators.
|
| |
| |
| |
| | |
spaces after a payee
|
| |
| |
| |
| |
| |
| |
| | |
Without this patch, the addition of pcomplete-completions-at-point
leaks into the global value of completion-at-point-functions.
See #227
|
| | |
|
|\ \
| |/
|/| |
Commodity column in default CSV format should match the displayed amount
|
|/
|
|
|
|
|
|
| |
If one uses --exchange to force CSV display amounts into a particular
currency, then the commodity output column should match that currency.
Without this patch, the commodity column contains the original
commodity, not the commodity for the exported amount.
|
|\
| |
| | |
Emacs: Improve effictive-date-handling
|
| | |
|
| | |
|
| |
| |
| |
| | |
transactions.
|
| |
| |
| |
| |
| |
| |
| | |
Running `ledger-insert-effective-date' will now prompt for a date with
a pre-filled value of the `(ledger-year-and-month)' ("2014/01/"). Just
pressing RET without inserting the 'day'-portion will insert the date
of today.
|
|/ |
|
|\
| |
| |
| |
| | |
More context-aware ledger pcomplete rules.
Thanks.
|
| | |
|
| |
| |
| |
| | |
Added documentation on how to use pcomplete transparently via completion-at-point.
|
|/
|
|
|
|
|
|
|
| |
Provide completions based on information retrieved with 'ledger-context-at-point'.
To support step-by-step completion of transactions some more patterns were added
to 'ledger-line-config'. The actual completion rules mostly reuse some of the
convenient input commands that are buried in ledger-mode. Using the standard
pcomplete termination string (" ") to allow a "context switch" at the end of each
completion step.
|
|\
| |
| |
| |
| | |
Bugfixes & Improvements for Emacs Support
Thanks!
|
| |
| |
| |
| |
| |
| | |
Some elisp functions depend on a date-format supplied in ~/.ledgerrc. Change these by introducing a default ("%Y/%m/%d").
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The function now replaces already existing effective dates in the same
line.
With a prefix (C-u C-c C-t), remove the current effective date.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
|
| |
| |
| |
| | |
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
|
|/
|
|
|
|
|
|
| |
This is the common convention in Emacs Lisp. Not following it might
cause problems with other packages as functions/variables/macros are
always visible to other modules.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
--=-=-=
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>
|