Commit graph

4991 commits

Author SHA1 Message Date
Craig Earls
7540647f01 Dramatic improvements to account completion speeds. 2013-06-05 16:41:11 -07:00
Craig Earls
e0b02afd60 Implemented different sorting function on the reconcile buffer.
C-c C-a for amount
C-c C-p for payee
C-c C-d for date
2013-06-03 17:14:19 -07:00
Craig Earls
c23c994b22 Fix Bug 966 Auto Indent conflicts with undo. Removed the auto-indent function and added an indent xact function 2013-06-03 16:39:36 -07:00
Craig Earls
cb6f4b9890 Fix bug 967, Windows rearranging after reconcile save. 2013-06-03 15:31:10 -07:00
Craig Earls
99db205bcd Merge pull request #194 from thdox/documentation_removed_from_ledger3
Copy information from doc/NEWS to doc/ledger3.texi.
2013-06-03 15:17:45 -07:00
thdox
cc3353d5b8 Copy information from doc/NEWS to doc/ledger3.texi.
Correct the documentation about '-s' that has no effect on bal command.
2013-06-03 22:38:07 +02:00
Craig Earls
30fe6afebf Completion improvements 2013-06-03 08:45:27 -07:00
Craig Earls
fda778f2c0 Fix bug 969, payee completing only works with plain alpha chars 2013-06-02 20:46:29 -07:00
John Wiegley
85ba3bd1ca Merge pull request #191 from thdox/doc_diff_from_previous
Improve documentation about differences between ledger 2.6 and ledger 3.0
2013-06-02 19:19:59 -07:00
John Wiegley
a7ee1a0aa4 Merge pull request #192 from thdox/report
Change format to "%Y-%m-%d"
2013-06-02 19:19:48 -07:00
thdox
ff64f97d16 Change format to "%Y-%m-%d", as described in documentation, and as coded
in report.h
2013-06-02 17:34:35 +02:00
thdox
d56f9c4032 Improve documentation about differences between ledger 2.6 and ledger 3.0.
GnuCash support removed, environment variables deprecated.
2013-06-01 18:01:19 +02:00
John Wiegley
0b2065f809 Merge pull request #190 from thdox/bug_855
Fix bug #855
2013-06-01 06:00:22 -07:00
thdox
079ed363dd Fix bug #855 2013-06-01 14:01:06 +02:00
John Wiegley
39841af0ce Bump version number, fix README files 2013-05-29 01:20:31 -05:00
Craig Earls
a2518fa2a1 Merge commit '900af573319c3787854abc5653c8133d37eb013f' 2013-05-23 21:11:59 -07:00
Craig Earls
5c462273d9 Resolve bug 957 update reconcile buffer when saving ledger buffer 2013-05-23 21:05:34 -07:00
John Wiegley
900af57331 Merge pull request #189 from Travis-Snoozy/master
Make acprep use "str.split" not "string.split"
2013-05-23 20:40:49 -07:00
Travis Snoozy
119e337f4b Make acprep use "str.split" not "string.split"
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.
2013-05-23 09:25:10 -06:00
John Wiegley
7108f25590 Bump version date to 20130523. 3.0 Release Candidate 2013-05-23 04:37:41 -05:00
John Wiegley
9f68d1799a Fix test/input/drewr3.dat 2013-05-23 04:02:24 -05:00
John Wiegley
a79cf36c64 Fix #784 2013-05-23 03:23:49 -05:00
John Wiegley
30a7a6800c Merge pull request #188 from tarleb/iso-dates
Add option if dates should be iso-8601 by default
2013-05-22 12:59:41 -07:00
Albert Krewinkel
885bc6580c Add option if dates should be iso-8601 by default
Allow users to choose between the default YYYY/MM/DD format and the
iso-standardized format YYYY-MM-DD.
2013-05-22 21:17:55 +02:00
Craig Earls
d97048cf42 Correction to ldg-context xact regex. 2013-05-21 23:42:19 -07:00
John Wiegley
67ce56e37c Merge pull request #187 from thdox/documentation
Documentation
2013-05-20 14:56:51 -07:00
thdox
9098ae76c9 Add "ledger convert file.csv" and "hledger -f file.csv print".
Add url for "csv2ledger" tools
2013-05-20 23:23:44 +02:00
thdox
8f127291e5 Add documentation for Payee metadata tag 2013-05-20 23:23:44 +02:00
thdox
11befb67aa Mainly moving @code to @samp when relevant (when valued example) 2013-05-20 23:23:44 +02:00
thdox
43fed282a0 The programs (like ledger, gnuplot, report, head, getquote) have been
surrounded by @file{}.
2013-05-20 23:23:44 +02:00
thdox
9c2820214b Rename section "Reporting Commands" to "Basic Reporting Commands" as chapter "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.
2013-05-20 23:23:44 +02:00
thdox
71e98ef622 Texinfo: Update every node with C-c C-u C-e 2013-05-20 23:23:44 +02:00
thdox
26ff6539cf Rename @code{--option} to @option{--option}
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.
2013-05-20 23:23:44 +02:00
thdox
52428eedd4 Add some @cindex for commands. Fix @command{transaction} to @command{xact}. 2013-05-20 23:23:44 +02:00
thdox
ff90cb38db Move Ledger CLI command to @command. Also, fix commas in section title (makeinfo does not like that). 2013-05-20 23:23:44 +02:00
thdox
78538acc48 Fix warning from makeinfo compilation. 2013-05-20 23:23:44 +02:00
thdox
a206a9c797 Move @code to @samp when relevant for section Date and Time Format Codes 2013-05-20 23:23:44 +02:00
thdox
1fbdddb9dc Minor modifications, to fix bad display in TeX output 2013-05-20 23:23:43 +02:00
thdox
9c5bc8f92d Review of Babel section. Move to Babel name according to new naming. 2013-05-20 23:23:43 +02:00
thdox
bd4c264f49 Add some "@c TODO" things to do later 2013-05-20 23:23:43 +02:00
thdox
2b669a791e add missing @smallexample 2013-05-20 23:23:43 +02:00
thdox
1e1275d25b Insert some spacing 2013-05-20 23:23:43 +02:00
thdox
3e95bdd43f Some minor reformatting 2013-05-20 23:23:43 +02:00
John Wiegley
6b52a1684f Fixed parsing of the "fixed" directive 2013-05-19 04:16:12 -05:00
John Wiegley
82345899f7 Remove some unnecessary and complicated logic
Fixes #712
2013-05-19 03:38:20 -05:00
John Wiegley
2f91900009 Add unit test for 686 2013-05-19 02:56:10 -05:00
John Wiegley
d13b7180bf Add a missing member initializer to a copy constructor
Fixes #686
2013-05-19 02:51:47 -05:00
John Wiegley
3656e692ff Another whitespace fix 2013-05-19 02:51:29 -05:00
John Wiegley
c70e959214 Add a missing % character 2013-05-19 02:41:46 -05:00
John Wiegley
62c2ab968c Whitespace fix 2013-05-19 02:41:38 -05:00