Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Fix tests when running under Jenkins" | John Wiegley | 2013-06-08 | 1 | -1/+1 |
| | | | | This reverts commit 7183dabc84362a745bf0381cd1cceb303338565f. | ||||
* | Fix tests when running under Jenkins | John Wiegley | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | Add buffer cleanup function. | Craig Earls | 2013-06-06 | 1 | -0/+15 |
| | |||||
* | Dramatic improvements to account completion speeds. | Craig Earls | 2013-06-05 | 4 | -248/+236 |
| | |||||
* | Implemented different sorting function on the reconcile buffer. | Craig Earls | 2013-06-03 | 1 | -5/+27 |
| | | | | | | C-c C-a for amount C-c C-p for payee C-c C-d for date | ||||
* | Fix Bug 966 Auto Indent conflicts with undo. Removed the auto-indent ↵ | Craig Earls | 2013-06-03 | 2 | -16/+7 |
| | | | | function and added an indent xact function | ||||
* | Fix bug 967, Windows rearranging after reconcile save. | Craig Earls | 2013-06-03 | 1 | -2/+5 |
| | |||||
* | Merge pull request #194 from thdox/documentation_removed_from_ledger3 | Craig Earls | 2013-06-03 | 1 | -34/+50 |
|\ | | | | | Copy information from doc/NEWS to doc/ledger3.texi. | ||||
| * | Copy information from doc/NEWS to doc/ledger3.texi. | thdox | 2013-06-03 | 1 | -34/+50 |
|/ | | | | Correct the documentation about '-s' that has no effect on bal command. | ||||
* | Completion improvements | Craig Earls | 2013-06-03 | 2 | -8/+8 |
| | |||||
* | Fix bug 969, payee completing only works with plain alpha chars | Craig Earls | 2013-06-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #191 from thdox/doc_diff_from_previous | John Wiegley | 2013-06-02 | 2 | -4/+31 |
|\ | | | | | Improve documentation about differences between ledger 2.6 and ledger 3.0 | ||||
| * | Improve documentation about differences between ledger 2.6 and ledger 3.0. | thdox | 2013-06-01 | 2 | -4/+31 |
| | | | | | | | | GnuCash support removed, environment variables deprecated. | ||||
* | | Merge pull request #192 from thdox/report | John Wiegley | 2013-06-02 | 1 | -1/+1 |
|\ \ | |/ |/| | Change format to "%Y-%m-%d" | ||||
| * | Change format to "%Y-%m-%d", as described in documentation, and as coded | thdox | 2013-06-02 | 1 | -1/+1 |
|/ | | | | in report.h | ||||
* | Merge pull request #190 from thdox/bug_855 | John Wiegley | 2013-06-01 | 1 | -0/+14 |
|\ | | | | | Fix bug #855 | ||||
| * | Fix bug #855 | thdox | 2013-06-01 | 1 | -0/+14 |
|/ | |||||
* | Bump version number, fix README files | John Wiegley | 2013-05-29 | 3 | -9/+6 |
| | |||||
* | Merge commit '900af573319c3787854abc5653c8133d37eb013f' | Craig Earls | 2013-05-23 | 5 | -14/+12 |
|\ | |||||
| * | Merge pull request #189 from Travis-Snoozy/master | John Wiegley | 2013-05-23 | 1 | -1/+1 |
| |\ | | | | | | | Make acprep use "str.split" not "string.split" | ||||
| | * | Make acprep use "str.split" not "string.split" | Travis Snoozy | 2013-05-23 | 1 | -1/+1 |
| |/ | | | | | | | | | Python is displeased with acprep if a *FLAGS environment variable is set. This patch converts the problematic "string.split" statement to instead be "str.split", which appears to fix the problem. | ||||
| * | Bump version date to 20130523. 3.0 Release Candidate | John Wiegley | 2013-05-23 | 1 | -1/+1 |
| | | |||||
| * | Fix test/input/drewr3.dat | John Wiegley | 2013-05-23 | 1 | -8/+8 |
| | | |||||
| * | Fix #784 | John Wiegley | 2013-05-23 | 2 | -4/+2 |
| | | |||||
* | | Resolve bug 957 update reconcile buffer when saving ledger buffer | Craig Earls | 2013-05-23 | 1 | -42/+42 |
|/ | |||||
* | Merge pull request #188 from tarleb/iso-dates | John Wiegley | 2013-05-22 | 1 | -3/+14 |
|\ | | | | | Add option if dates should be iso-8601 by default | ||||
| * | Add option if dates should be iso-8601 by default | Albert Krewinkel | 2013-05-22 | 1 | -3/+14 |
|/ | | | | | Allow users to choose between the default YYYY/MM/DD format and the iso-standardized format YYYY-MM-DD. | ||||
* | Correction to ldg-context xact regex. | Craig Earls | 2013-05-21 | 1 | -21/+22 |
| | |||||
* | Merge pull request #187 from thdox/documentation | John Wiegley | 2013-05-20 | 2 | -1025/+1402 |
|\ | | | | | Documentation | ||||
| * | Add "ledger convert file.csv" and "hledger -f file.csv print". | thdox | 2013-05-20 | 1 | -7/+10 |
| | | | | | | | | Add url for "csv2ledger" tools | ||||
| * | Add documentation for Payee metadata tag | thdox | 2013-05-20 | 1 | -1/+43 |
| | | |||||
| * | Mainly moving @code to @samp when relevant (when valued example) | thdox | 2013-05-20 | 1 | -210/+208 |
| | | |||||
| * | The programs (like ledger, gnuplot, report, head, getquote) have been | thdox | 2013-05-20 | 1 | -37/+36 |
| | | | | | | | | surrounded by @file{}. | ||||
| * | Rename section "Reporting Commands" to "Basic Reporting Commands" as chapter ↵ | thdox | 2013-05-20 | 1 | -44/+37 |
| | | | | | | | | | | | | | | | | | | | | "Reporting Commands" already exists. Rename to "Report filtering", "Output customization", "Commodity reporting". Second word is lowercase as exact same subsection exists with uppercase. Not a proper fix, but the quickest I found. Rename from "Example Journal File: drewr.dat" to "Example Journal File" as makeinfo does not like ':' in titles. Fix some old naming of cross references. | ||||
| * | 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 |