Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add @var{FORMAT_STRING} where missing | thdox | 2013-05-01 | 1 | -13/+13 | |
| | | ||||||
| * | For consistency, do not put on same @item two options that are | thdox | 2013-05-01 | 1 | -8/+7 | |
| | | | | | | | | different (even if very close in purpose). | |||||
| * | Add TODO keyword where there are still menu entries to describe | thdox | 2013-05-01 | 1 | -0/+13 | |
| | | ||||||
| * | Add description for menu items related to Sort | thdox | 2013-05-01 | 1 | -14/+14 | |
| | | ||||||
| * | Consistency on regex spelling | thdox | 2013-05-01 | 1 | -15/+15 | |
| | | ||||||
| * | Added Copying Transaction section | thdox | 2013-05-01 | 1 | -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 ↵ | thdox | 2013-05-01 | 2 | -52/+50 | |
| | | | | | | | | manuals | |||||
| * | Minor fixes | thdox | 2013-05-01 | 1 | -2/+3 | |
| | | ||||||
| * | Minor fix | thdox | 2013-05-01 | 1 | -5/+5 | |
| | | ||||||
| * | Adding concepts (@cindex) to fill Concept Index | thdox | 2013-05-01 | 1 | -0/+36 | |
| | | ||||||
| * | Added Command & Variable Index | thdox | 2013-05-01 | 1 | -26/+69 | |
| | | | | | | | | Added Keystroke Index | |||||
| * | Fix "Overfull \hbox" error appearing when generating pdf through pdfTeX | thdox | 2013-04-30 | 1 | -1/+2 | |
| | | ||||||
| * | Fix typos and alignment (fill-paragraph) | thdox | 2013-04-30 | 1 | -51/+53 | |
| | | ||||||
| * | Move keyboard shortcuts to @kbd{} | thdox | 2013-04-30 | 1 | -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" spelling | thdox | 2013-04-30 | 1 | -21/+23 | |
| | | ||||||
| * | Moved from @smallexample to @example | thdox | 2013-04-30 | 1 | -5/+5 | |
| | | ||||||
| * | Add indexes | thdox | 2013-04-30 | 1 | -0/+10 | |
| | | ||||||
| * | Adjust of blank lines between keywords and sections | thdox | 2013-04-30 | 1 | -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 file | thdox | 2013-04-30 | 1 | -1/+2 | |
| | | ||||||
| * | Add description for --unrealized-gains and --unrealized-losses | thdox | 2013-04-30 | 1 | -4/+9 | |
| | | ||||||
| * | Add description for --time-colon | thdox | 2013-04-30 | 1 | -1/+5 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/next' | John Wiegley | 2013-04-29 | 15 | -3391/+4179 | |
|\| | ||||||
| * | Merge pull request #183 from thdox/command-index | John Wiegley | 2013-04-29 | 1 | -1477/+1827 | |
| |\ | | | | | | | Command indexation | |||||
| | * | Moved to "FIX THIS ENTRY" for consistency | thdox | 2013-04-29 | 1 | -31/+31 | |
| | | | ||||||
| | * | Change from -report to -format as -report can not be found in source code | thdox | 2013-04-29 | 1 | -16/+18 | |
| | | | ||||||
| | * | Some cleanup on pre-commands | thdox | 2013-04-29 | 1 | -30/+14 | |
| | | | ||||||
| | * | Check that options in global.cc::lookup_option, | thdox | 2013-04-29 | 1 | -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-commands | thdox | 2013-04-29 | 1 | -4/+7 | |
| | | | ||||||
| | * | Use @samp{} for single characters | thdox | 2013-04-29 | 1 | -146/+150 | |
| | | | ||||||
| | * | no space before and after '---' | thdox | 2013-04-28 | 1 | -15/+15 | |
| | | | ||||||
| | * | Use @samp for single characters as recommended in Texinfo manual (i.e. | thdox | 2013-04-28 | 1 | -20/+21 | |
| | | | | | | | | | | | | use @samp{$} instead of '$') | |||||
| | * | Use @kbd instead of @code for keyboard shortcuts | thdox | 2013-04-28 | 1 | -15/+15 | |
| | | | ||||||
| | * | Moved syntax from "--option STR" to "--option @var{STR}". As such, this | thdox | 2013-04-28 | 1 | -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-update | thdox | 2013-04-28 | 1 | -7/+18 | |
| | | | ||||||
| | * | Add @findex inside document to index --options cited in document | thdox | 2013-04-28 | 1 | -23/+79 | |
| | | | ||||||
| | * | For consistency, moved @example to @smallexample | thdox | 2013-04-28 | 1 | -60/+60 | |
| | | | ||||||
| | * | Fix consistency of alignment of @smallexample | thdox | 2013-04-28 | 1 | -499/+498 | |
| | | | ||||||
| | * | Fix of "Overfull \hbox" when generating the PDF file with texi2pdf | thdox | 2013-04-28 | 1 | -113/+113 | |
| | | | ||||||
| | * | Changes @multitable to @ftable so that they are automatically indexed. | thdox | 2013-04-28 | 1 | -186/+332 | |
| | | | | | | | | | | | | Added @findex for command so that they are indexed. | |||||
| | * | Moved @subsubheading to @subsubsection for consistency | thdox | 2013-04-28 | 1 | -8/+16 | |
| | | | ||||||
| | * | Removed this op index, will only use standard @findex fn index, and | thdox | 2013-04-28 | 1 | -4/+0 | |
| | | | | | | | | | | | | particularly @ftable | |||||
| | * | minor changes for consistency | thdox | 2013-04-28 | 1 | -2/+2 | |
| | | | ||||||
| | * | moved from @strong to @emph on some items | thdox | 2013-04-28 | 1 | -6/+6 | |
| | | | ||||||
| | * | Use @headitem in @multitable. | thdox | 2013-04-28 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | This prints nicer in Info output. This prints the same in TeX output. | |||||
| | * | CSV is Comma Separated Values | thdox | 2013-04-28 | 1 | -6/+6 | |
| | | | ||||||
| | * | Remove double spaces when relevant | thdox | 2013-04-28 | 1 | -52/+52 | |
| |/ | ||||||
| * | Merge pull request #182 from thdox/documentation-commands | John Wiegley | 2013-04-27 | 1 | -1234/+1545 | |
| |\ | | | | | | | Documentation commands | |||||
| | * | update of nodes | thdox | 2013-04-27 | 1 | -9/+28 | |
| | | | ||||||
| | * | Remove doubled blank lines | thdox | 2013-04-27 | 1 | -17/+0 | |
| | | | ||||||
| | * | Add blank lines around @item | thdox | 2013-04-27 | 1 | -22/+18 | |
| | | |