summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Bump the date in the version numberJohn Wiegley2014-04-131-1/+1
| |
| * Update tools/build.shJohn Wiegley2014-04-131-2/+2
| |
| * Add the concept of "deferred postings"John Wiegley2014-04-137-9/+107
| | | | | | | | | | This is pretty much exclusively for allowing one to use balance assertions with replicated transactions across multiple files.
| * The option --permissive now quiets balance assertionsJohn Wiegley2014-04-134-14/+20
| |
| * Add default.nix file, for building with NixJohn Wiegley2014-04-131-0/+30
| |
* | Merge commit 'fa641c581c3e2724d61fecd28fdb70f3dbb1beec'Craig Earls2014-04-087-76/+252
|\|
| * Merge pull request #273 from merriam/masterCraig Earls2014-04-071-0/+13
| |\ | | | | | | | | | | | | Add two more terms Thanks. What is the comment about TeX being hard to install?
| | * Add two more termsCharles Merriam2014-04-061-0/+13
| | | | | | | | | | | | Added Effective Date and Transaction Code
| * | Merge pull request #272 from merriam/masterCraig Earls2014-04-052-1/+47
| |\| | | | | | | | | | | | | More documentation, and One .gitignore change Charles, thank you for all of the time you are putting into this.
| | * More terms and orientationCharles Merriam2014-04-041-3/+28
| | | | | | | | | | | | Added Cheetah, sha1, utfcpp and finished the orientation section.
| | * Started an Orientation sectionCharles Merriam2014-04-041-0/+20
| | | | | | | | | | | | Every project lays out directories in a unique manner.
| | * Add CTestTestfile.cmakeCharles Merriam2014-04-031-0/+1
| | | | | | | | | | | | Ignore file generated by ./acprep.
| * | Merge pull request #269 from merriam/masterCraig Earls2014-04-031-0/+36
| |\| | | | | | | DEVELOP.md
| | * More developer termsCharles Merriam2014-04-021-9/+29
| | | | | | | | | | | | | | | Mention a few more tools used. Also word-wrap, which touched most lines.
| | * Started DEVELOP.md with a glossaryCharles Merriam2014-04-011-0/+16
| | | | | | | | | | | | Started a development doc with a few glossary terms.
| * | Merge pull request #270 from matled/masterJohn Wiegley2014-04-021-10/+2
| |\ \ | | | | | | | | use /bin/sh to run the pager
| | * | use /bin/sh to run the pagerMatthias Lederhofer2014-04-021-10/+2
| |/ / | | | | | | | | | | | | | | | This allows to specify options on the command-line of the pager, e.g. $ ledger --color --pager='less -R' ...
| * | Merge pull request #268 from merriam/masterCraig Earls2014-04-011-0/+13
| |\| | | | | | | Two more terms.
| | * Two more terms.Charles Merriam2014-04-011-0/+13
| | | | | | | | | | | | Added posting and virtual posting.
| * | Merge pull request #267 from merriam/masterSteve Purcell2014-04-011-0/+16
| |\| | | | | | | Two more Ledger terms
| | * Two more Ledger termsCharles Merriam2014-03-311-0/+16
| | | | | | | | | | | | | | | Added automated transaction and periodic transaction, two items that horribly misnamed.
| * | Merge pull request #266 from merriam/masterSteve Purcell2014-03-301-11/+95
| |\| | | | | | | Glossary updates...
| | * Word wrap; alphabetical order.Charles Merriam2014-03-301-11/+94
| | | | | | | | | | | | trivial changes.
| | * More Glossary TermsCharles Merriam2014-03-301-0/+1
| | | | | | | | | | | | | | | Added Command Directive and Journal File. Word wrap touched a couple of entries.
| * | Merge pull request #265 from merriam/masterCraig Earls2014-03-291-1/+15
| |\| | | | | | | Add more terms to glossary
| | * Add more terms to glossaryCharles Merriam2014-03-291-1/+15
| | | | | | | | | | | | Cleared up meaning of ‘posting’. Added a few Ledger specific items.
| * | Merge pull request #264 from merriam/masterCraig Earls2014-03-281-0/+14
| |\| | | | | | | | | | | | | Added Glossary Nice. Would it be worth it to add this to the documentation?
| | * Added GlossaryCharles Merriam2014-03-281-0/+14
| | | | | | | | | | | | | | | Wrote a first pass at a glossary, adding only accounting terms to start.
| * | Fix a compiler warningJohn Wiegley2014-03-281-1/+2
| | |
| * | Merge pull request #262 from merriam/masterCraig Earls2014-03-272-65/+12
| |\| | | | | | | A pair of small documentation changes...
| | * Small typos..Charles Merriam2014-03-271-5/+6
| | |
| | * Remove doc/READMECharles Merriam2014-03-271-72/+0
| | | | | | | | | | | | | | | Remove obsolete and incorrect README file. Correct information in README.md, one directory up.
| | * Update README.md; more introduction and documentation linkCharles Merriam2014-03-271-0/+9
| | | | | | | | | Updated the introduction with the little information that was unique to doc/README. Also added a link to the documentation page.
| | * Update README.md; add google group link.Charles Merriam2014-03-261-1/+2
| | | | | | | | | Mention that ./acprep is a Python script for installing dependencies.
| | * Update README to reference README.mdCharles Merriam2014-03-261-10/+18
| | | | | | | | | This older doc/README file is pure text and provides incomplete information compared to the root's README.md markdown file. I copied over some introductory verbiage and added cross references to that file.
* | | Merge commit '7903abe0c2e88c3d97b257405d13aa8a4e42a296'Craig Earls2014-03-271-2/+2
|\| |
| * | Merge pull request #263 from afh/pull/301-versionJohn Wiegley2014-03-271-2/+2
| |\ \ | | | | | | | | Bump ledger version components in cmake
| | * | Bump ledger version components in cmakeAlexis Hildebrandt2014-03-271-2/+2
| |/ /
* | | Merge commit 'b9078dc93ffdb526efd0a859a73cc3076108f6b2'Craig Earls2014-03-2523-345/+345
|\| |
| * | Merge pull request #258 from kain88-de/fix-readmeJohn Wiegley2014-03-252-21/+14
| |\ \ | | | | | | | | remove version name for boost in aptitude command
| | * | remove version name for boost in aptitude commandMax Linke2014-03-252-21/+14
| | | | | | | | | | | | | | | | | | | | Always point to the most current boost libraries available for debian and it's derivatives
| * | | Merge pull request #260 from jamielinux/manpageCraig Earls2014-03-231-1/+1
| |\ \ \ | | | | | | | | | | Fix man page typo
| | * | | Fix man page typoJamie Nguyen2014-03-231-1/+1
| | | | |
| * | | | Merge pull request #261 from jamielinux/fsf-addressCraig Earls2014-03-2318-36/+36
| |\ \ \ \ | | |/ / / | |/| | | Update old FSF address
| | * | | Update old FSF addressJamie Nguyen2014-03-2318-36/+36
| |/ / /
| * | | Merge pull request #259 from vincentbernat/fix/dark-backgroundCraig Earls2014-03-231-2/+4
| |\ \ \ | | |/ / | |/| | | | | | | | | | lisp: use more legible colors on dark backgrounds Merged. I will forward any complaints your direction.
| | * | lisp: use more legible colors on dark backgroundsVincent Bernat2014-03-231-2/+4
| |/ / | | | | | | | | | | | | | | | On dark backgrounds, the color for the current transaction makes the text quite unreadable. Let's use a darker color in this case. Maybe some other colors could be adjusted.
| * | Merge pull request #257 from ecraven/update-docsSteve Purcell2014-03-141-58/+57
| |\ \ | | | | | | | | finished first proof-reading of ledger manual
| | * | finished first proof-reading of ledger manualPeter Feigl2014-03-141-58/+57
| | | |
| * | | Merge pull request #256 from ecraven/update-docsSteve Purcell2014-03-141-120/+123
| |\| | | | | | | | | | proof-reading the manual