Commit graph

4981 commits

Author SHA1 Message Date
John Wiegley
a7ee1a0aa4 Merge pull request #192 from thdox/report
Change format to "%Y-%m-%d"
2013-06-02 19:19:48 -07:00
thdox
ff64f97d16 Change format to "%Y-%m-%d", as described in documentation, and as coded
in report.h
2013-06-02 17:34:35 +02:00
John Wiegley
0b2065f809 Merge pull request #190 from thdox/bug_855
Fix bug #855
2013-06-01 06:00:22 -07:00
thdox
079ed363dd Fix bug #855 2013-06-01 14:01:06 +02:00
John Wiegley
39841af0ce Bump version number, fix README files 2013-05-29 01:20:31 -05:00
Craig Earls
a2518fa2a1 Merge commit '900af573319c3787854abc5653c8133d37eb013f' 2013-05-23 21:11:59 -07:00
Craig Earls
5c462273d9 Resolve bug 957 update reconcile buffer when saving ledger buffer 2013-05-23 21:05:34 -07:00
John Wiegley
900af57331 Merge pull request #189 from Travis-Snoozy/master
Make acprep use "str.split" not "string.split"
2013-05-23 20:40:49 -07:00
Travis Snoozy
119e337f4b Make acprep use "str.split" not "string.split"
Python is displeased with acprep if a *FLAGS environment variable is
set. This patch converts the problematic "string.split" statement to
instead be "str.split", which appears to fix the problem.
2013-05-23 09:25:10 -06:00
John Wiegley
7108f25590 Bump version date to 20130523. 3.0 Release Candidate 2013-05-23 04:37:41 -05:00
John Wiegley
9f68d1799a Fix test/input/drewr3.dat 2013-05-23 04:02:24 -05:00
John Wiegley
a79cf36c64 Fix #784 2013-05-23 03:23:49 -05:00
John Wiegley
30a7a6800c Merge pull request #188 from tarleb/iso-dates
Add option if dates should be iso-8601 by default
2013-05-22 12:59:41 -07:00
Albert Krewinkel
885bc6580c Add option if dates should be iso-8601 by default
Allow users to choose between the default YYYY/MM/DD format and the
iso-standardized format YYYY-MM-DD.
2013-05-22 21:17:55 +02:00
Craig Earls
d97048cf42 Correction to ldg-context xact regex. 2013-05-21 23:42:19 -07:00
John Wiegley
67ce56e37c Merge pull request #187 from thdox/documentation
Documentation
2013-05-20 14:56:51 -07:00
thdox
9098ae76c9 Add "ledger convert file.csv" and "hledger -f file.csv print".
Add url for "csv2ledger" tools
2013-05-20 23:23:44 +02:00
thdox
8f127291e5 Add documentation for Payee metadata tag 2013-05-20 23:23:44 +02:00
thdox
11befb67aa Mainly moving @code to @samp when relevant (when valued example) 2013-05-20 23:23:44 +02:00
thdox
43fed282a0 The programs (like ledger, gnuplot, report, head, getquote) have been
surrounded by @file{}.
2013-05-20 23:23:44 +02:00
thdox
9c2820214b Rename section "Reporting Commands" to "Basic Reporting Commands" as chapter "Reporting Commands" already exists.
Rename to "Report filtering", "Output customization", "Commodity reporting". Second word is lowercase as exact same subsection exists with uppercase. Not a proper fix, but the quickest I found.

Rename from "Example Journal File: drewr.dat" to "Example Journal File" as makeinfo does not like ':' in titles.

Fix some old naming of cross references.
2013-05-20 23:23:44 +02:00
thdox
71e98ef622 Texinfo: Update every node with C-c C-u C-e 2013-05-20 23:23:44 +02:00
thdox
26ff6539cf Rename @code{--option} to @option{--option}
Rename @code{-Q} to @option{--download (-Q)}. The reasoning is that the reader of the manual is a newcomer, and as a newcomer --download is more self-explicit compared to a cryptic single letter. But information is kept for advanced user who can still exercise their mastery with cryptic things.

Fix short option -Z (and not -L) for --price-exp

Fix "@section Balance format" (as @option in title is causing issues with makeinfo).

Fix consistency of @option{--option @var{VAR}} by adding systematically @var{VAR}.

Add period at end of sentences.
2013-05-20 23:23:44 +02:00
thdox
52428eedd4 Add some @cindex for commands. Fix @command{transaction} to @command{xact}. 2013-05-20 23:23:44 +02:00
thdox
ff90cb38db Move Ledger CLI command to @command. Also, fix commas in section title (makeinfo does not like that). 2013-05-20 23:23:44 +02:00
thdox
78538acc48 Fix warning from makeinfo compilation. 2013-05-20 23:23:44 +02:00
thdox
a206a9c797 Move @code to @samp when relevant for section Date and Time Format Codes 2013-05-20 23:23:44 +02:00
thdox
1fbdddb9dc Minor modifications, to fix bad display in TeX output 2013-05-20 23:23:43 +02:00
thdox
9c5bc8f92d Review of Babel section. Move to Babel name according to new naming. 2013-05-20 23:23:43 +02:00
thdox
bd4c264f49 Add some "@c TODO" things to do later 2013-05-20 23:23:43 +02:00
thdox
2b669a791e add missing @smallexample 2013-05-20 23:23:43 +02:00
thdox
1e1275d25b Insert some spacing 2013-05-20 23:23:43 +02:00
thdox
3e95bdd43f Some minor reformatting 2013-05-20 23:23:43 +02:00
John Wiegley
6b52a1684f Fixed parsing of the "fixed" directive 2013-05-19 04:16:12 -05:00
John Wiegley
82345899f7 Remove some unnecessary and complicated logic
Fixes #712
2013-05-19 03:38:20 -05:00
John Wiegley
2f91900009 Add unit test for 686 2013-05-19 02:56:10 -05:00
John Wiegley
d13b7180bf Add a missing member initializer to a copy constructor
Fixes #686
2013-05-19 02:51:47 -05:00
John Wiegley
3656e692ff Another whitespace fix 2013-05-19 02:51:29 -05:00
John Wiegley
c70e959214 Add a missing % character 2013-05-19 02:41:46 -05:00
John Wiegley
62c2ab968c Whitespace fix 2013-05-19 02:41:38 -05:00
John Wiegley
2a97dcc239 Updated .gitignore 2013-05-19 02:14:27 -05:00
John Wiegley
e690374b45 Add contrib/compilation-ledger.el 2013-05-19 02:14:27 -05:00
John Wiegley
db35e5c8fc Resolve new compiler warnings from Clang 2013-05-19 02:14:27 -05:00
John Wiegley
0ab56f5d85 Add -Wno-disabled-macro-expansion 2013-05-19 02:14:27 -05:00
John Wiegley
cb694a3c5e Get the unit tests passing again 2013-05-19 02:14:27 -05:00
Craig Earls
a22ae04136 Prevent failure if ledger sort buffer is called with point before the ledger start marker. 2013-05-14 16:23:00 -07:00
Craig Earls
47142e5846 Fix ledger-find-slot so that it doesn't require transaction codes 2013-05-14 09:49:27 -07:00
Craig Earls
a7097c9e41 Fix Bug 962 2013-05-11 19:14:51 -07:00
Craig Earls
bb181c494a Correct regex 2013-05-11 06:54:37 -07:00
Craig Earls
0cf46d024e Merge branch 'master' of https://github.com/ledger/ledger 2013-05-10 13:37:36 -07:00