summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Correct bug is edit amount.Craig Earls2013-03-061-1/+1
| | | | Edit-amount was still looking for decimal-comma
* Added menu entries to help set sort regionCraig Earls2013-03-061-1/+3
|
* Ad ledger-mode flags to limit sort region for sort bufferCraig Earls2013-03-021-0/+15
|
* Add ability to posting the account in a posting using the ↵Craig Earls2013-03-021-2/+3
| | | | iedger-default-acct-transaction-indent
* Some spelling correction.Rémi Vanicat2013-03-011-47/+48
|
* Removing several warning by makeinfo in ledger-mode.texiRémi Vanicat2013-03-011-3/+3
|
* Corrected one @xrefRémi Vanicat2013-03-011-1/+1
|
* Added forgotten {} for @code in ledger-mode.texiRémi Vanicat2013-03-011-3/+3
|
* The .info for ledger-mode should not be the same than for ledger3Rémi Vanicat2013-03-011-1/+1
|
* Removed EMACS section from Ledger3.texiCraig Earls2013-02-271-311/+1
|
* Add ledger-mode.texi to the build listCraig Earls2013-02-271-1/+1
|
* Restructured customization groups. Completed initial draft of ledger-mode ↵Craig Earls2013-02-271-23/+172
| | | | documentation
* Merge branch 'next' into ledger-mode-documentationCraig Earls2013-02-271-1/+1
|\
| * Fix typo in ledger3.texiCraig Earls2013-02-271-1/+1
| |
* | Initial commit of ledger-mode documentation and demo fileCraig Earls2013-02-261-0/+587
|/
* unescaped a few symbolsCraig Earls2013-02-261-2/+2
|
* Added a note to the introduction about paying attention to shell expansionsCraig Earls2013-02-261-0/+10
|
* Fixed typo in doc/CMakeLists.txt line 58 "mesage" ==> "message"Craig Earls2013-02-251-1/+1
|
* Fix formatting and typosJohn Wiegley2013-02-181-10/+11
|
* Small corrections in the Embedded Python sectionRyan Nowakowski2013-02-171-2/+2
|
* Added rudimentary target checking to reconcile.Craig Earls2013-02-131-1/+11
|
* Correct misspellingCraig Earls2013-02-051-1/+1
|
* Grammar cleanupCraig Earls2013-02-051-1/+1
|
* Enh 246 add code folding to ledger modeCraig Earls2013-02-051-5/+46
| | | | Based on loccur. Hides everything but the xacts that match a regex. Linked to reconcile mode so that when you reconcile an account on xacts with that account are shown. Documentation updated
* Added menu and keybinding for ledger-post-edit-amountCraig Earls2013-02-011-0/+13
| | | | | editing the amount with calc is too cool for school. I can't believe I didn't see it before. It is in the docs now as well.
* Updated developer sectionCraig Earls2013-02-011-316/+366
|
* Add regional sort facility to ledger modeCraig Earls2013-02-011-1/+1
| | | | | | C-c C-s now bound to ledger-sort-region. ledger-sort-region is smart and find the beginning of the first xact within the region and the beginning of the first xact AFTER the region so that it can keep posing structure intact
* Add ability to reconcile new account without switching recon buffersCraig Earls2013-01-301-1/+5
| | | | | Show cleared balance on command Update documentation
* Bug 634 Added roundto function, optimized floor and ceilingCraig Earls2013-01-301-1/+3
| | | | Fixes Bug634 by adding roundto(amount, places).
* fix CMake variable expansion for man2htmlJohann Klähn2013-01-291-1/+1
|
* Documented the tags command.Craig Earls2013-01-291-5/+18
| | | | Documented that the account and commodities command now sort.
* Improved emacs section. Now documents all behavior.Craig Earls2013-01-291-17/+49
|
* Added Huququ'llah calculation back in.Craig Earls2013-01-251-13/+91
| | | | | Example was inadvertantly removed while writing the Automated Transaction section.
* do not auto-build documentationJohann Klähn2013-01-191-6/+2
| | | | Use 'ninja doc' or 'make doc' instead.
* improve doxygen build logicJohann Klähn2013-01-192-10/+24
| | | | | Doxygen will only be called when the 'doc' target is built and one of its input files has changed.
* doxygen: enable search and foldingJohann Klähn2013-01-191-2/+2
|
* update Doxyfile.in (using doxygen -u)Johann Klähn2013-01-191-679/+1069
|
* only run doxygen onceJohann Klähn2013-01-191-2/+10
| | | | To update the documentation run `ninja doxygen` or `make doxygen`.
* On the Mac, texi2pdf doesn't have a --tidy optionJohn Wiegley2013-01-161-1/+1
|
* repair doxygen supportJohann Klähn2013-01-142-3/+21
|
* Merge pull request #120 from kljohann/cmake.docsJohn Wiegley2013-01-141-10/+8
|\ | | | | fix issue for separate build dir
| * fix issue for separate build dirJohann Klähn2013-01-141-10/+8
| |
* | Merge pull request #119 from kljohann/cmake.docsJohn Wiegley2013-01-142-17/+73
|\| | | | | convert doc/Makefile to CMake
| * convert doc/Makefile to CMakeJohann Klähn2013-01-142-17/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | CMake will build the pdf version of the manual if texi2pdf is installed. It will be installed to DOCDIR/ledger{,3}.pdf, for example /usr/local/share/ledger/ledger3.pdf. Also, the man page will be installed to MANDIR/man1/ledger.1 The option BUILD_DOCS is now on by default. A new option BUILD_WEB_DOCS is used to toggle the generation of the html version of the manual and the man page (off by default). All this is added to the 'doc' make target.
* | Merge branch 'next' of github.com:ledger/ledger into nextSimon Michael2013-01-111-1/+1
|\ \
| * | Update obsolete wording in documentation for 'year' command directive.Karl Fogel2012-12-161-1/+1
| |/
* / escape @ characters properly so they show upSimon Michael2013-01-111-12/+12
|/
* Correct typosAlexis Hildebrandt2012-11-101-17/+17
|
* Fixe } bugCraig Earls2012-11-061-2/+2
|
* re-fixed draft and lisp command documentationCraig Earls2012-11-011-12/+12
|