Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update doc/NEWS for ledger 3.1 | Martin Michlmayr | 2014-10-05 | 1 | -2/+27 |
| | |||||
* | minor spelling fixes | Carlos E. Garcia | 2014-09-15 | 2 | -2/+2 |
| | |||||
* | remove outdated install instructions | Max Linke | 2014-09-14 | 1 | -234/+0 |
| | |||||
* | reduce number of warning messages when building docs | Johann Klähn | 2014-09-10 | 1 | -11/+12 |
| | | | | Warnings were emitted for every info file (twice) instead of once. | ||||
* | clean up installation of doc files | Johann Klähn | 2014-09-10 | 1 | -16/+10 |
| | |||||
* | install man page even if BUILD_DOCS isn't set | Johann Klähn | 2014-09-10 | 1 | -13/+9 |
| | | | | The man page is useful and does not need additional software to be installed. | ||||
* | Fix to 90519fc6e132bd (moved paragraph to end of section). | Redstreet | 2014-07-03 | 1 | -5/+4 |
| | |||||
* | Updated out of date value expression section in the documentation. | Redstreet | 2014-07-03 | 1 | -22/+75 |
| | |||||
* | Format commands properly | Martin Michlmayr | 2014-06-30 | 1 | -2/+7 |
| | |||||
* | Typo fix | Martin Michlmayr | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | Document --values | Martin Michlmayr | 2014-06-30 | 2 | -1/+4 |
| | |||||
* | Document --unrealized | Martin Michlmayr | 2014-06-30 | 2 | -1/+4 |
| | |||||
* | Fix minor typo | thdox | 2014-06-22 | 1 | -2/+2 |
| | |||||
* | Fix minor formatting issue | Martin Michlmayr | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | Improve consistency regarding options | Martin Michlmayr | 2014-06-06 | 1 | -1/+1 |
| | | | | | Use --exchange for both cases to avoid confusion for those who don't know that --exchange and -X are the same. | ||||
* | Document --exchange COMMODITY1:COMMODITY2 syntax. | Bradley M. Kuhn | 2014-06-05 | 1 | -1/+21 |
| | | | | | It appears this syntax does indeed work as described in this change, but the feature was not previously documented herein. | ||||
* | Improve backwards compatibility with ledger2 | Martin Michlmayr | 2014-05-30 | 1 | -4/+2 |
| | | | | | | | This brings some single character format strings in line with what they actually meant in ledger2. Bug fix for #755 | ||||
* | Remove character that wasn't displayed in ledger2 | Martin Michlmayr | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | Cosmetic change - format code consistently | Martin Michlmayr | 2014-05-18 | 1 | -11/+11 |
| | | | | | Add a space between if and the opening bracket, between a closing round bracket and the following opening curly bracket, etc. | ||||
* | Fix python example so it runs | Ryan Nowakowski | 2014-05-15 | 1 | -2/+2 |
| | |||||
* | document payee uuid subdirective | Christophe Rhodes | 2014-05-13 | 1 | -3/+13 |
| | |||||
* | Add another change to NEWS | Martin Michlmayr | 2014-05-12 | 1 | -0/+2 |
| | |||||
* | Update NEWS for 3.x | Martin Michlmayr | 2014-05-12 | 1 | -0/+16 |
| | |||||
* | M-q (=M-x fill-paragraph) on column 78 | thdox | 2014-05-11 | 1 | -117/+114 |
| | |||||
* | Fix some typos | thdox | 2014-05-11 | 1 | -9/+9 |
| | |||||
* | fix typo | Johann Klähn | 2014-05-10 | 1 | -1/+1 |
| | |||||
* | Merge pull request #282 from jamielinux/texi | Craig Earls | 2014-05-05 | 1 | -11/+11 |
|\ | | | | | Fix @node pointer errors | ||||
| * | Fix @node pointer errors | Jamie Nguyen | 2014-04-27 | 1 | -11/+11 |
| | | | | | | | | | | Unfortunately, you cannot reliably use periods, commas, or colons within a node name; these can confuse the Info reader. | ||||
* | | Improve installation of documentation files | Alexis Hildebrandt | 2014-05-05 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | | | - Install info version of ledger documentation instead of the original texinfo sources - Install html version of ledger documentation when BUILD_WEB_DOCS is ON - Enable installation of documentation files from --output directory | ||||
* | | Check for required TeX when building pdf documentation | Alexis Hildebrandt | 2014-05-05 | 1 | -4/+4 |
| | | |||||
* | | Build info version of documentation | Alexis Hildebrandt | 2014-05-04 | 1 | -0/+11 |
|/ | |||||
* | doc: add BUILD_A4_PDF cmake variable | Alexis Hildebrandt | 2014-04-27 | 1 | -1/+4 |
| | | | | to create a DIN A4 paper version of the ledger pdf. | ||||
* | doc: try to use groff if man2html is not found | Alexis Hildebrandt | 2014-04-27 | 1 | -8/+15 |
| | | | | | to generate a html version of the manpage, throw a fatal error otherwise. | ||||
* | Replace sha1.cc with boost::uuid::details::sha1 | David Bremner | 2014-04-17 | 1 | -13/+0 |
| | | | | | | | | sha1.cc is not redistributable by Debian because the license doesn't permit redistribution of modified versions. This isn't ideal since the ::details namespace is subject to change, but it avoids adding a dependency to ledger. | ||||
* | Merge pull request #273 from merriam/master | Craig Earls | 2014-04-07 | 1 | -0/+13 |
|\ | | | | | | | | | Add two more terms Thanks. What is the comment about TeX being hard to install? | ||||
| * | Add two more terms | Charles Merriam | 2014-04-06 | 1 | -0/+13 |
| | | | | | | | | Added Effective Date and Transaction Code | ||||
* | | Merge pull request #272 from merriam/master | Craig Earls | 2014-04-05 | 1 | -1/+46 |
|\| | | | | | | | | | More documentation, and One .gitignore change Charles, thank you for all of the time you are putting into this. | ||||
| * | More terms and orientation | Charles Merriam | 2014-04-04 | 1 | -3/+28 |
| | | | | | | | | Added Cheetah, sha1, utfcpp and finished the orientation section. | ||||
| * | Started an Orientation section | Charles Merriam | 2014-04-04 | 1 | -0/+20 |
| | | | | | | | | Every project lays out directories in a unique manner. | ||||
* | | Merge pull request #269 from merriam/master | Craig Earls | 2014-04-03 | 1 | -0/+36 |
|\| | | | | | DEVELOP.md | ||||
| * | More developer terms | Charles Merriam | 2014-04-02 | 1 | -9/+29 |
| | | | | | | | | | | Mention a few more tools used. Also word-wrap, which touched most lines. | ||||
| * | Started DEVELOP.md with a glossary | Charles Merriam | 2014-04-01 | 1 | -0/+16 |
| | | | | | | | | Started a development doc with a few glossary terms. | ||||
* | | Merge pull request #268 from merriam/master | Craig Earls | 2014-04-01 | 1 | -0/+13 |
|\| | | | | | Two more terms. | ||||
| * | Two more terms. | Charles Merriam | 2014-04-01 | 1 | -0/+13 |
| | | | | | | | | Added posting and virtual posting. | ||||
* | | Merge pull request #267 from merriam/master | Steve Purcell | 2014-04-01 | 1 | -0/+16 |
|\| | | | | | Two more Ledger terms | ||||
| * | Two more Ledger terms | Charles Merriam | 2014-03-31 | 1 | -0/+16 |
| | | | | | | | | | | Added automated transaction and periodic transaction, two items that horribly misnamed. | ||||
* | | Merge pull request #266 from merriam/master | Steve Purcell | 2014-03-30 | 1 | -11/+95 |
|\| | | | | | Glossary updates... | ||||
| * | Word wrap; alphabetical order. | Charles Merriam | 2014-03-30 | 1 | -11/+94 |
| | | | | | | | | trivial changes. | ||||
| * | More Glossary Terms | Charles Merriam | 2014-03-30 | 1 | -0/+1 |
| | | | | | | | | | | Added Command Directive and Journal File. Word wrap touched a couple of entries. | ||||
* | | Merge pull request #265 from merriam/master | Craig Earls | 2014-03-29 | 1 | -1/+15 |
|\| | | | | | Add more terms to glossary |