summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
* | Merge remote-tracking branch 'origin/next'John Wiegley2013-04-2915-3391/+4179
|\|
| * Merge pull request #183 from thdox/command-indexJohn Wiegley2013-04-291-1477/+1827
| |\ | | | | | | Command indexation
| | * 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 '$')
| | * Use @kbd instead of @code for keyboard shortcutsthdox2013-04-281-15/+15
| | |
| | * Moved syntax from "--option STR" to "--option @var{STR}". As such, thisthdox2013-04-281-292/+284
| | | | | | | | | | | | | | | | | | | | | | | | | | | uses the Texinfo standard, and prints nicely in TeX output. Also, I did a consistency check (i.e., I renamed STRING to STR as example). Also, I deleted the option --wide-register-format and --wide-register-report, as I could not find them in the code.
| | * M-x texinfo-all-menus-updatethdox2013-04-281-7/+18
| | |
| | * Add @findex inside document to index --options cited in documentthdox2013-04-281-23/+79
| | |
| | * For consistency, moved @example to @smallexamplethdox2013-04-281-60/+60
| | |
| | * Fix consistency of alignment of @smallexamplethdox2013-04-281-499/+498
| | |
| | * Fix of "Overfull \hbox" when generating the PDF file with texi2pdfthdox2013-04-281-113/+113
| | |
| | * Changes @multitable to @ftable so that they are automatically indexed.thdox2013-04-281-186/+332
| | | | | | | | | | | | Added @findex for command so that they are indexed.
| | * Moved @subsubheading to @subsubsection for consistencythdox2013-04-281-8/+16
| | |
| | * Removed this op index, will only use standard @findex fn index, andthdox2013-04-281-4/+0
| | | | | | | | | | | | particularly @ftable
| | * minor changes for consistencythdox2013-04-281-2/+2
| | |
| | * moved from @strong to @emph on some itemsthdox2013-04-281-6/+6
| | |
| | * Use @headitem in @multitable.thdox2013-04-281-8/+8
| | | | | | | | | | | | | | | This prints nicer in Info output. This prints the same in TeX output.
| | * CSV is Comma Separated Valuesthdox2013-04-281-6/+6
| | |
| | * Remove double spaces when relevantthdox2013-04-281-52/+52
| |/
| * Merge pull request #182 from thdox/documentation-commandsJohn Wiegley2013-04-271-1234/+1545
| |\ | | | | | | Documentation commands
| | * update of nodesthdox2013-04-271-9/+28
| | |
| | * Remove doubled blank linesthdox2013-04-271-17/+0
| | |
| | * Add blank lines around @itemthdox2013-04-271-22/+18
| | |
| | * Add blank lines around @smallexample and @end smallexamplethdox2013-04-271-7/+60
| | |
| | * Insert one blank line around @nodethdox2013-04-271-46/+3
| | |
| | * Fill paragraph with alignment on 70th columnthdox2013-04-271-1063/+1277
| | |
| | * modified -- to --- as texinfo will use two -- in Info and a long - for TeX.thdox2013-04-271-4/+4
| | |
| | * Add @node when missingthdox2013-04-271-2/+10
| | |
| | * Around section's commands, add a blank line as recommanded in sectionthdox2013-04-271-16/+71
| | | | | | | | | | | | Tips of Texinfo manual.
| | * Add blank line before @table and after @end table as recommanded in Tipsthdox2013-04-271-0/+20
| | | | | | | | | | | | section of Texinfo manual.
| | * Add new index for optionsthdox2013-04-271-0/+4
| | |
| | * Add some help before release. Copied from texinfo.texi.thdox2013-04-271-0/+4
| | |
| | * Moves payees from end to after accountsthdox2013-04-251-21/+19
| | |
| | * M-x texinfo-every-node-updatethdox2013-04-251-42/+42
| | |
| * | Merge pull request #181 from jvrsantacruz/nextJohn Wiegley2013-04-271-23/+22
| |\ \ | | |/ | |/| Improves acprep python3 compatibility
| | * Improves acprep python3 compatibilityJavier Santacruz2013-04-271-23/+22
| |/ | | | | | | | | | | | | Replaces string.join with str.join Forces conversion to str from byte-returning functions Introduces usage of 'as' keyword when catching exception instances Replaces has_key with usage of the 'in' keyword for dictionary key presence checking.
| * Merge pull request #180 from thdox/documentation-typosJohn Wiegley2013-04-241-524/+465
| |\ | | | | | | Documentation typos
| | * suppress double spaces before ':' and ','thdox2013-04-241-54/+54
| | |
| | * fix double quotesthdox2013-04-241-12/+12
| | |
| | * fix emphasisthdox2013-04-241-2/+2
| | |
| | * Fix urlthdox2013-04-241-6/+2
| | |