summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | * Type lists need to change along with the groupings.Bradley M. Kuhn2013-05-101-2/+2
| | |
| | * Chart of accounts change s/Enforcement/Compliance/, but make backwards ↵Bradley M. Kuhn2013-05-101-2/+2
| | | | | | | | | | | | compatible.
* | | Reverted changes to completion. Changes were "more correct" but performance ↵Craig Earls2013-05-103-32/+12
|/ / | | | | | | on large buffer was too poor.
* | Fix Bug 961, add ldg-context.el and ldg-schedule.el to CMakeLists.txtCraig Earls2013-05-091-4/+6
| |
* | Implement more efficient completion algorithm. Thanks Thierry! Also remove ↵Craig Earls2013-05-063-61/+38
| | | | | | | | multi-comment font-locking for performance reasons.
* | Ensure ledger-mode display balance can handle zero balance accounts.Craig Earls2013-05-061-1/+3
|/
* Add stats to ledger modeCraig Earls2013-05-011-9/+22
|
* Merge pull request #184 from thdox/documentationJohn Wiegley2013-05-012-390/+550
|\ | | | | Documentation
| * 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
| |
* | 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
| | |