summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improve documentation about differences between ledger 2.6 and ledger 3.0.thdox2013-06-012-4/+31
| | | | GnuCash support removed, environment variables deprecated.
* Merge pull request #190 from thdox/bug_855John Wiegley2013-06-011-0/+14
|\ | | | | Fix bug #855
| * Fix bug #855thdox2013-06-011-0/+14
|/
* Bump version number, fix README filesJohn Wiegley2013-05-293-9/+6
|
* Merge commit '900af573319c3787854abc5653c8133d37eb013f'Craig Earls2013-05-235-14/+12
|\
| * Merge pull request #189 from Travis-Snoozy/masterJohn Wiegley2013-05-231-1/+1
| |\ | | | | | | Make acprep use "str.split" not "string.split"
| | * Make acprep use "str.split" not "string.split"Travis Snoozy2013-05-231-1/+1
| |/ | | | | | | | | 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.
| * Bump version date to 20130523. 3.0 Release CandidateJohn Wiegley2013-05-231-1/+1
| |
| * Fix test/input/drewr3.datJohn Wiegley2013-05-231-8/+8
| |
| * Fix #784John Wiegley2013-05-232-4/+2
| |
* | Resolve bug 957 update reconcile buffer when saving ledger bufferCraig Earls2013-05-231-42/+42
|/
* Merge pull request #188 from tarleb/iso-datesJohn Wiegley2013-05-221-3/+14
|\ | | | | Add option if dates should be iso-8601 by default
| * Add option if dates should be iso-8601 by defaultAlbert Krewinkel2013-05-221-3/+14
|/ | | | | Allow users to choose between the default YYYY/MM/DD format and the iso-standardized format YYYY-MM-DD.
* Correction to ldg-context xact regex.Craig Earls2013-05-211-21/+22
|
* Merge pull request #187 from thdox/documentationJohn Wiegley2013-05-202-1025/+1402
|\ | | | | Documentation
| * Add "ledger convert file.csv" and "hledger -f file.csv print".thdox2013-05-201-7/+10
| | | | | | | | Add url for "csv2ledger" tools
| * Add documentation for Payee metadata tagthdox2013-05-201-1/+43
| |
| * Mainly moving @code to @samp when relevant (when valued example)thdox2013-05-201-210/+208
| |
| * The programs (like ledger, gnuplot, report, head, getquote) have beenthdox2013-05-201-37/+36
| | | | | | | | surrounded by @file{}.
| * Rename section "Reporting Commands" to "Basic Reporting Commands" as chapter ↵thdox2013-05-201-44/+37
| | | | | | | | | | | | | | | | | | | | "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.
| * Texinfo: Update every node with C-c C-u C-ethdox2013-05-201-127/+127
| |
| * Rename @code{--option} to @option{--option}thdox2013-05-201-417/+461
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Add some @cindex for commands. Fix @command{transaction} to @command{xact}.thdox2013-05-201-19/+30
| |
| * Move Ledger CLI command to @command. Also, fix commas in section title ↵thdox2013-05-201-128/+128
| | | | | | | | (makeinfo does not like that).
| * Fix warning from makeinfo compilation.thdox2013-05-201-4/+3
| |
| * Move @code to @samp when relevant for section Date and Time Format Codesthdox2013-05-201-12/+13
| |
| * Minor modifications, to fix bad display in TeX outputthdox2013-05-201-10/+10
| |
| * Review of Babel section. Move to Babel name according to new naming.thdox2013-05-201-74/+74
| |
| * Add some "@c TODO" things to do laterthdox2013-05-201-0/+18
| |
| * add missing @smallexamplethdox2013-05-201-2/+4
| |
| * Insert some spacingthdox2013-05-202-33/+286
| |
| * Some minor reformattingthdox2013-05-202-13/+27
|/
* Fixed parsing of the "fixed" directiveJohn Wiegley2013-05-193-8/+13
|
* Remove some unnecessary and complicated logicJohn Wiegley2013-05-192-34/+15
| | | | Fixes #712
* Add unit test for 686John Wiegley2013-05-191-0/+33
|
* Add a missing member initializer to a copy constructorJohn Wiegley2013-05-191-1/+2
| | | | Fixes #686
* Another whitespace fixJohn Wiegley2013-05-191-1/+1
|
* Add a missing % characterJohn Wiegley2013-05-191-1/+1
|
* Whitespace fixJohn Wiegley2013-05-191-1/+1
|
* Updated .gitignoreJohn Wiegley2013-05-191-0/+1
|
* Add contrib/compilation-ledger.elJohn Wiegley2013-05-191-0/+97
|
* Resolve new compiler warnings from ClangJohn Wiegley2013-05-198-17/+10
|
* Add -Wno-disabled-macro-expansionJohn Wiegley2013-05-191-0/+1
|
* Get the unit tests passing againJohn Wiegley2013-05-192-2/+2
|
* Prevent failure if ledger sort buffer is called with point before the ledger ↵Craig Earls2013-05-141-7/+7
| | | | start marker.
* Fix ledger-find-slot so that it doesn't require transaction codesCraig Earls2013-05-142-60/+60
|
* Fix Bug 962Craig Earls2013-05-112-81/+82
|
* Correct regexCraig Earls2013-05-111-1/+1
|
* Merge branch 'master' of https://github.com/ledger/ledgerCraig Earls2013-05-101-4/+4
|\
| * Merge pull request #185 from bkuhn/contrib-non-profit-audit-minor-reporting-fixCraig Earls2013-05-101-4/+4
| |\ | | | | | | Minor reporting fix to contrib/non-profit-audit-reports