summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Copy information from doc/NEWS to doc/ledger3.texi.thdox2013-06-031-34/+50
| | | | Correct the documentation about '-s' that has no effect on bal command.
* Improve documentation about differences between ledger 2.6 and ledger 3.0.thdox2013-06-011-1/+26
| | | | GnuCash support removed, environment variables deprecated.
* Fix bug #855thdox2013-06-011-0/+14
|
* 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
|
* M-x delete-trailing-whitespacethdox2013-05-011-2/+2
|
* Add @var{FORMAT_STRING} where missingthdox2013-05-011-13/+13
|
* For consistency, do not put on same @item two options that arethdox2013-05-011-8/+7
| | | | different (even if very close in purpose).
* Add TODO keyword where there are still menu entries to describethdox2013-05-011-0/+13
|
* Add description for menu items related to Sortthdox2013-05-011-14/+14
|
* Consistency on regex spellingthdox2013-05-011-15/+15
|
* Added Copying Transaction sectionthdox2013-05-011-47/+61
| | | | | | | | Consistency of Minibuffer spelling Improved Add Transaction section Renamed xact to transaction Renamed old menu entry from "Hide Xacts" to "Narrow to Regex" Calc surrounded with @command
* Fix "copying" section to use best practises like in LaTeX, GDB or Texinfo ↵thdox2013-05-012-52/+50
| | | | manuals
* Minor fixesthdox2013-05-011-2/+3
|
* Minor fixthdox2013-05-011-5/+5
|
* Adding concepts (@cindex) to fill Concept Indexthdox2013-05-011-0/+36
|
* Added Command & Variable Indexthdox2013-05-011-26/+69
| | | | Added Keystroke Index
* Fix "Overfull \hbox" error appearing when generating pdf through pdfTeXthdox2013-04-301-1/+2
|
* Fix typos and alignment (fill-paragraph)thdox2013-04-301-51/+53
|
* Move keyboard shortcuts to @kbd{}thdox2013-04-301-120/+122
| | | | | | | | Move sample to @samp{} Move menu entries to @samp{} Move Ledger-mode variables to @options{} Move single characters to @samp{} Also use @emph{}
* Fix consistency of "Ledger-mode" spellingthdox2013-04-301-21/+23
|
* Moved from @smallexample to @examplethdox2013-04-301-5/+5
|
* Add indexesthdox2013-04-301-0/+10
|
* Adjust of blank lines between keywords and sectionsthdox2013-04-301-153/+182
| | | | | | M-x fill-paragraph at column 72 M-x delete-trailing-whitespace And some other minor fixes
* Add description for /dev/stdin as input filethdox2013-04-301-1/+2
|
* Add description for --unrealized-gains and --unrealized-lossesthdox2013-04-301-4/+9
|
* Add description for --time-colonthdox2013-04-301-1/+5
|
* Moved to "FIX THIS ENTRY" for consistencythdox2013-04-291-31/+31
|
* Change from -report to -format as -report can not be found in source codethdox2013-04-291-16/+18
|
* Some cleanup on pre-commandsthdox2013-04-291-30/+14
|
* Check that options in global.cc::lookup_option,thdox2013-04-291-210/+358
| | | | | | | | | report.cc::lookup_option, session.cc::lookup_option, are listed in documentation. Add consistency about the @var{} variables passed to --options. M-x texinfo-all-menus-update
* Add documentation about pre-commandsthdox2013-04-291-4/+7
|
* Use @samp{} for single charactersthdox2013-04-291-146/+150
|
* no space before and after '---'thdox2013-04-281-15/+15
|
* Use @samp for single characters as recommended in Texinfo manual (i.e.thdox2013-04-281-20/+21
| | | | use @samp{$} instead of '$')