Commit graph

5401 commits

Author SHA1 Message Date
Charles Merriam
71535a4c07 Small typos.. 2014-03-27 17:53:44 -07:00
Charles Merriam
5e51b98f8b Remove doc/README
Remove obsolete and incorrect README file.  Correct information in
README.md, one directory up.
2014-03-27 17:50:15 -07:00
Charles Merriam
e591326dc6 Update README.md; more introduction and documentation link
Updated the introduction with the little information that was unique to doc/README.   Also added a link to the documentation page.
2014-03-27 17:41:36 -07:00
Craig Earls
69ae25eb63 Merge commit '7903abe0c2e88c3d97b257405d13aa8a4e42a296' 2014-03-27 05:54:39 -07:00
John Wiegley
7903abe0c2 Merge pull request #263 from afh/pull/301-version
Bump ledger version components in cmake
2014-03-27 02:53:01 -05:00
Alexis Hildebrandt
811b032520 Bump ledger version components in cmake 2014-03-27 08:49:29 +01:00
Charles Merriam
c9a6ad9b48 Update README.md; add google group link.
Mention that ./acprep is a Python script for installing dependencies.
2014-03-26 22:46:20 -07:00
Charles Merriam
737d776b40 Update README to reference README.md
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.
2014-03-26 22:36:17 -07:00
Craig Earls
3112851e97 Merge commit 'b9078dc93ffdb526efd0a859a73cc3076108f6b2' 2014-03-25 18:56:32 -07:00
John Wiegley
b9078dc93f Merge pull request #258 from kain88-de/fix-readme
remove version name for boost in aptitude command
2014-03-25 15:14:33 -05:00
Max Linke
ae2a4d0368 remove version name for boost in aptitude command
Always point to the most current boost libraries available for debian
and it's derivatives
2014-03-25 20:55:02 +01:00
Craig Earls
6196d99ed9 Merge pull request #260 from jamielinux/manpage
Fix man page typo
2014-03-23 19:25:34 -07:00
Craig Earls
f822ad15f6 Merge pull request #261 from jamielinux/fsf-address
Update old FSF address
2014-03-23 19:25:14 -07:00
Jamie Nguyen
33ce4a76a1 Update old FSF address 2014-03-23 23:42:21 +00:00
Jamie Nguyen
8088502eef Fix man page typo 2014-03-23 23:29:39 +00:00
Craig Earls
48bf26688c Merge pull request #259 from vincentbernat/fix/dark-background
lisp: use more legible colors on dark backgrounds

Merged. I will forward any complaints your direction.
2014-03-23 07:56:08 -07:00
Vincent Bernat
cdeed89dbd lisp: use more legible colors on dark backgrounds
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.
2014-03-23 02:09:49 +01:00
Steve Purcell
8cc9521a9a Merge pull request #257 from ecraven/update-docs
finished first proof-reading of ledger manual
2014-03-14 11:56:32 +00:00
Peter Feigl
4239c284f1 finished first proof-reading of ledger manual 2014-03-14 11:24:12 +01:00
Steve Purcell
3d466b8748 Merge pull request #256 from ecraven/update-docs
proof-reading the manual
2014-03-14 09:30:36 +00:00
Peter Feigl
be86d241cc Merge remote-tracking branch 'upstream/master' into update-docs 2014-03-14 09:59:43 +01:00
Peter Feigl
fca30d93f1 proof-reading the manual 2014-03-14 09:58:40 +01:00
Craig Earls
69c7a44b3e Merge pull request #255 from ecraven/update-docs
fixing typos and smaller errors in the ledger manual.  Thanks for finding these.  I will look at the TODOS later, but don't see a reason to delay merging the corrections.
2014-03-10 09:35:01 -07:00
Peter Feigl
c445a0ffc4 fixing typos and smaller errors in the ledger manual 2014-03-10 13:31:02 +01:00
John Wiegley
ba6a6f433a Merge pull request #254 from afh/pull/utfcpp
CMake: Remove installation of third party code
2014-03-10 07:01:53 -05:00
Alexis Hildebrandt
8629f92cf8 CMake: Remove installation of third party code 2014-03-10 12:16:59 +01:00
Craig Earls
6eeefecf01 Merge commit 'f2ec5bdb19887b74b2672e6bdeee9799c0ea80a8' 2014-03-06 06:54:16 -07:00
Steve Purcell
f2ec5bdb19 Merge pull request #253 from ecraven/update-docs
Fixing typos in documentation
2014-03-05 14:00:48 +00:00
Peter Feigl
5d7a9b0504 Fixing typos in documentation 2014-03-05 14:49:00 +01:00
Craig Earls
c9663138dd Merge pull request #252 from ecraven/update-docs
Added support for validation tests to DocTest.py (input:validate and command:validate)
2014-03-04 09:54:59 -07:00
Peter Feigl
a7034b68a1 Merge commit '4966c7f' into update-docs 2014-03-04 15:02:11 +01:00
Peter Feigl
4966c7f100 Fixing typos, adding @c input:validate to code examples 2014-03-04 15:01:23 +01:00
Peter Feigl
3e29a992e5 removing two new test cases that fail on travis. cannot reproduce failure 2014-03-04 11:12:31 +01:00
Peter Feigl
831c064c38 Added support for validation tests to DocTest.py (input:validate and
command:validate)

It is now possible to use @smallexample @c input:validate (and
command:validate) to specify that an example should just be read by
ledger (and checked for errors) or that a ledger command should be
executed (with default input -f sample.dat, if none is specified).

These annotations have been added into ledger3.texi where appropriate.

Running the ledger3.texi test now takes a second or two, but a lot of
the @smallexamples are now automatically tested.
2014-03-04 10:05:09 +01:00
Craig Earls
08f0735e1c Merge pull request #251 from ecraven/update-docs
first changes in adding more testable examples to ledger3.texi

These look good.  Could you put a brief explanation somewhere (not necessarily in ledger3.texi) on how to generate new tests? I should probably know where the command and input id numbers come from, but I don't.
2014-03-03 14:53:47 -07:00
Peter Feigl
479cdf4fe2 first changes in adding more testable examples to ledger3.texi 2014-03-03 22:36:06 +01:00
Craig Earls
37153f3acc Merge pull request #250 from ecraven/update-manpage
Adding documentation of options to man-page from manual.
2014-02-27 06:26:20 -07:00
Peter Feigl
977af3d27c Adding documentation of options to man-page from manual. Fixing a few minor typos and mistakes. 2014-02-27 10:24:38 +01:00
John Wiegley
bedae81934 Merge pull request #249 from ecraven/opt-no-aliases
Adding option --no-aliases to completely disable alias expansion
2014-02-26 17:27:56 -06:00
Peter Feigl
ecd5097d51 Adding option --no-aliases to completely disable alias expansion 2014-02-26 23:50:50 +01:00
John Wiegley
ee36a33a19 Merge pull request #248 from ecraven/fix-warnings
Fixing two GCC warnings
2014-02-26 16:26:41 -06:00
John Wiegley
eddd03ed09 Merge pull request #247 from ecraven/master
Adding support for recursive aliases.
2014-02-26 16:06:52 -06:00
Peter Feigl
7bcc5b7c2c Fixing two GCC warnings 2014-02-26 12:29:57 +01:00
Peter Feigl
75b0a5d8ff Adding option --recursive-aliases, adding documentation to man-page and manual 2014-02-26 09:29:31 +01:00
Peter Feigl
230fa31ba3 Adding tests for recursive aliases 2014-02-26 01:30:45 +01:00
Peter Feigl
2dabb914c0 fixing problem with previous commit if no aliases are registered 2014-02-26 01:16:03 +01:00
Peter Feigl
c80b495546 Adding support for recursive aliases.
Alias expansion is now a loop. If you define

alias A=B:A
alias B=C:B

then A will expand to C:B:A.

Also added a short section to the manual about this.
2014-02-25 22:50:20 +01:00
Craig Earls
0b4ce56986 Merge commit 'bc08eed3cb1bdb4f67d1b77273f3254d0cf13be2' 2014-02-24 14:17:57 -07:00
Craig Earls
bb8e000d5b Make reconcile window refresh xact locations after a delete operation 2014-02-24 14:16:46 -07:00
Craig Earls
bc08eed3cb Merge pull request #246 from lawilliams/master
Fixing typo: test sweet -> test suite

But I thought the new testing capability was so sweet I left it this way!  Thanks!
2014-02-22 09:29:26 -07:00