Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Texinfo: Update every node with C-c C-u C-e | thdox | 2013-05-20 | 1 | -127/+127 | |
| | | ||||||
| * | Rename @code{--option} to @option{--option} | thdox | 2013-05-20 | 1 | -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}. | thdox | 2013-05-20 | 1 | -19/+30 | |
| | | ||||||
| * | Move Ledger CLI command to @command. Also, fix commas in section title ↵ | thdox | 2013-05-20 | 1 | -128/+128 | |
| | | | | | | | | (makeinfo does not like that). | |||||
| * | Fix warning from makeinfo compilation. | thdox | 2013-05-20 | 1 | -4/+3 | |
| | | ||||||
| * | Move @code to @samp when relevant for section Date and Time Format Codes | thdox | 2013-05-20 | 1 | -12/+13 | |
| | | ||||||
| * | Minor modifications, to fix bad display in TeX output | thdox | 2013-05-20 | 1 | -10/+10 | |
| | | ||||||
| * | Review of Babel section. Move to Babel name according to new naming. | thdox | 2013-05-20 | 1 | -74/+74 | |
| | | ||||||
| * | Add some "@c TODO" things to do later | thdox | 2013-05-20 | 1 | -0/+18 | |
| | | ||||||
| * | add missing @smallexample | thdox | 2013-05-20 | 1 | -2/+4 | |
| | | ||||||
| * | Insert some spacing | thdox | 2013-05-20 | 2 | -33/+286 | |
| | | ||||||
| * | Some minor reformatting | thdox | 2013-05-20 | 2 | -13/+27 | |
|/ | ||||||
* | Fixed parsing of the "fixed" directive | John Wiegley | 2013-05-19 | 3 | -8/+13 | |
| | ||||||
* | Remove some unnecessary and complicated logic | John Wiegley | 2013-05-19 | 2 | -34/+15 | |
| | | | | Fixes #712 | |||||
* | Add unit test for 686 | John Wiegley | 2013-05-19 | 1 | -0/+33 | |
| | ||||||
* | Add a missing member initializer to a copy constructor | John Wiegley | 2013-05-19 | 1 | -1/+2 | |
| | | | | Fixes #686 | |||||
* | Another whitespace fix | John Wiegley | 2013-05-19 | 1 | -1/+1 | |
| | ||||||
* | Add a missing % character | John Wiegley | 2013-05-19 | 1 | -1/+1 | |
| | ||||||
* | Whitespace fix | John Wiegley | 2013-05-19 | 1 | -1/+1 | |
| | ||||||
* | Updated .gitignore | John Wiegley | 2013-05-19 | 1 | -0/+1 | |
| | ||||||
* | Add contrib/compilation-ledger.el | John Wiegley | 2013-05-19 | 1 | -0/+97 | |
| | ||||||
* | Resolve new compiler warnings from Clang | John Wiegley | 2013-05-19 | 8 | -17/+10 | |
| | ||||||
* | Add -Wno-disabled-macro-expansion | John Wiegley | 2013-05-19 | 1 | -0/+1 | |
| | ||||||
* | Get the unit tests passing again | John Wiegley | 2013-05-19 | 2 | -2/+2 | |
| | ||||||
* | Prevent failure if ledger sort buffer is called with point before the ledger ↵ | Craig Earls | 2013-05-14 | 1 | -7/+7 | |
| | | | | start marker. | |||||
* | Fix ledger-find-slot so that it doesn't require transaction codes | Craig Earls | 2013-05-14 | 2 | -60/+60 | |
| | ||||||
* | Fix Bug 962 | Craig Earls | 2013-05-11 | 2 | -81/+82 | |
| | ||||||
* | Correct regex | Craig Earls | 2013-05-11 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of https://github.com/ledger/ledger | Craig Earls | 2013-05-10 | 1 | -4/+4 | |
|\ | ||||||
| * | Merge pull request #185 from bkuhn/contrib-non-profit-audit-minor-reporting-fix | Craig Earls | 2013-05-10 | 1 | -4/+4 | |
| |\ | | | | | | | Minor reporting fix to contrib/non-profit-audit-reports | |||||
| | * | Type lists need to change along with the groupings. | Bradley M. Kuhn | 2013-05-10 | 1 | -2/+2 | |
| | | | ||||||
| | * | Chart of accounts change s/Enforcement/Compliance/, but make backwards ↵ | Bradley M. Kuhn | 2013-05-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | compatible. | |||||
* | | | Reverted changes to completion. Changes were "more correct" but performance ↵ | Craig Earls | 2013-05-10 | 3 | -32/+12 | |
|/ / | | | | | | | on large buffer was too poor. | |||||
* | | Fix Bug 961, add ldg-context.el and ldg-schedule.el to CMakeLists.txt | Craig Earls | 2013-05-09 | 1 | -4/+6 | |
| | | ||||||
* | | Implement more efficient completion algorithm. Thanks Thierry! Also remove ↵ | Craig Earls | 2013-05-06 | 3 | -61/+38 | |
| | | | | | | | | multi-comment font-locking for performance reasons. | |||||
* | | Ensure ledger-mode display balance can handle zero balance accounts. | Craig Earls | 2013-05-06 | 1 | -1/+3 | |
|/ | ||||||
* | Add stats to ledger mode | Craig Earls | 2013-05-01 | 1 | -9/+22 | |
| | ||||||
* | Merge pull request #184 from thdox/documentation | John Wiegley | 2013-05-01 | 2 | -390/+550 | |
|\ | | | | | Documentation | |||||
| * | M-x delete-trailing-whitespace | thdox | 2013-05-01 | 1 | -2/+2 | |
| | | ||||||
| * | 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 |